Search found 13579 matches

by Klaus
Thu Aug 09, 2007 8:38 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: is this a "BUG" in Rev?
Replies: 3
Views: 3562

Hi Homer, if Rev does not find the object(s) on the current card, why not give Rev some hints? That would be fair :-) Like this: ... get the thumbPosition of scrollbar "Slider02" OF CD X put it into fld "myRate02A" OF CD Y --put it into myRate03 get fld "myRate02A" OF CD Z ... send mouseUp to button...
by Klaus
Sun Aug 05, 2007 12:28 pm
Forum: Talking LiveCode
Topic: Radio Button Headache
Replies: 3
Views: 4620

Hi Timothy, you can controil what radiobutton gets hilited in a group by simply settting: 1. the hilitedbuttonname of grp xyz to "name of btn 2 be hilited" or 2. the hilitedbutton of grp XYZ to NUMBER _OF_BTN... When you do this, the other radiobuttons in that group will automatically get unhilited,...
by Klaus
Tue Jul 31, 2007 9:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Running Apple OS X under Windows
Replies: 11
Views: 10107

Well, a copy of Parallels and WinXP...*** Oh yes, and RAM, RAM, RAM! And RAM! I put 2 GB into my Mini and now everything is fine :-) ***You can also install "BootCamp", free from Apple, and install XP natively on an extra partition of your HD. But then you will have to boot into Win OR Mac, with Par...
by Klaus
Tue Jul 31, 2007 9:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Running Apple OS X under Windows
Replies: 11
Views: 10107

Hi Alan, you could try to get a used Mac Mini, so you can use any monitor and (pc) keyboard you might have. I am also using a Mac Mini, the smallest model 1.66 Ghz CoreDuo, that I bought a couple of months ago and run Win XP via Parallels which is definitively faster than my old "real" PC :-) Regard...
by Klaus
Tue Jul 31, 2007 7:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Running Apple OS X under Windows
Replies: 11
Views: 10107

Hi Alan,

there may be some ugly hacks available on the net, but to do so is not supported by Apple and definitvely illegal!


Best

Klaus


P.S.
Get a Mac, install also Windows on it (native via "BootCamp" or virtual via "Parallels" or whatever...) and be a happy crossplatform developer :-)
by Klaus
Tue Jul 31, 2007 1:11 pm
Forum: Talking LiveCode
Topic: External Dll does not refer to correct location. Please Help
Replies: 10
Views: 7453

Hi Mark,

yes, I am always using MetaCard ;-)
But this works for me even if I let REV build my standalones!
by Klaus
Tue Jul 31, 2007 12:33 pm
Forum: Talking LiveCode
Topic: External Dll does not refer to correct location. Please Help
Replies: 10
Views: 7453

Dag Mark,

hmmm, in the "startup" handler?
This is the official palce to do so...

I do this all the time in my apps and it always worked for me...?
by Klaus
Tue Jul 31, 2007 12:30 pm
Forum: Talking LiveCode
Topic: External Dll does not refer to correct location. Please Help
Replies: 10
Views: 7453

Salaam Pradeep, in that case you can use this handler right after the dll has been downloaded (succesfully ;-)): on create_externals_stack_and_use_it_right_away put defaultFolder &"/My Data/" into DataFolderPath put DataFolderPath & "revxml.dll" into myDLLfilePath create invisible stack "Externals L...
by Klaus
Tue Jul 31, 2007 11:59 am
Forum: Talking LiveCode
Topic: External Dll does not refer to correct location. Please Help
Replies: 10
Views: 7453

Dag MArk, salaam Pradeep, The "startup" handler is the only place where you can set the external of your mainstack and then can use the externals afterwards, so messing around with a substack is not necessary! So this is all you need: on startUp put defaultFolder &"/My Data/" into DataFolderPath put...
by Klaus
Sat Jul 28, 2007 5:53 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Constants and Globals
Replies: 2
Views: 3562

Hi proza, constants are local! So you can put them on the top of a script and use it in any handler in that script, as you already found out ;-) Globals are erm global... You can declare them anywhere and anytime you want and they are valid and accessible in THAT very moment. But you have to tell th...
by Klaus
Thu Jul 26, 2007 9:40 pm
Forum: Talking LiveCode
Topic: I can no longer enter text into my empty fields
Replies: 2
Views: 3626

Hi Paul,

very strange, will have to guess...

Any "keydown/keyup" script somewhere that my prevent the text entry?
Any other object with its "ink" set to "noop" or its "blendlevel" set to 100 in front of the field(s)?

Sorry, no other ideas...


Best

Klaus
by Klaus
Mon Jul 23, 2007 7:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Visual effects going to substack?
Replies: 13
Views: 9534

Hi Kai, the blendlevel approach will be the better (crossplatform) choice, since the nice dissolve (a "fade out" actually) effect you see on the mac relies on QuickTime! If QT is not installed (on windows) you will get this boring and ugly pixel dissolve effect you may know from Director. You can ch...
by Klaus
Mon Jul 23, 2007 6:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: to differentiate between runmode and browsemode
Replies: 1
Views: 2740

Hola selvabits, to make it clear: run mode = browse (NOT edit) mode edit mode = edit! mode ... if the tool = "browse tool" then ## you are in browse mode ## do your browse thingie else ## in this case "THE TOOL" = "pointer tool" ## you are in edit mode ## do your edit thingie end if ... Best from ge...
by Klaus
Mon Jul 23, 2007 6:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Ask - cancel gives empty field
Replies: 2
Views: 3285

Exactly :-)


Best

Klaus
by Klaus
Sun Jul 22, 2007 9:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Visual effects going to substack?
Replies: 13
Views: 9534

Hi Kai,

the docs are correct since this will take place in ONE window :-)

Go to advanced search