Re: snapshot and background problems

2010-06-27 Thread tsj
On 28/06/10 1:42 PM, Scott Rossi sc...@tactilemedia.com wrote: Recently, I wrote: export snapshot from rect 0,0,100,100 to someVar as PNG set the text of image myimage to someVar Correction: export snapshot from rect 0,0,100,100 of this cd to someVar as PNG set the text

Re: Status on GUI skinning...

2010-06-09 Thread tsj
On 10/06/10 11:42 AM, Simon Lord sl...@karbonized.com wrote: So I downloaded Oliver's stack sample for a custom VERTICAL scrollbar which does exactly what I wanted. Problem is he took out the horizontal scrollbar and I can't figure out how to get it to work (again, the math). So before I

Re: Datagrid mouseUps

2010-06-09 Thread tsj
On 10/06/10 12:06 PM, Alex Adams a...@a2technology.com wrote: I have a number of datagrids that behave in a way that is not intended and I¹m curious if there is a simple way to solve the problem. I have a mouseUp event the script of the datagrid. It works well except that it is triggered

Re: inconsistent field appearance

2010-06-02 Thread tsj
On 3/06/10 9:06 AM, Nicolas Cueto nicon...@gmail.com wrote: Terry, Have had a chance now to test your function on XP and Vista. It worked!! Plus, studying closely your code, learnt about some new Rev commands/functions. Again, thank you. My pleasure - glad it helped. Terry... ­

Re: Test For Field Being Edited?

2010-05-12 Thread tsj
What about querying the selectedChunk or the selectedField? Terry... On 13/05/10 11:14 AM, Scott Rossi sc...@tactilemedia.com wrote: Hi List: I can't remember... Is there a way to determine if any field on a card is open for editing, other than storing a variable? I want to disable

Re: Copying Highlighted Text in a Field

2010-05-12 Thread tsj
On 13/05/10 10:44 AM, Steven Axtell saxt...@neb.rr.com wrote: I am wanting to copy highlighted text in a field by right-clicking on the field and choosing a menu option from the pop-up menu. The problem that I run into is than when I right-click on the field, the highlighted text become

Re: Check out Jerry's new videos -- REV to ObjC - iPhone

2010-05-09 Thread tsj
On 10/05/10 12:40 PM, Brian Yennie bri...@qldlearning.com wrote: Josh, Except, if a tool like Rev were generating the code to paste in, it would inevitably contain large portions of identical code across projects. Apple could easily ban any app that matches those very clear signatures.

Re: Apples actual response to the Flash issue

2010-05-02 Thread tsj
I'm starting to think that Randall has already realised his dream and that it's not him but a piece of software that is corresponding with us. And, not only is it hyper intelligent (and thoughtful) but it's context-aware and motion sensitive (on the road, in a café) ;) It might be off-topic

Re: How do I put an image in memory into an image object?

2010-05-02 Thread tsj
If the variable contains data from an image file (i.e. In JPEG, PNG or similar format) then just use... put variableName into image imageName Terry... On 3/05/10 11:52 AM, Bill Vlahos bvla...@mac.com wrote: Nope. That doesn't work either. Bill Vlahos _ InfoWallet

Re: Finding the name of a USB volume

2010-01-06 Thread tsj
Richard - I haven't got an unnamed USB drive handy to test this with but what does the volumes function return when one is mounted? Does this give you the expected untitled (or untitled 1 etc)? If so, you could iterate through the listed volumes using a couple of applescripts to determine whether

Re: Finding the name of a USB volume

2010-01-06 Thread tsj
On 7/01/10 12:50 PM, Phil Davis rev...@pdslabs.net wrote: On 1/6/10 3:31 PM, Richard Gaskin wrote: tsj wrote: Richard - I haven't got an unnamed USB drive handy to test this with but what does the volumes function return when one is mounted? Does this give you the expected untitled

Re: Cached imagesource

2010-01-06 Thread tsj
What about setting the filename of an image object and setting the imagesource of the character to its id... set the filename of image id 1005 to [somefilepath1] set the imagesource of char 1 of fld 1 to 1005 set the filename of image id 1005 to [somefilepath2] set the imagesource of char 1 of

revBrowser and windowshape - Windows bug?

2009-12-06 Thread tsj
Can anyone confirm that revBrowser doesn't work when you have the stack's windowShape set under Windows (seems to be OK on OSX). Terry... ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Hot Tracking a text line in a field

2009-11-22 Thread tsj
How about using 'the mouseline' Word 2 of the mouseline will give you the relevant line number for your field and as you're using a field with its dontWrap set to true you can just trap this and do your underlining. Say for example the text you want to highlight is the second 'column' in your

Problems reading from files in the Classic environment

2003-10-23 Thread tsj
I came across the situation recently where I developed an app under OS X that was destined for delivery under OS 9. Its core functionality is to read and display a series of html files. To ensure interoperability, the path to these files is constructed using the apps filename, environment and