Search found 5 matches
- Wed Nov 07, 2012 5:34 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Activating the Option Menu with a MobGUI Button
- Replies: 4
- Views: 5142
Re: Activating the Option Menu with a MobGUI Button
Perhaps I need to clarify that I am looking to have the user click on a MobGUI list or option button and have that click pass through to a LiveCode option menu button, so that the iOS picker is launched. I do not want to script the option to be selected, but rather just launch the picker, as if the ...
- Tue Nov 06, 2012 2:08 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Activating the Option Menu with a MobGUI Button
- Replies: 4
- Views: 5142
Activating the Option Menu with a MobGUI Button
On the iPhone the button that appears for an Option Menu does not look like a native iOS button. Therefore, I would like to use a MobGUI list button or option button that would activate the Option Menu. For example, "send mouseUp to button "menu"". Or "hilite button "menu"". But none of these seems ...
- Tue Dec 27, 2011 6:30 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Moving a field to make room for the iOS keyboard
- Replies: 6
- Views: 4719
Re: Moving a field to make room for the iOS keyboard
Thanks, Jean-Marc, your code worked like a charm.
Thank you, too, Dixie. I had coded my 'on keyboardDeactivated' as an object script attached to the field. I gather from your script that the code needs to be attached to the card instead.
Thank you, too, Dixie. I had coded my 'on keyboardDeactivated' as an object script attached to the field. I gather from your script that the code needs to be attached to the card instead.
- Tue Dec 27, 2011 8:26 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Moving a field to make room for the iOS keyboard
- Replies: 6
- Views: 4719
Moving a field to make room for the iOS keyboard
I'm trying to move a field to a new location when the iOS keyboard activates. This is what I have in mind: on mouseUp --in field "search" set location of field "search" to (172,14) end mouseUp on keyboardDeactivated set location of field "search" to (172,160) end keyboardDeactivated Unfortunately, t...
- Tue Dec 13, 2011 7:37 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: DataGrid, Progress Bar, Button Image Problems in Simulator
- Replies: 0
- Views: 2266
DataGrid, Progress Bar, Button Image Problems in Simulator
I'm puzzled as to why three features that work in my LiveCode app do not work correctly in the Simulator: 1) In a DataGrid on one card I'm not able to sort, edit, or adjust column widths. These features are all functional in the Run mode of the app. 2) A progress bar set to advance during a lengthy ...