How can i develop a Dual Listbox in ENYO - listbox

I want to add a dual listbox in one of the page developed using ENYO. How can i achieve this. Is there any plugin i can try for. Thanks!!!

Just use 2 enyo.List or enyo.Repeater kinds and have two arrays of items; one for the left side and one for the right. Put the lists in an enyo.FittableColumns with the buttons between them.

Related

Spyder: Is it possible to have two rows of file tabs?

I'm using spyder with two panels (in column format), and currently, I'm working with a bunch of scripts simultaneously. Unfortunately, the file tabs in the tab bar are squeezed together and I cannot see their names properly. It makes it hard to switch back and forth between scripts effectively. Having the file tabs in two rows would solve this issue, but I couldn't locate where to set this up. Makes me wonder if it's possible in the first place. Does anyone know if it's possible and if yes, where I can find it?
I know about cmd+P/ctrl+P which brings up a list of open files, but this is a lot slower. It would be nice if I could see what the tabs actually say so I can just switch with a single click.
(Spyder maintainer here) No, it's not possible to have two or more rows of tabs in the editor and it's not something we plan to add in the future, sorry.

Xamarin Forms iOS - PickerView with Multi Row Selection

I am using Picker for displaying the items,I want to select multiple rows in picker, is there any way to achieve this in Xamarin Forms shared code or through rendering? any suggestion or idea would be much appreciated.
Thanks.
I don't would use Picker for multilselection.
You can do this with a ListView (100% XF-Code).
I have posted some code some time ago in the XF-forum:
http://forums.xamarin.com/discussion/17885/multiselect-listviews
If you have to show the "Multiselect-ListView" from a ScrollView, you may also be interested to use the PopUp-Control (XLabs):
https://forums.xamarin.com/discussion/33587/how-to-use-a-listview-in-a-scrollview-with-xlabs-popup-control#latest
And finally, if you want to install the XLabs-NuGet, a further posting to XLabs may help you (search for "How to install, setup and use XLabs" in the XF-forum).
As i don't have more than 10 rep-points here, I am not able to post more then two links :-)
Hope this helps...
No there isn't.
The Picker Class, has SelectedIndex property, but no SelectedItems collection. Also, the native control under the hood on iOS doesn't support selecting multiple rows and I don't think the Android or Windows one do either.
You could create use a Custom Renderer if there was a native control you wanted to use. But, it would probably be easier to use a ListView control and add some events and style it to look and behave like you want.

Custom list component, similar to TListBox

I am currently looking for an object similar to TListBox that will display a list of other objects. I'm finding it really hard to explain so here's a picture of the sort of thing I'm looking for:
Each item needs to be able to display multiple lines of variable text, display images, be clickable, be able to host buttons on it.
Is there an object like this already? If not, how would I create one?
Presuming that you want to do this in Windows, then any XE version of Delphi has the TCategoryPanelGroup control which is pretty much what you appear to be asking for.

iOS - Display grid of icons to select

I'm looking to create a grid of icons from which one can be selected (see the Daytum app for an example of this).
Are there any existing form entry frameworks for iOS that already support this (eg QuickDialog is excellent, but doesn't support this)
What would be the best way to implement this? Assuming selecting an icon brings the user back to a form field with the icon populated in the field.
Are there any other apps apart from Daytum that use this 'model?
Three20 has a grid view controller, that makes it pretty easy to add icons in a grid.
I'm a huge fan of AQGridView. Used it in a couple of projects and i think its really really built well and easy to implement.

Two forms to snap each other

I have a question regarding to two forms snapping each other.
For example if I move one form close to another and it's in certain distance then it's edge snaps to another forms edge. After snapping, I can move two forms by moving only one form. How can I achieve this?
I have seen this effect in Skype, DVD Decrypter and in ImgBurn.
Try using the TJvFormMagnet component of the JVCL (JEDI Visual Component Library).
I was using dynamically created forms and JvFormMagnet didn't seem to work for me. You can try the TMagnet Pas file component for snapping of forms to one another. A great alternative to docking. Get it Here with demo and compiled example. Its really very simple.

Resources