Search found 8 matches

by Jacques Hausser
Sun Dec 08, 2013 12:32 pm
Forum: Talking LiveCode
Topic: How to mimic a menu behaviour ?
Replies: 8
Views: 4978

Re: How to mimic a menu behaviour ?

At least my "pseudo-combo" is working as expected. Still very coarse (overuse of lazy script locals), but easy to improve and complete (I have several ideas: autocomplete typing, setProp - getProp functions to set the default "label" or to set and get the list, and so on). The layout can be differen...
by Jacques Hausser
Tue Dec 03, 2013 11:28 pm
Forum: Talking LiveCode
Topic: How to mimic a menu behaviour ?
Replies: 8
Views: 4978

Re: How to mimic a menu behaviour ?

@ Craig. Yesss ! It's the good track ! Many thanks !

Jacques
by Jacques Hausser
Tue Dec 03, 2013 9:55 pm
Forum: Talking LiveCode
Topic: How to mimic a menu behaviour ?
Replies: 8
Views: 4978

Re: How to mimic a menu behaviour ?

@Craig Yes, your script works if I press the mouseDown outside any control. But I want to press the mouse down IN A BUTTON, and then move over the field without releasing it. And in this case, it doesn't work. It's the situation I described previously (DragStart locking everything until the mouse is...
by Jacques Hausser
Tue Dec 03, 2013 7:26 pm
Forum: Talking LiveCode
Topic: How to mimic a menu behaviour ?
Replies: 8
Views: 4978

Re: How to mimic a menu behaviour ?

Thank you Richard and Craig. @ Craig: Well, I want to do something working like a combo box, but with a different layout (e.g., with the button at the left side of a hidden list field and a "Label field" located somewhere else). So I grouped a button, a "Label field" and a list field together. When ...
by Jacques Hausser
Tue Dec 03, 2013 4:50 pm
Forum: Talking LiveCode
Topic: How to mimic a menu behaviour ?
Replies: 8
Views: 4978

How to mimic a menu behaviour ?

When using a menu (e.g. combo box or option), you can press the mouse on the button part, what shows the menu field, and then slide over the menu, with the mouse still down. The lines under the mouse are hilited in succession, and when you release the mouse, the text of the selected line is put on t...
by Jacques Hausser
Sun Jun 16, 2013 9:08 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revBrowserOpen in LC 5.5.5
Replies: 2
Views: 2983

Re: revBrowserOpen in LC 5.5.5

No error here with LC 5.5.5 (Mac OS 10.8.4)
by Jacques Hausser
Sun Jun 16, 2013 8:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: New user unable to get development window
Replies: 2
Views: 1982

Re: New user unable to get development window

Oops, you see the toobar already, sorry - you should also see the tool palette, a vertical window with buttons' and fields' icons. If not, go to menu "Tools" and toggle "Tools palette".
by Jacques Hausser
Sun Jun 16, 2013 8:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: New user unable to get development window
Replies: 2
Views: 1982

Re: New user unable to get development window

Well, at this level, you ARE in the GUI. The " Untitled 1 * " window is actually the first card of your first stack, ready to be populated by controls dragged from the tools window. You should see also GUI's menu and the toolbars (if not, go into menu "View" and toggle them). Good exploration !