Here ya go.
The basics. Create a field and uncheck the focus boxes in the property inspector so the keyboard doesn't pop up in IOS. Paste a bunch of text in the field so it runs off the page. Group the text. You may need to add an object that you can delete later to have two objects to group. (not ...
Search found 4 matches
- Sat May 19, 2012 5:06 am
- Forum: iOS Deployment
- Topic: iOS Native Scroll field
- Replies: 8
- Views: 8900
- Fri May 18, 2012 5:12 pm
- Forum: iOS Deployment
- Topic: iOS Native Scroll field
- Replies: 8
- Views: 8900
Re: iOS Native Scroll field
Hi,
on opencard
if the environment is "mobile" then
if "testinput" is among the lines of iphoneControls() then
iphoneControlDelete "testinput"
end if
iphoneControlCreate "multiline", "testinput"
iphoneControlSet "testinput", "rect", the rect of image "InfoRect"
iphoneControlSet "testinput ...
on opencard
if the environment is "mobile" then
if "testinput" is among the lines of iphoneControls() then
iphoneControlDelete "testinput"
end if
iphoneControlCreate "multiline", "testinput"
iphoneControlSet "testinput", "rect", the rect of image "InfoRect"
iphoneControlSet "testinput ...
- Fri May 18, 2012 12:59 am
- Forum: iOS Deployment
- Topic: iOS Native Scroll field
- Replies: 8
- Views: 8900
iOS Native Scroll field
I am having hard time turning a standard text field into a simple scrolling field that has the native scroller on an iOS device. How do you do this?
- Thu Feb 02, 2012 6:34 am
- Forum: Games
- Topic: HOW DO YOU SAVE HIGH SCORES!
- Replies: 5
- Views: 10221
Re: HOW DO YOU SAVE HIGH SCORES!
hey all,
just wanted to throw in my 2 cents here because the topic interested me and I was looking to do the same thing. I tried Spencer's code and it did not work at first. Thank you for putting it up Spencer because had you not i wouldn't have been able to do the following. This code works. It ...
just wanted to throw in my 2 cents here because the topic interested me and I was looking to do the same thing. I tried Spencer's code and it did not work at first. Thank you for putting it up Spencer because had you not i wouldn't have been able to do the following. This code works. It ...