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

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

Re: Report Writer Needed

2007-01-05 Thread Todd Geist
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-revolution -- Todd Geist

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 c t i v e

Report Writer Needed

2007-01-04 Thread Todd Geist
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 list

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

2006-12-07 Thread Todd Geist
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 andre -- Todd Geist

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 e r a c t i v e

Re: Flash open source!!!

2006-11-28 Thread Todd Geist
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, unsubscribe

'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

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

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 into a stack

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 confirm

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

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

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

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, Is there a way to do

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 field

Splash Screen Strategy

2006-05-16 Thread Todd Geist
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 __ g e i s t i n t e r a c t

systemWindow question

2006-05-16 Thread Todd Geist
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

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

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 need it in, plus I

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-12 Thread Todd Geist
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 __ g e i s t

Re: Send Keys

2006-05-11 Thread Todd Geist
. 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 s t i n t e r a c t i v e

Re: Send Keys

2006-05-11 Thread Todd Geist
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 ___ use-revolution mailing list use

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

systemWindow question

2006-05-10 Thread Todd Geist
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 -- Todd Geist

Re: systemWindow question

2006-05-10 Thread Todd Geist
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 toggle Float

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 preferences

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

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-revolution mailing list use

Re: How to stop tabbing

2006-05-09 Thread Todd Geist
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 preferences: http

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 ___ use

Re: How to stop tabbing

2006-05-09 Thread Todd Geist
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 -- Todd Geist __ g e i s t i n t e r a c t i

Optimize This!

2006-05-01 Thread Todd Geist
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.runrev.com Please visit this url to subscribe

Re: Optimize This!

2006-05-01 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

Re: Optimize This!

2006-05-01 Thread Todd Geist
-- 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 __ g e i s t i n t e r a c t i v e

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 ___ use

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

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: Installing and Using Revolution as a CGI on Tierra.Net (was Dreamhost)

2006-04-20 Thread Todd Geist
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 visit this url to subscribe

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 Geist

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

FTP Attempts

2006-04-19 Thread Todd Geist
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 __ g e i s t i n t e r a c t i v e

Re: FTP Attempts

2006-04-19 Thread Todd Geist
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 subscribe, unsubscribe and manage your

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 NLST|LIST -- Todd Geist __ g e i

DreamHost CGI not working...

2006-04-18 Thread Todd Geist
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 ___ use-revolution mailing list use-revolution

Re: DreamHost CGI not working...

2006-04-18 Thread Todd Geist
on 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

Re: DreamHost CGI not working...

2006-04-18 Thread Todd Geist
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.runrev.com Please visit this url

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 works. Why would the engine care

Counting Chars By ASCII Part 2

2006-03-01 Thread Todd Geist
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 Advance Todd -- Todd Geist __ g e i s t i n

Re: Counting Chars By ASCII Part 2

2006-03-01 Thread Todd Geist
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 list 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: 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

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 this url

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 i v e

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

Massive XML docs

2006-02-08 Thread Todd Geist
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 ___ use

Re: PayPal, Kagi, esellerate. Splitting revenue

2006-02-08 Thread Todd Geist
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 -- Todd Geist

Re: massive xml docs

2006-02-08 Thread Todd Geist
? 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 preferences: http

Re: massive xml docs

2006-02-08 Thread Todd Geist
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-revolution@lists.runrev.com Please visit

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 -- Todd Geist

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 ;) Todd -- Todd

revChandler [was] A supplement suite of office programs?

2005-12-22 Thread Todd Geist
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! -- Todd Geist __ g e i s t i n t e r a c t i v

Help Docs - Rev Stacks

2005-11-02 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

Toplevel vs Open vs start using

2005-10-20 Thread Todd Geist
? 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 __ g e i s t i n t e r a c t i v e

Re: Saving Itself

2005-10-20 Thread Todd Geist
majority of the code for the app exists in regular stacks that are not part of the standalone and there for can be saved to. I think another term for this type of architecture is the Splash Screen App. Since it is often only the splash screen that is bound to the runtime. HTH Todd -- Todd Geist

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 -- Todd Geist

Re: Saving Itself

2005-10-19 Thread Todd Geist
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 to subscribe, unsubscribe and manage

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

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 i s t

Re: Make image controls from Rev Graphics?

2005-10-18 Thread Todd Geist
/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 this url to subscribe, unsubscribe and manage your subscription

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

2005-10-18 Thread Todd Geist
. 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 preferences: http

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? Thanks Todd -- Todd Geist

Re: Make image controls from Rev Graphics?

2005-10-18 Thread Todd Geist
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 snapshot' from the rectangle of the graphic? Thanks Todd -- Todd Geist

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

2005-10-17 Thread Todd Geist
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 mailing list use-revolution@lists.runrev.com Please visit

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: vAlign Images in lines of text

2005-10-17 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

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

2005-10-16 Thread Todd Geist
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 __ g e i s t i n t e r

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

2005-10-15 Thread Todd Geist
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... YES! Todd -- Todd Geist __ g e i s t i n t e r a c t i v e

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

2005-10-15 Thread Todd Geist
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 ___ use-revolution mailing list use-revolution

Image woes...

2005-10-12 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

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

Re: Image woes...

2005-10-12 Thread Todd Geist
put URL tURL into img image2 put the result END MouseUP -- FAILS. The second image control img image2 is still empty. Any clues? Thanks very much Todd -- Todd Geist __ g e i s t i n t e r a c t i v e

Re: Scale to fit

2005-10-11 Thread Todd Geist
THEN put pOrigH * tPctW into tNewH put pOrigW * tPctW into tNewW ELSE put pOrigH into tNewH put pOrigW into tNewW END if END if return round(tNewW),round(tNewH) END stsScaleObject It could probably be optimized but it works Thanks again -- Todd Geist

Re: Constellation users?

2005-10-11 Thread Todd Geist
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. -- Todd Geist __ g e i s t i n t e r a c t i v e

Not exactly a System Window???

2005-10-11 Thread Todd Geist
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 c t i

Re: Not exactly a System Window???

2005-10-11 Thread Todd Geist
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 __ g e i s t i n t e r a c t i v e ___ use

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: 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 ___ use-revolution

Re: Scale to fit

2005-10-10 Thread Todd Geist
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 Please visit this url to subscribe, unsubscribe and manage

Re: Copy Image

2005-10-08 Thread Todd Geist
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 ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Copy Image

2005-10-07 Thread Todd Geist
then? Cheers, Sarah ___ 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-revolution -- Todd Geist

Re: Copy Image

2005-10-07 Thread Todd Geist
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-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Create a Card in an other Stack

2005-10-06 Thread Todd Geist
. 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 subscribe

Create a Card in an other Stack

2005-10-06 Thread Todd Geist
. 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 subscribe

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

Copy Image

2005-10-06 Thread Todd Geist
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 Please visit this url

Re: Copy Image

2005-10-06 Thread Todd Geist
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 -- Todd Geist __ g e i s t i n t e r a c t i v e

  1   2   >