Thank you!
Very neat place to hide documentation. Found it, printed and already added to our set of manuals.
~David
Search found 30 matches
- Fri Jan 14, 2011 7:22 pm
- Forum: iOS Deployment
- Topic: Auto Keyboard Selection and command list.
- Replies: 8
- Views: 9779
- Fri Jan 14, 2011 5:49 pm
- Forum: iOS Deployment
- Topic: Auto Keyboard Selection and command list.
- Replies: 8
- Views: 9779
Re: Auto Keyboard Selection and command list.
Sorry to be a pain.
Have updated to LiveCode 4.5.3, even updated my Xcode.
Did a help search for "Configuring keyboard type" & "keyboard type". All I am getting halfway closed is how to change the country code for keyboard through system prefs.
Is the PDF online anywhere? Perhaps a PDF that ...
Have updated to LiveCode 4.5.3, even updated my Xcode.
Did a help search for "Configuring keyboard type" & "keyboard type". All I am getting halfway closed is how to change the country code for keyboard through system prefs.
Is the PDF online anywhere? Perhaps a PDF that ...
- Fri Jan 14, 2011 4:35 pm
- Forum: iOS Deployment
- Topic: Auto Keyboard Selection and command list.
- Replies: 8
- Views: 9779
Re: Auto Keyboard Selection and command list.
Good Day..
Where to we find examples/instructions/commands for the new iOS keyboard function?
- Ability to detect when iOS keyboard shown/hidden
- Ability to configure iOS keyboard type and 'return-key' type
One of the key features we are waiting for, allowing for easier/quicker input by the ...
Where to we find examples/instructions/commands for the new iOS keyboard function?
- Ability to detect when iOS keyboard shown/hidden
- Ability to configure iOS keyboard type and 'return-key' type
One of the key features we are waiting for, allowing for easier/quicker input by the ...
- Thu Jan 13, 2011 10:07 pm
- Forum: Announcements
- Topic: LiveCode 4.5.3 Released
- Replies: 12
- Views: 71081
Re: LiveCode 4.5.3 Released
That is VERY Cool, and it worked!
hehehe a little heads up with that info would have been good, that way we would have been working on getting apps out there!
Thanks!
~David
hehehe a little heads up with that info would have been good, that way we would have been working on getting apps out there!
Thanks!
~David
- Thu Jan 13, 2011 9:26 pm
- Forum: Announcements
- Topic: LiveCode 4.5.3 Released
- Replies: 12
- Views: 71081
Re: LiveCode 4.5.3 Released
Have the changed the way you deploy an app?
Before from within LiveCode you would
>>> Development >> Plugins >> MobilePlugin
You'd then enter your projects information/Profile/etc and Start or Deploy.
Then from Xcode drag the created app file into "Applications"
(simplified instruction but ...
Before from within LiveCode you would
>>> Development >> Plugins >> MobilePlugin
You'd then enter your projects information/Profile/etc and Start or Deploy.
Then from Xcode drag the created app file into "Applications"
(simplified instruction but ...
- Thu Jan 13, 2011 2:51 am
- Forum: Announcements
- Topic: LiveCode 4.5.3 Released
- Replies: 12
- Views: 71081
Re: LiveCode 4.5.3 Released
How do we get these new features?
Just install LiveCode 4.5.3? How would do updates to iOS?
Thanks
~David
Just install LiveCode 4.5.3? How would do updates to iOS?
Thanks
~David
- Thu Jan 13, 2011 2:26 am
- Forum: iOS Deployment
- Topic: Datagrid for storage
- Replies: 11
- Views: 13226
Re: Datagrid for storage
"Just got the word from Heather ...
"The Standalone builder doesn't automatically include the datagrid for you on iOS.
You have to manually include it in the build""
OK I'm clueless, how to I manually include it in the build?
Tried 4.5.3 and still doesn't work without knowing how to include it in ...
"The Standalone builder doesn't automatically include the datagrid for you on iOS.
You have to manually include it in the build""
OK I'm clueless, how to I manually include it in the build?
Tried 4.5.3 and still doesn't work without knowing how to include it in ...
- Mon Dec 06, 2010 1:25 am
- Forum: iOS Deployment
- Topic: Datagrid - dgNumberOfLines not working in iOS
- Replies: 7
- Views: 10224
Re: Datagrid - dgNumberOfLines not working in iOS
Did so more playing today.... See code below.
As near as I can tell DataGrids are not working at all under iOS.
If so please let me know so I can stop wasting time trying to get it to work!
Basically I am assuming I display the datagrid then step through it searching for the matching mail code ...
As near as I can tell DataGrids are not working at all under iOS.
If so please let me know so I can stop wasting time trying to get it to work!
Basically I am assuming I display the datagrid then step through it searching for the matching mail code ...
- Sat Dec 04, 2010 7:33 pm
- Forum: iOS Deployment
- Topic: Datagrid - dgNumberOfLines not working in iOS
- Replies: 7
- Views: 10224
Re: Datagrid - dgNumberOfLines not working in iOS
Thanks for the quick reply.
Yes, grid is in Table mode.
Added:
put the num of lines of the dgText of grp "DataGrid" on Card "Card02" into theLineNo
put the num of lines of the dgText of grp "DataGrid" on Card "Card02" into Field "MyNumberOfRecords" on Card "Card01"
Same results, worked fine ...
Yes, grid is in Table mode.
Added:
put the num of lines of the dgText of grp "DataGrid" on Card "Card02" into theLineNo
put the num of lines of the dgText of grp "DataGrid" on Card "Card02" into Field "MyNumberOfRecords" on Card "Card01"
Same results, worked fine ...
- Sat Dec 04, 2010 6:13 pm
- Forum: iOS Deployment
- Topic: Datagrid - dgNumberOfLines not working in iOS
- Replies: 7
- Views: 10224
Re: Datagrid - dgNumberOfLines not working in iOS
OH another thing:
dgNumberOfLines never returns a number, even before the search starts. I poll dgNumberOfLines to return the number of lines in the datagrid before doing anything and it is empty (in iOS). So in my opinion, there is a problem with dgNumberOfLines under iOS!
~David
dgNumberOfLines never returns a number, even before the search starts. I poll dgNumberOfLines to return the number of lines in the datagrid before doing anything and it is empty (in iOS). So in my opinion, there is a problem with dgNumberOfLines under iOS!
~David
- Sat Dec 04, 2010 6:07 pm
- Forum: iOS Deployment
- Topic: Datagrid - dgNumberOfLines not working in iOS
- Replies: 7
- Views: 10224
Datagrid - dgNumberOfLines not working in iOS
put the dgNumberOfLines of group "DataGrid" on Card "Card02" into theLineNo
Have tried every which way from Sunday to get Datagrid to work, with no luck.
We're using datagrid as a storage location for a 'database' or list of our site locations. 375 of them. Which our program steps though to find a ...
Have tried every which way from Sunday to get Datagrid to work, with no luck.
We're using datagrid as a storage location for a 'database' or list of our site locations. 375 of them. Which our program steps though to find a ...
- Sun Nov 21, 2010 4:54 pm
- Forum: iOS Deployment
- Topic: List of keywords
- Replies: 1
- Views: 4509
List of keywords
While reading "Working with Data Grids" a few reserve(d) keywords were noted:
uSumOfColumn
dgProps
deIndex
dgDataOfIndex
dgHilitedIndex
and more importantly
dgDataOfLine
Where can we get a list of these with their descriptions/definition? ... Yes I can figure out what it does without a manual, but ...
uSumOfColumn
dgProps
deIndex
dgDataOfIndex
dgHilitedIndex
and more importantly
dgDataOfLine
Where can we get a list of these with their descriptions/definition? ... Yes I can figure out what it does without a manual, but ...
- Sat Nov 20, 2010 9:51 pm
- Forum: iOS Deployment
- Topic: Datagrid for storage
- Replies: 11
- Views: 13226
Datagrid for storage
Just checking to make sure I'm not wasting my time.
Have a 'database' in a grid on one card, I step thought it using a loop. (dgnumberoflines and setting the line by using dgHilitedLines)
Works fine in the LiveCode Development language, however when I deploy to an iOS device (iphone/itouch). It ...
Have a 'database' in a grid on one card, I step thought it using a loop. (dgnumberoflines and setting the line by using dgHilitedLines)
Works fine in the LiveCode Development language, however when I deploy to an iOS device (iphone/itouch). It ...
- Fri Nov 19, 2010 3:03 am
- Forum: iOS Deployment
- Topic: Auto Keyboard Selection and command list.
- Replies: 8
- Views: 9779
Auto Keyboard Selection and command list.
Created a WebApp for the iphone (best example of my question). Surf to the site from and iOS device: http://mdcps.info
You'll notice the keyboard changes depending on what input is required. Numeric displays the numeric keypad, alpha, etc.
Anyone know how to make keypad selection in livecode? Or ...
You'll notice the keyboard changes depending on what input is required. Numeric displays the numeric keypad, alpha, etc.
Anyone know how to make keypad selection in livecode? Or ...
- Sun Nov 14, 2010 7:39 pm
- Forum: iOS Deployment
- Topic: Vibrate Error Message
- Replies: 2
- Views: 5918
Vibrate Error Message
Doing an input test, would like the iOS device to vibrate on error.
The beep sounds like normal input.
How can I get the iOS device to vibrate?
Thanks!
~David
The beep sounds like normal input.
How can I get the iOS device to vibrate?
Thanks!
~David