Announcing "FlameTwo" -- CGI authoring for SuperCard projects. Those familiar with Flamethrower from ten years ago will feel quite at home with FlameTwo....
Thanks Dave I've been fiddling around with SC itself and just recently got to the Applescript function and it works. Here's another question: On long file...
For a planetarium presentation, I am finding SuperCard far superior to powerpoint. Under script control I am loading Drawn rectangles with a series of...
Will Bonney
wbonney@...
Aug 1, 2007 3:06 pm
41167
... new grc set rect of last cd grc to 20,20,100,100 S. __________________ Stéphane Leys http://perso.orange.fr/modulopi/...
This is a weird one. I have an app that worked fine when its main window's style was "Standard". But after I change the style to "Metal", during the execution...
thank you Stéphan, it works great. I have a new problem, however, I can set the graphic to a file in the same directory as the .sc45 app, but if I put...
Will Bonney
wbonney@...
Aug 1, 2007 5:33 pm
41170
You will need to use a Mac "Classic" style path or the PosixToHFS() function to convert it. Bruce Martin The Martin Solution bruce@... ...
... SC paths are built with : not / and the path must be complete try put "Macintosh HD:Sunset:stellarium-000.bmp" into t S. __________________ Stéphane Leys ...
I just realized that hfsToPosix() doesn't encode special chars for Unix file paths. Chars such as space and ; should be preceded with a \. Am I correct that...
Hi, Dave. Fields turn white when they're active or open (clicked in or text selected via script) regardless of their color settings -- even if they're ...
Thanks all of you! I took some pieces from all the suggestions I'll post it when I'm a little further with my project. thanks again, John. ... [Non-text...
Thanks, I was assuming it returned a valid path to be used with Shell commands. So, anyone know all of the escape chars for Unix file paths? ... Bruce Martin ...
Hi Bruce, Escape sequences seem to vary by tool and context. I avoid using them altogether when possible Show me some script, and i might be able to offer an...
PS: if you want to know which chars the terminal thinks should be escaped, copy a char set and choose 'paste escaped text' from the terminals edit menu. Chars...
... Hi Bruce, When i read your question I knew somewhere I had done all this in some project, but it took me a half hour to remember which one. Here's some...
... You're very welcome, Lowell. ... Here's where I come clean by admitting I'm only a raw novice myself! ;-) More than happy to help you over the hurdle by...
Hi Andy, Have you tried with lock/unlock screen? It looks like a problem with the redraw of the metal window - maybe that would get round it. Ian B ... ...
... Hi Lisa, thanks for your comments. It's a bit disappointing - I was hoping there'd be a way to force the field to stay 'closed'. It looks like I'm going...
... But the best way would probably be to use an existing grc, save your pictures as userprops of this grc and set the picturedata to display these userprops...
"Have you tried with lock/unlock screen?" Yes. I can't lock the screen completely, because that would prevent my progress bar from changing. But I tried...
Hi, I'm using littleArrows to update a card fld. yet it takes 2 clicks to update the currentValue of this button...? and sometimes it will increment in the...
I have exactly the same problem with a small palette window, called with "alert" and displaying the "stop" icon, a message, and a progress bar. Part of the...
... How do you handle the button ? mouseup, mousedown, mousestilldown ? I've never seen the currentValue incremented in the wrong direction. And it is...
Hi Stéphane, minimumValue = 1 maximumValue = 200 on mouseDown global gWiz put the currentValue of me into cd fld "iWz" put the currentValue of me into gWiz ...