Basic Drawing and Labeling

2007-04-20 Thread Todd Geist
Hello, I would like to create a stack that will allow the user to "Markup" an Image. The image would be displayed on the card and the user should be able to draw ovals, arrows, and lines on the image. Think of it as hi-lighting certain parts of the image. They also need to be able to label par

Basic Drawing and Labeling

2007-04-16 Thread Todd Geist
Hello, I would like to create a stack that will allow the user to "Markup" an Image. The image would be displayed on the card and the user should be able to draw ovals, arrows, and lines on the image. Think of it as hi-lighting certain parts of the image. They also need to be able to label par

Re: Report Writer Needed

2007-01-05 Thread Todd Geist
Thanks for your feedback Karen Todd On Jan 5, 2007, at 10:36 AM, Karen Hughes wrote: Hi Todd, I've used Quartam Reports (Express - I can't comment on the Professional features). -- Todd Geist __ g e i s t i n t e r a

Re: Report Writer Needed

2007-01-05 Thread Todd Geist
Reports. Anybody interested? Todd ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-r

Report Writer Needed

2007-01-04 Thread Todd Geist
lease respond to me off list at [EMAIL PROTECTED] if you are interested in this project. Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e Todd Geist [EMAIL PROTECTED] ___ use-revolution mailing

Re: Revolution and the Web, focus on IDE Add-ons

2006-12-07 Thread Todd Geist
ary to access that RPC system. * Create a tool that writes glue code to match revolution exposed methods to javascript methods thus hiding the RPC side from the developer. I think those are reasonable objectives for a first experiment, what people here think? Cheers andr

Re: Fun Project: xTalk GUID Generator

2006-12-01 Thread Todd Geist
with Shell on the mac and this VBS on the PC FUNCTION CreateGUID() set x = createobject("Scriptlet.TypeLib") CreateGUID=left(x.GUID,38) END FUNCTION Can you run a VBScript from Revolution? Todd -- Todd Geist __ g e i s t i n t

Re: Flash open source!!!

2006-11-28 Thread Todd Geist
WebBrowser Control now. And it works quite well. Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsub

'nother noobie ?

2006-06-10 Thread Todd Geist
Hi, This is probably really simple, but I can't figure it out. I want to test if a file exists on the disk. So given the path "/Users/toddgeist/Documents/My Revolution Studio/myfile.txt" How do I tell if it is there or not? I tried a few permutations of exists("/Users/toddgeist/Docume

Re: Apple Events?

2006-06-04 Thread Todd Geist
More info... Thanks to Mark, I have a little Rev app that reports on the Apple Events it receives. BUT all I ever get for the Apple Event data is "file list error" or "not found" My guess is that since the "Data" is probably not of type "string" then this is the best Rev can do. Can anyone co

Re: Apple Events?

2006-06-04 Thread Todd Geist
On 6/4/06, Mark Schonewille <[EMAIL PROTECTED]> wrote: on appleEvent theClass, theID put "class:" && theClass & return & ¬ "ID" && theID & return into myVar request appleEvent data put "AppleEvent data:" && it after myVar answer myVar end appleEvent You might want to put this in

Apple Events?

2006-06-04 Thread Todd Geist
Hello, I am looking into using Apple Events with Revolution, but I can't get my head around it. I am pretty proficient at Applescript, and just started using Script Debugger (jeez can't believe how much better it is then the plain old Script Editor). But I can't seem to make the leap from that

Frontscripts message path question

2006-05-30 Thread Todd Geist
Hello I have a question about the the message path and FrontScripts. Do Frontscripts sit at the front of the message path for all open stacks or just the one that did the inserting in the first place. Specifically, I have a littl front script that keeps an eye on another app and when it notice

RevConWest Hotel Deal

2006-05-24 Thread Todd Geist
Hello, I just made my hotel reservations for RevCon and I thought I would pass on that the Portola Plaza Hotel is offering a pretty good deal. go here http://www.portolaplazahotel.com/specials/index.cfm?Refresh=1&; and scroll diow to here! 14-DAY ADVANCE PURCHASE We invite you to explore Mon

spaces between each character?

2006-05-22 Thread Todd Geist
Hello, I am loading an xml file into a field using "put URL" but there are spaces bewteen each character. I know this has something to do with the encoding, but I don't know what to do about it here is my script answer File "pick" put "file:"& it into tURL put URL tURL into field "fie

Re: xslt transform

2006-05-22 Thread Todd Geist
OK, Thanks for confirming that! I there is at least one OSAX on OSX that can do it via Applescript. So I guess I will go the scripting route (VB/AS) for the time being. On 5/22/06, Jan Schenkel <[EMAIL PROTECTED]> wrote: --- Todd Geist <[EMAIL PROTECTED]> wrote: > Hello, > &

xslt transform

2006-05-22 Thread Todd Geist
Hello, Is there a way to do XSLT transformations with Rev? I have looked at the docs but I don't see anything to do with "Transform". Any ideas? Thanks Todd ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to sub

Re: systemWindow question

2006-05-16 Thread Todd Geist
This is also old... the bug has been confirmed as new in 2.7.1 On May 10, 2006, at 10:49 AM, Todd Geist wrote: Hello, I am trying to create window that floats above all other applications. I put the following script in a button, to toggle "Float" on and off. ON mouseUp

Re: Send Keys

2006-05-16 Thread Todd Geist
this is old and somehow got "burped" back into the list. Feel free to ignore :>) On May 10, 2006, at 6:47 PM, Todd Geist wrote: Todd Any one know of a way to send keystrokes from Rev. I know I can use GUI scripting on OSX but that has some problems in the instance I nee

Send Keys

2006-05-16 Thread Todd Geist
Todd Any one know of a way to send keystrokes from Rev. I know I can use GUI scripting on OSX but that has some problems in the instance I need it in, plus I need Xplat. TIA -- Todd Geist __ g e i s t i n t e r a c t i v e

systemWindow question

2006-05-16 Thread Todd Geist
set the systemWindow of this stack to false END IF END mouseUp The result is that the decorations change but the window does NOT float above everything else. What am I missing? TIA Todd -- Todd Geist __ g e i s t i n t e r a

Splash Screen Strategy

2006-05-16 Thread Todd Geist
ns into the appropriate places. I thought that this would be easier then managing multiple downloads from the internet for each additional stack and or file. I am interested in hearing some opinions about this strategy. Does it make sense to do it this way? TIA Todd -- Todd Geist

Re: Send Keys

2006-05-12 Thread Todd Geist
u can do this, but I would like to distribute this application commercially, so that really won't work for me. Now if Quick Keys just had a player that you could license that would be great! Maybe I should ask them, hmmm. Todd -- Todd Geist __

Re: Send Keys

2006-05-11 Thread Todd Geist
is automate dialogs this is a pain. The target application is already running and it may have a dialog open when I begin my process. So far I have found the only way to do anything is to use mouse clicks. This sucks! How I yearn for something like QuickKeys but in Rev. Todd -- Todd

Re: Send Keys

2006-05-11 Thread Todd Geist
Extra Suites? I have UI browser and it works great for the GUI scripting, but Extra Suite has it's own method for identifying things doesn't it? Todd -- Todd Geist __ g e i s t i n t e r a c t i v e _

Re: Send Keys

2006-05-11 Thread Todd Geist
o do what I need either. It is very frustrating :<( Todd On May 11, 2006, at 7:13 AM, Rob Cozens wrote: Hi Todd, Any one know of a way to send keystrokes from Rev. Check out the Type command. -- Todd Geist __ g e i

Send Keys

2006-05-10 Thread Todd Geist
Todd Any one know of a way to send keystrokes from Rev. I know I can use GUI scripting on OSX but that has some problems in the instance I need it in, plus I need Xplat. TIA -- Todd Geist __ g e i s t i n t e r a c t i v e -- Todd Geist

Re: systemWindow question

2006-05-10 Thread Todd Geist
+) of the OS. -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefer

Re: systemWindow question

2006-05-10 Thread Todd Geist
like a regular palette - it won't stay on top when you move to another application. Is this a bug? Best, Mark On 10 May 2006, at 18:51, Todd Geist wrote: Hello, I am trying to create window that floats above all other applications. I put the following script in a button, to toggl

systemWindow question

2006-05-10 Thread Todd Geist
set the systemWindow of this stack to false END IF END mouseUp The result is that the decorations change but the window does NOT float above everything else. What am I missing? TIA Todd -- Todd Geist __ g e i s t i n t e r a c t i v e --

Re: How to stop tabbing

2006-05-09 Thread Todd Geist
dLoc - tMyLeft into tLoc REPEAT with i = 1 to number of items in tTabs put item i of tTabs into tTab IF tLoc < tTab THEN put i into tCol Exit REPEAT END IF END REPEAT Return tRow & "," & tCol END GetCell -- T

Re: How to stop tabbing

2006-05-09 Thread Todd Geist
. But why would altFldHeader have anything to do with it? Should the field itself control how a "Tab" behaves. Rev 2.7.1 by the way. Thanks todd -- Todd Geist __ g e i s t i n t e r a c t i v e _

Re: How to stop tabbing

2006-05-09 Thread Todd Geist
lumn. Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

How to stop tabbing

2006-05-09 Thread Todd Geist
Hello, How do I keep the user from being able to "tab" beyond a certain tab stop in a "scrolling" list view? Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-rev

Re: Optimize This!

2006-05-01 Thread Todd Geist
END IF END REPEAT -- we get here when n = 0, i.e. no more occurrences in this block put pStart + tSize - tStringLength into pStart END REPEAT END GetPositionInBinaryFile -- Todd Geist __

Re: Optimize This!

2006-05-01 Thread Todd Geist
" to it. I may be misunderstanding what seek does? Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsu

Optimize This!

2006-04-30 Thread Todd Geist
PositionInBinaryFile close file pPath what do you think? Did I miss some obvious easier way? Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.ru

Re: xored

2006-04-29 Thread Todd Geist
On Apr 29, 2006, at 10:43 AM, Mark Smith wrote: repeat for each char c in yourString put numToChar((charToNum(c)) bitXor 90) after newStr end repeat Mark, Forgive me but, How do I go the other way? I want to encode it back the other way? Thanks Todd -- Todd Geist

Re: xored

2006-04-29 Thread Todd Geist
of hexadecimal 5A) newStr should now contain the unencoded string. Hope this helps -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

xored

2006-04-29 Thread Todd Geist
Hello, I have a string that has been "xored with $5A". I know this is an encoding, but what does that mean and can I undue it with Rev? Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e _

Re: Director / Folder Browser in Rev

2006-04-20 Thread Todd Geist
Found it on Ken's site http://www.sonsothunder.com/devres/revolution/code/stsGetFileListing.htm Todd On Apr 20, 2006, at 2:46 PM, Todd Geist wrote: In the last couple of days I came across something about a directory/ Folder Browser in Rev. It could have been on a web site or i

Director / Folder Browser in Rev

2006-04-20 Thread Todd Geist
In the last couple of days I came across something about a directory/ Folder Browser in Rev. It could have been on a web site or in the list. I just can't remember where I saw it and now I would like to look at it. Can anybody help? Thanks Todd -- Todd

Re: Installing and Using Revolution as a CGI on Tierra.Net (was Dreamhost)

2006-04-20 Thread Todd Geist
e 2 sites that use Miva 4 and am not too excited about switching/learning something else. -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please vi

Re: FTP Attempts

2006-04-19 Thread Todd Geist
Thank You! On Apr 19, 2006, at 2:53 PM, Mark Schonewille wrote: Hi Todd, You cannot issue an NLST command with libUrlFtpCommand. Instead, you have to use the libURLSetFTPListCommand command. libURLSetFTPListCommand -- Todd Geist __ g e i s t i

Re: FTP Attempts

2006-04-19 Thread Todd Geist
ere firewall issues? Yes it works with any other FTP client. Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to sub

FTP Attempts

2006-04-19 Thread Todd Geist
MouseUp --> 226 Transfer Failed! Any clues for me? Also if anybody knows where I can get some in depthe FTP examples or libraries that would very helpful Thanks Todd -- Todd Geist ______ g e i s t i n t e r a c t i v e -- Todd Geist __

Re: DreamHost CGI not working...

2006-04-18 Thread Todd Geist
On Apr 18, 2006, at 1:54 PM, Richard Gaskin wrote: Todd Geist wrote: On Apr 18, 2006, at 12:58 PM, Alex Tweedly wrote: Jacque's instructions said to name the engine "revolution", so I tried that I changed the name of the engine to "revolution" and it now work

Re: DreamHost CGI not working...

2006-04-18 Thread Todd Geist
in YourTextFile I misspoke earlier... the line endings were AscII 10 not 13. Thanks Everyone! Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runre

Re: DreamHost CGI not working...

2006-04-18 Thread Todd Geist
the forum for setting up a Dreamhost account for Rev CGI, but I am getting an 500 Internal Server Error. This is almost probably a script error. I was getting 500 errors until I changed the line endings in my script file, then it suddenly started working. -- Todd Geist

DreamHost CGI not working...

2006-04-18 Thread Todd Geist
rtup IN my Dreamhost Control Panel I have the "Extra Security" box checked, and I have "fast cgi support" checked. Any ideas why this is not working? Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e _

Re: Counting Chars By ASCII Part 2

2006-03-01 Thread Todd Geist
ars greater then 255 will be possible, and bad. So If they are there I want to zap them. Thanks for all the help :>) Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing li

Counting Chars By ASCII Part 2

2006-03-01 Thread Todd Geist
IF END IF END REPEAT put the keys of tCounts into tChars sort lines of tChars numeric REPEAT for each line thisLine in tChars put thisLine & TAB & tCounts[thisLine] & Return after newList END REPEAT put newList into field "Chars" Thanks in

Re: Counting Chars by ASCI Values

2006-02-28 Thread Todd Geist
into tCount repeat for each char tCharToCheck in pString if tChar = tCharToCheck then add 1 to tCount end repeat return tCount end NumCharsInString -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use

Counting Chars by ASCI Values

2006-02-28 Thread Todd Geist
Hello I need to count the number of times a Character occurs in text string. The character will be high or Low ASCII. SO I need to input the value as an ASCII value. Anybody have any scripts that can get me started? Thanks Todd -- Todd Geist __ g

Re: ANN: Save Plugin plugin

2006-02-14 Thread Todd Geist
installs? Won't there be a different folder for each Rev install? Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit thi

revXMLMatchingNode

2006-02-09 Thread Todd Geist
??? tia Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: massive xml docs

2006-02-09 Thread Todd Geist
On Feb 9, 2006, at 1:01 PM, Mark Wieder wrote: Todd- Can you just work with the DTD? And then query the xml document for data elements you're interested in? I am not sure. But that might work Todd -- Todd Geist __ g e i s t i n t e r a c t

Re: massive xml docs

2006-02-08 Thread Todd Geist
is interested in. It is unlikely that user will ever need to get at the vast majority of the data in there. I wonder... Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-

Re: massive xml docs

2006-02-08 Thread Todd Geist
as big as 100MB? Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscripti

Re: PayPal, Kagi, esellerate. Splitting revenue

2006-02-08 Thread Todd Geist
l for end user, consumer or professional. But how many of you out there make some money on shareware or developer tools? I know there area lot of you...Wouldn't it be nice to have a way to quickly a collaboration agreement together and get some thing out the door ASAP. Todd --

Massive XML docs

2006-02-08 Thread Todd Geist
be employed to help the situation? Or would it be faster to parse it into a whole slew of custom props? Any ideas and or thoughts would be much appreciated Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e

Emailing win2k Logs

2006-01-30 Thread Todd Geist
. Ideally it runs every night at midnight dumps logs for a particular application to a ".csv" and then emails it to me. And even better if it ran as a service. TIA Todd -- Todd Geist __ g e i s t i n t e r a c t i v e --

esellerate ???

2006-01-11 Thread Todd Geist
Hello Has anybody out there used esellerate with Revolution? http://www.esellerate.net/ Any plug-ins? any opinions Thanks very much! Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution

Re: revChandler [was] A supplement suite of office programs?

2005-12-23 Thread Todd Geist
On Dec 23, 2005, at 1:20 AM, Dom wrote: think to OpenDoc... half of a success or half of a failure ;> and also -- major sofware makers are not willing to release the power to the masses... Then we shall have to release it for them! Sounds like a "Revolution" to me ;>)

revChandler [was] A supplement suite of office programs?

2005-12-22 Thread Todd Geist
afer. I just start typing "Dan" and a few keystrokes later the email is on it's way. All this rambling is to make a point. I think Chandler has some great ideas. Check out there roadmap and design principles. I wonder if it could be implemented in Rev? THAT WOULD ROCK! --

Help Docs -> Rev Stacks

2005-11-02 Thread Todd Geist
anks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefere

Re: Saving Itself

2005-10-20 Thread Todd Geist
only the splash screen that is bound to the runtime. HTH Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscr

Toplevel vs Open vs start using

2005-10-19 Thread Todd Geist
nto Memory but not opened? Should I always call "Stop using" right after I am done with start using? Does "toplevel" do the same thing as "Open" Can I open stack invisibly? Thanks again Todd -- Todd Geist _

Re: Saving Itself

2005-10-19 Thread Todd Geist
.One of the reasons I am using MagicCarpet AAA :>) Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url t

Saving Itself

2005-10-19 Thread Todd Geist
Hello, When a user clicks the close box I don't want the confirm close dialog popping up. I thought this would do it by saving the stack first. ON closeStack save this stack pass closeStack END closeStack But it doesn't. Any ideas? Thanks Todd --

Re: Make image controls from Rev Graphics?

2005-10-18 Thread Todd Geist
le to create an image from any rect on the card. I have created some Arrows and Triangles etc, using Rev's drawing tools. They are graphic controls. I would like to add them as Icons to buttons. SO I need to turn them into "images" right? So can I just 'import snap

Re: Make image controls from Rev Graphics?

2005-10-18 Thread Todd Geist
On 10/18/05 12:51 PM, "Ken Norris" <[EMAIL PROTECTED]> wrote: > Sure. Checkout the the PI. You can assign a button state to the ID of > an image. Can't imagine anything much easier than that. Yes but how do I get a GRAPHIC to turn into an image? Than

Re: Constellation's Great, But the Rev IDE Doesn't Suck

2005-10-18 Thread Todd Geist
and top. If anybody wants it, send me an email off list. Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Make image controls from Rev Graphics?

2005-10-18 Thread Todd Geist
but it looks easy and painless! > > http://www.buttongadget.com/buttongadget/default.htm -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit thi

Make image controls from Rev Graphics?

2005-10-18 Thread Todd Geist
Hello, I would like to turn some little graphic icons I made with Rev's drawing tools into Images/Icons that I could attach to buttons for the different button states. Is there any easy way to do this? Thanks for your help Todd -- Todd Geist __ g e

vAlign Images in lines of text

2005-10-18 Thread Todd Geist
Hello, I used set imageSource to put a little Icon in a line of text. What I get is both the Icon and the text aligned to the text base line What I want is for the text to be centered on the Icon. Is this possible? Thanks Todd -- Todd Geist __ g e i s

Re: vAlign Images in lines of text

2005-10-17 Thread Todd Geist
t to get the alignment to work. -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

vAlign Images in lines of text

2005-10-17 Thread Todd Geist
Hello, I used set imageSource to put a little Icon in a line of text. What I get is both the Icon and the text aligned to the text base line What I want is for the text to be centered on the Icon. Is this possible? Thanks Todd -- Todd Geist __ g e i s

Re: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-17 Thread Todd Geist
ost developers want less files. For good reasons. What did happen with FileMaker 7 is the possibility of separating data from interface. Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mai

Re: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-16 Thread Todd Geist
n some sort of CVS then they can get to work while the burst of creative energy is still fresh. If the project is always as close to possible to "ready to work on" then it will be easier to retain and utilize the creative energy necessary to finish a project. Cheers Todd Todd Geist

Re: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-15 Thread Todd Geist
irly small. Even as fast as Rev is, large complex projects are well... Large and complex... The benefits of having code management system for those projects would be huge Cheers Todd -- Todd Geist __ g e i s t i n t e r a c t i v e __

Re: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-15 Thread Todd Geist
outside the box. And not having Templates makes it very hard for people to learn about the box, which makes it very hard to step out side of it. So like many important questions that face humans on a daily basis, The answer to the question "are template GOOD or BAD" is...

Re: Image woes...

2005-10-12 Thread Todd Geist
Path into tURL ##the missing link :-) >> put URL tURL into img "image2" >> put the result >> END MouseUP -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution maili

Re: Image woes...

2005-10-12 Thread Todd Geist
th this handler to copy the image back off the disk into a second image control. ON mouseUp put specialFolderPath("desktop") & "/test.png" into tPath put URL tURL into img "image2" put the result END MouseUP --> FAILS. The second image contro

Scale to fit

2005-10-12 Thread Todd Geist
any examples? Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Image woes...

2005-10-12 Thread Todd Geist
It's late but I can't seem to figure this out.. I saved a PNG to disk using put img "image" into URL "binfile:/" Now I want to get it back into an image control Why can't I use? Put URL "binfile:/" into img "image" I am getting a

Re: Not exactly a System Window???

2005-10-11 Thread Todd Geist
in front, and to 'palette' all the other times. Will constantly poll have an impact on the performance of the stack? Does anybody have an example of how to set up "polling"? Thanks again! Todd -- Todd Geist _

Not exactly a System Window???

2005-10-11 Thread Todd Geist
x27;t know how to make it only be true when some applications are in front but not others. Initially this would be targeted at Mac OSX but Windows would follow immediately after. Anybody have any ideas? Thanks Todd -- Todd Geist __ g e i s t i n t e r a

Re: Constellation users?

2005-10-11 Thread Todd Geist
;M's Constellation and other "Gadgets" on a daily > basis that might be willing to answer a few questions, on or off list? > I'm considering it, but I don't see a trial version so I'd like to get > a couple of usage details from a regular user. -- T

Re: Scale to fit

2005-10-11 Thread Todd Geist
D stsScaleObject It could probably be optimized but it works Thanks again -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this u

Re: Scale to fit

2005-10-10 Thread Todd Geist
ut 100,100,300,400 into myRect > set the rect of image "X" to myRect Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Plea

Re: Scale to fit

2005-10-10 Thread Todd Geist
Thanks! On 10/10/05 3:26 PM, "David Burgun" <[EMAIL PROTECTED]> wrote: > > put 100,100,300,400 into myRect > set the rect of image "X" to myRect -- Todd Geist __ g e i s t i n t e r a c t i v e

Scale to fit

2005-10-10 Thread Todd Geist
any examples? Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Copy Image

2005-10-08 Thread Todd Geist
example, but they don't easily translate to > other programs. The same works for Photoshop, if that is what you are using > to work with you images. -- Todd Geist __ g e i s t i n t e r a c t i v e __

Re: Copy Image

2005-10-07 Thread Todd Geist
in between them and everything worked. That is as close as I can get. If I get any more info I will pass it on. Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-

Re: Copy Image

2005-10-07 Thread Todd Geist
opied. What is the > error? What happens next in your script? If you isolate the copying > script completely, does it work then? > > Cheers, > Sarah > ___ > use-revolution mailing list > use-revolution@lists.runrev.com > Please visit

Re: Copy Image

2005-10-06 Thread Todd Geist
ot; of cd tCard of stack "GrommetData" END if copy img "image" to cd tCard of stack "GrommetData" Again, this does not work the fiirst time, but once the image has been copied to the target card once it works. Does anybody have any clues? Thanks Todd

Copy Image

2005-10-06 Thread Todd Geist
o the card just fine. BUT I get an Execution Error. Does anybody know why? Thanks so much Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Plea

TEST - please ignore

2005-10-06 Thread Todd Geist
-- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Create a Card in an other Stack

2005-10-06 Thread Todd Geist
em to work. What am i not understanding about this? Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

  1   2   >