Search found 282 matches

by doobox
Fri May 27, 2011 9:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I need a lead on icns manipulation
Replies: 10
Views: 6552

Re: I need a lead on icns manipulation

Thank's Bernd,
That looks like just the ticket :-)

I think the link in the earlier thread was dead.
Any way thank a lot, i will delve in there and see what i can utilize.

Kind regards Gary
by doobox
Fri May 27, 2011 1:37 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I need a lead on icns manipulation
Replies: 10
Views: 6552

Re: I need a lead on icns manipulation

Hang on a mo...!
This is running an apple script, telling it to launch an application 'Image Events'"

Code: Select all

put "tell application 'Image Events'" &cr&\
   "launch" &cr&\
Is this a default osx application...?
by doobox
Fri May 27, 2011 1:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I need a lead on icns manipulation
Replies: 10
Views: 6552

Re: I need a lead on icns manipulation

Thank's guys, That stack as far as i can see spends most of the code, finding the icon file and putting a copy of the file in another known location. I already have the icon in a variable by the time i want to turn it into an image. The bit that converts the file to an image that can be displayed is...
by doobox
Thu May 26, 2011 9:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I need a lead on icns manipulation
Replies: 10
Views: 6552

Re: I need a lead on icns manipulation

It was kind of obvious that this was not going to display the image, but for clarity i just proceeded with the code on click of the icon stored in the list line: on mouseUp local theicon put the value of the clickLine into theicon put theicon into image"image" end mouseUp But as this is not yet a si...
by doobox
Thu May 26, 2011 9:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I need a lead on icns manipulation
Replies: 10
Views: 6552

Re: I need a lead on icns manipulation

Hi doobox, you actually mean icns as in MacOSX icns, the image format that holds different resolutions of images used by the system to display icons for e.g. files of a specific type? Could you elaborate what your are actully doing. Icns are not directly accessible from Livecode. Or am I misunderst...
by doobox
Thu May 26, 2011 8:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I need a lead on icns manipulation
Replies: 10
Views: 6552

I need a lead on icns manipulation

Hi there, Well things are going pretty well considering i have only been using the software for two days. But at this point in my app dev, i could use a lead. So far my app has successfully got the folders i want into a scroll list. Upon clicking a list line the next scroll list populates with the i...
by doobox
Thu May 26, 2011 1:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: reg expressions in live code
Replies: 3
Views: 2421

Re: reg expressions in live code

Thank you guys, very helpfull answers.
I am starting to chip my way through the use of chunk expressions in live today.

You know i did this yesterday:

Code: Select all

filter tFiles with ".icns"
So close yet so far away :-)
by doobox
Thu May 26, 2011 1:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: reg expressions in live code
Replies: 3
Views: 2421

reg expressions in live code

Hi there, What i am trying to do here is find an icon file in a folder of unknown name. There will always be only one icon file in this folder and the folder will always be at the same location. The icon file will always be different though, so i want to use a reg expression to locate the file. This...
by doobox
Wed May 25, 2011 9:38 pm
Forum: iOS Deployment
Topic: Stop my inputs activating keyboard on start
Replies: 2
Views: 2394

Re: Stop my inputs activating keyboard on start

Hi there,

Thank-you, that makes sense.

I was just trying to code:
Disable the keyboard before card opens
Focus nothing after card opens
Then re-enable the keyboard.

Not sure if that would work, did not finish it yet. But your method sounds a lot easier and one i will now adopt.
by doobox
Wed May 25, 2011 9:07 pm
Forum: iOS Deployment
Topic: Stop my inputs activating keyboard on start
Replies: 2
Views: 2394

Stop my inputs activating keyboard on start

Hi there,

I cant find the right way to stop my text input field "feild1" from activating the keyboard on app start.

I have tried, on the card:
on preopencard
focus on nothing
end preopencard

Keyboard still becomes active and feild1 takes the focus.
by doobox
Wed May 25, 2011 12:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ios test button not showing
Replies: 2
Views: 2206

Re: ios test button not showing

Just looking over the notes from the help menu regarding ios.
There listing supported versions of x-code... but no listing of x-code4.

edit: i totally missed the dropdown in the dev menu to select version of sim.
Sorry for being such a dummy :-(
by doobox
Tue May 24, 2011 11:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ios test button not showing
Replies: 2
Views: 2206

ios test button not showing

Hi there, Just got live code and ios package. I followed the guidelines for creating an ios app. But the test button remains grayed out. I have set the path in prefs to /developer and live code recognized this as ok. My provisioning profile was there to be selected in standalone settings. restarted ...

Go to advanced search