Cute Hypercard busy cursor

2008-06-02 Thread David Bovill
Any way to get a modern looking beach ball rather than a spinning black an white pie chart - much as I love it :) My only thought is to create a send message in ticks loop that set the cursor to a series of graphics - bit puzzled why this has not been updated - or am I missing something? For

Palette that reacts when changeing the top stack....

2008-06-02 Thread David Bovill
Its been a while since I've done this... what's the best way to trap for this? Do I need a front script (in case the stack blocks a message) - or can I intercept and pass a Rev IDE specific message? ___ use-revolution mailing list

Re: Lock Loc strangeness

2008-06-02 Thread David Bovill
No - but post a stack if you can. I'd need to know if that was a bug - should not be? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Palette that reacts when changeing the top stack....

2008-06-02 Thread David Bovill
://economy-x-talk.com/server.html for more info. On 1 jun 2008, at 01:45, David Bovill wrote: Its been a while since I've done this... what's the best way to trap for this? Do I need a front script (in case the stack blocks a message) - or can I intercept and pass a Rev IDE specific message

CGI performance: using mod_cache

2008-05-31 Thread David Bovill
I'd like to speed up performance of a Rev based CGI by caching the results on the server - however I want to retain the CGI based dynamic behaviour. From reading around it looks like this is possible, and I think this could be a generally useful hack for Rev based CGI's. AFAIK this is a fairly

Re: integrating rsync with Rev

2008-05-30 Thread David Bovill
Done a bit more research - rsync is available for Windows - but AFAIK it requires cygwin, whcih does mean that to distribute with Rev is not as simple as including a binary. I've been looking at alternatives - the one I have used before on Linux and Windows, OSX with Rev is Unison - binaries are

Re: integrating rsync with Rev

2008-05-27 Thread David Bovill
I think you need to expect it and answer yes ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Photo Processing , Gallery and IPTC Data app

2008-05-25 Thread David Bovill
Any update on this thread - I want to read EXIF data - at the moment I am testing the command line tool exif - searching fro a cross platform solution? 2008/1/29 Mark Smith [EMAIL PROTECTED]: Ah, I see. Thanks! Mark On 29 Jan 2008, at 01:04, Ian Wood wrote: Now try feeding it a path

Re: Photo Processing , Gallery and IPTC Data app

2008-05-25 Thread David Bovill
2008/5/25 Ian Wood [EMAIL PROTECTED]: EXIFTool is your best bet and what I'm starting to work with. Does it read and write GPS data? I am not too keen on a perl based solution - its another dependency. Exif seems to work - its cross platform and pure C: - http://exif.darwinports.com/ -

Filter command

2008-05-25 Thread David Bovill
How do you escape chars with the filter command? Specifically what do you do if you want to filter lines that contain the * character? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Filter command

2008-05-25 Thread David Bovill
I think this works as well? filter shellResult with *[*]* 2008/5/26 Sarah Reichelt [EMAIL PROTECTED]: On Mon, May 26, 2008 at 8:59 AM, David Bovill [EMAIL PROTECTED] wrote: How do you escape chars with the filter command? Specifically what do you do if you want to filter lines

New Beast - help required!

2008-05-24 Thread David Bovill
I've just got delivered a Mac Pro - with Leopard and installed Rev 2.9 - catching up with the times... and got a couple of question regarding the placement of folders in 2.9 1. Has the Plugins folder moved back to the Rev Application folder from the Documents Folder in Leopard? 2. If it

Re: integrating rsync with Rev

2008-05-24 Thread David Bovill
Josh - I'd like to do some work on the rsync / expect thing this weekend - so if you have a stack or any code you could post that would be great. I'll try to extend it to work with svn as well. This is the set-up and issues I've got. I am sure others have had the same and it would be great

Re: New Beast - help required!

2008-05-24 Thread David Bovill
Thanks Sarah and Ken, does anyone know what / where the example scripts are kept / how its used? 2008/5/24 Sarah Reichelt [EMAIL PROTECTED]: On Sat, May 24, 2008 at 11:02 PM, David Bovill [EMAIL PROTECTED] wrote: I've just got delivered a Mac Pro Very nice! It took two of us to carry

Re: Apple's Address book

2008-05-23 Thread David Bovill
I made a copy of the interface in Rev and used AppleScript to access the database - but I did not realise the databse was SQLite - I'd love to know more about that? 2008/5/20 william humphrey [EMAIL PROTECTED]: Has anyone copied the look and feel of Apple's address book in a stack? I love the

Re: integrating rsync with Rev

2008-05-23 Thread David Bovill
I have not come across ssh-copy-id utility - it looks like a linux only utility which simply achieves the purpose of copying the public key to the server. This is the same thing you would usually do using the secure copy scp utlity which you will find on most *nix based machines including OSX by

Re: integrating rsync with Rev

2008-05-20 Thread David Bovill
Sarah - thanks for this work! Just one thing... for general use it would be really great to use these techniques to interactively generate the ssh key pairs from within Rev and then ftp or scp them to the server. This convenience option would make it easy for users to set up secure connections,

Re: integrating rsync with Rev

2008-05-20 Thread David Bovill
I've done this several times on linux / OSX - I'd have to look it up in the man pages as once you've done it one you just use it. I've not used expect before... I'll take a look at the way you've used it 2008/5/20 Sarah Reichelt [EMAIL PROTECTED]: On Tue, May 20, 2008 at 4:15 PM, David

Re: Polygon geometry - any suggestions?

2008-05-17 Thread David Bovill
Thanks I'll test it - whatever it does :) ___ 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

Re: Wow - punching holes in stacks!

2008-05-17 Thread David Bovill
Hee... heee - the best bit is when you have text in a field or button. It kind of floats above the hole - click on the text and you get a normal mouseclick - miss the text by 1 pixel and you click right through the stack bringing the application behind it to the front - makes word processing kind

Re: integrating rsync with Rev

2008-05-17 Thread David Bovill
Generating the SSH keys is actually quite easy, and once done you can connect no problem without passwords - that's the method I've used before. However I'd be interested in a solution that used the new features in 2.9 to allow Rev to interact with the shell process. 2008/5/16 Josh Mellicker

Re: integrating rsync with Rev

2008-05-16 Thread David Bovill
2008/5/14 Josh Mellicker [EMAIL PROTECTED]: Anyway, rsync is easy (from Terminal), but I am having a hard time getting started with using shell commands in Rev. So, I am asking for help, of course, any suggestions via this list greatly appreciated, once I get it working I would be happy to

Re: Wow - punching holes in stacks!

2008-05-16 Thread David Bovill
Yes - doesn't work in Leopard here. In a beauty test of bugs - that one gets my vote. It's a pity the non-Tiger users can't see it - maybe Ill put it on YouTube :) ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Polygon geometry - any suggestions?

2008-05-16 Thread David Bovill
I am working with maps and geo-tagging media files - as part of this I need to work out if a point is within an area - simplest case a polygon, but this could be a simple volume - that is a polygon extruded to the ground. The coordinates are latitude and longitude in degrees - with heights in

Re: Defining locals or constants

2008-05-16 Thread David Bovill
2008/5/16 Trevor DeVore [EMAIL PROTECTED]: On May 15, 2008, at 7:00 PM, David Bovill wrote: Make it easier for the community to document, vote, comment and organise these issues. As an example - I would vote on this, but I find that either due to the upgrade to 2.9 or the fact that I have

Re: Significant Rev 2.9 problem handling Quicktime, and slowness

2008-05-16 Thread David Bovill
Probably not related - but I have a suspicion that 2.9 is more sensitive to the alwaysbuffer setting - files that used to play fine buffered now pause more often - while setting alwaybuffer to false - they play fine - at least in situations where the quicktime files reside on the NAS.

Re: Polygon geometry - any suggestions?

2008-05-16 Thread David Bovill
Interesting idea - would be more flexible and powerful too. Still I'd rather do simple text based geometry as eventually this should be a CGI? This is the only one I've found so far - does my head in to look at it :) - Within Polygon

Defining locals or constants

2008-05-15 Thread David Bovill
Is there an easy way to do this type of thing: constant WorldRadius = WorldConstant/pi local LocalVar = WorldRadius * 2 That is initialise a local variable or constant to the result of a calculation. I can use a preOpenStack message to trigger a script but this is not always appropriate

Re: Defining locals or constants

2008-05-15 Thread David Bovill
Not as far as I can see: local SomeLocal = testFunction() function testFunction return 6 end testFunction Will not compile here? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Defining locals or constants

2008-05-15 Thread David Bovill
Yes - because I do not want to have to deal with the different situations in which the handler is called, and initialise the variables properly. For instance when I call a custom property of an object in another stack, which may or may not be open - it could simply be loaded into memory. In these

Wow - punching holes in stacks!

2008-05-15 Thread David Bovill
Is this just a 2.9 thing or did I miss it before? 1. create a stack 2. Place a button or any control on the card 3. Give the control a background fill colour 4. Set the ink of the button to blend - no need to move the slider to set a blendlevel 5. select stack properties and

Re: Wow - punching holes in stacks!

2008-05-15 Thread David Bovill
to resize the stack to get the redraw. Only tested on OSX Tiger and 2.9. If you still need a stack - I can upload it. 2008/5/15 Scott Rossi [EMAIL PROTECTED]: Recently, David Bovill wrote: Is this just a 2.9 thing or did I miss it before? 1. create a stack 2. Place a button or any

Re: Defining locals or constants

2008-05-15 Thread David Bovill
2008/5/15 Mark Schonewille [EMAIL PROTECTED]: So, what do we do about it? Can we do anything? Make it easier for the community to document, vote, comment and organise these issues. As an example - I would vote on this, but I find that either due to the upgrade to 2.9 or the fact that I have

Re: Wow - punching holes in stacks!

2008-05-15 Thread David Bovill
2008/5/15 Sarah Reichelt [EMAIL PROTECTED]: Doesn't seem to work for me on Leopard. I'll try it on leopard over here... for now here is a link - type: go url http://handlers.rev-co.de/attachment/wiki/blendLevel/hole.rev?format=raw; into the message box. You should see a simple stack with

Basic sorting problem

2008-05-07 Thread David Bovill
If I am not doing something wrong I think this is a bug - if so it would be good to confirm on other platforms as it is pretty basic. I am trying to sort lines by the number of words in each line. I can do it with the nuber of chars but not the number of words or tokens. Here are the test scripts:

Re: Basic sorting problem

2008-05-07 Thread David Bovill
Still does not work here (the first line in the index is not sorted / put at the end) - driving me nuts so Im putting together a test stack here ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Is a file an alias?

2008-05-06 Thread David Bovill
Oh! - I thought the Mac Alias was a symbolic link. What's the difference? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

OT: Permissions, NAS, Share and symlinks

2008-05-06 Thread David Bovill
More experiments with my NAS... My question is regarding SymLinks - or hard links - if I want one directory to be made available to two different folders with different permissions on each of the folders - can I use some form of alias - and if so what sort of permissions would I need on the

Augmented file references using Spotlight

2008-05-05 Thread David Bovill
Brief update on this - I've been updating y research on Spotlight - seems to work on the NAS well enough - and there are now a few projects working with tags and the like - mainly opting for using spotlight comments. Latest thought is therefore to work with these projects and choose some keywords

Re: RunRev Accessibility

2008-05-05 Thread David Bovill
Not much help maybe - but here is a link to the API's that could be implemented: - http://en.wikipedia.org/wiki/Screen_reader#Accessibility_APIs And a free Apple based tool for testing? -

Re: file related info

2008-05-05 Thread David Bovill
I have a few handlers - I am sure they could be improved. Here are a couple: function file_GetSize filePath -- was fileSize return item 2 of file_DetailedInfo(filePath) end file_GetSize function file_LastModifed filePath -- version original,27/12/02 return item 5 of

Is a file an alias?

2008-05-05 Thread David Bovill
Is there a way to find out if a file is an alias. The only way I can do it at the moment is with MacOS specific hacks? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Is a file an alias?

2008-05-05 Thread David Bovill
I guess this works? Can someone test it on windows? function file_IsAlias someFile put the aliasreference of someFile into testAlias return someFile is not testAlias end file_IsAlias 2008/5/5 David Bovill [EMAIL PROTECTED]: Is there a way to find out if a file is an alias. The only

Re: Is a file an alias?

2008-05-05 Thread David Bovill
How about: function file_IsAlias someFile put the aliasreference of someFile into testAlias return someFile is not testAlias or testAlias is empty end file_IsAlias Any problems with that - how does it work on Linux? 2008/5/5 Martin Baxter [EMAIL PROTECTED]: David Bovill wrote: I

Script references to moving files?

2008-05-04 Thread David Bovill
Strange question - not sure how to express it otherwise. It's a common enough thing to need though. Your scripts want a reference to an external file, but the user may have moved it in the file system - so you have to relink the file / update your data Now this is what an alias / shortcut

Re: Script references to moving files?

2008-05-04 Thread David Bovill
2008/5/4 Mark Schonewille [EMAIL PROTECTED]: What kind of files are you thinking of? At the moment I am working on a video archive - so the files are various types of video and media. I want to associate these files with metadata as you do. And I want the ability for the user to move these

Fixing MacOS File Names for a NAS

2008-05-02 Thread David Bovill
Just got a shiny new NAS. Copying over files from USB drives on the Mac and I come across the old too long / funny character problem... ? and / and so forth not allowed. I thought this would have been fixed on the Linus based file servers by now - but not. Anyone got a solution - there are

Re: Fixing MacOS File Names for a NAS

2008-05-02 Thread David Bovill
Hmmm... my blind faith in progress is shattered :( Well - not going to give up on my 4 Terabites yet - its not going to be for everything I guess - but I'll settle for the media archive - seems that iTunes is going to be OK - but the EyeTV archive is definitely not based on the way the files are

Robust Logging Script

2008-05-01 Thread David Bovill
Anyone have any experience logging events for several days or more (an event happens each second) is it better to write them out as text files broken up into a few hundred lines - or write it to a text file using the append syntax (not done this myself). It must be a common task that people

Binary Shift Left operator?

2008-04-29 Thread David Bovill
I am reverse engineering a Javascript function which uses a shift left operator: Shift Left Operator The shift left operator is binary. The syntax is *operand1* *operand2* You obtain the result of the expression by treating *operand1* as a set of 32 bits and shifting the bits left by

Re: Binary Shift Left operator?

2008-04-29 Thread David Bovill
2008/4/29 Colin Holgate [EMAIL PROTECTED]: At 5:23 PM +0100 4/29/08, David Bovill wrote: Is there an equivalent in Rev - if not can anyone translate this to some basic math functions? Shift left is the same as * 2. 31 3 would be the same as * 8. What was it that you needed to achieve

Re: Reading commands from Apple's remote control

2008-04-24 Thread David Bovill
Yes - I use Mira - you can also use it to send AppleScripts to activate specific Rev handlers... 2008/4/24 Terry Judd [EMAIL PROTECTED]: Sarah - take a look at Twisted Melon's Mira. You can use it to control pretty much any application, so there might be some way to hook it in with Rev.

Re: Rev on a Linux/Windows based HP 2133 Mini-Note? (was Smallest PC that can run Revolution?)

2008-04-23 Thread David Bovill
Thanks for all the links Luis - I'm wandering what size these things are going to settle down to - feels like the iPhone to Nokia 8110 is in the dailly carry around range and then there are cheap laptops EEPC or even similarly priced Dell Laptops. At the moment I am looking for something under

Re: Rev on a Linux based Nokia N810? (was Smallest PC that can run Revolution?)

2008-04-23 Thread David Bovill
2008/4/23 Chipp Walters [EMAIL PROTECTED]: Wrong processor. I believe that's an TI OMAP2420 processor and Rev doesn't have an engine build for it. Quite a few x86 C++ projects seem to compile without huge effort... including VLC, TuxPaint, XChat and many more. *

Rev on a Linux based Nokia N810? (was Smallest PC that can run Revolution?)

2008-04-22 Thread David Bovill
://maemo.org/intro/ 2008/4/22 Ben Rubinstein [EMAIL PROTECTED]: On 16/4/08 14:30, David Bovill wrote: What is the smallest PC that anyone has managed to get a Revolution application running on - any operating system? Is there a hand held? Something without a built in screen? The Eee PC

Re: Problem with put URL and websites

2008-04-17 Thread David Bovill
Fred - I'd agree with Scott and look at doing this with a supported API rather than screen scraping. Downaside is you need to understand the API - upside is there are lots of people who can help on various lists and the API's are relatively stable as the big boys try not to break them as

Smallest PC that can run Revolution?

2008-04-16 Thread David Bovill
What is the smallest PC that anyone has managed to get a Revolution application running on - any operating system? Is there a hand held? Something without a built in screen? The Eee PC is one of the smallest I can find so far and certainly cheap - and the only one I know of that people have

Re: [OT] Eee PC - got one?

2008-04-08 Thread David Bovill
Any update on this Andre - thinking of buying one. I've had a play with one here running Windows XP... hw does Xandros lay with Rev 2.9? Can it play QuickTime movies properly? In the UK they have a version that ships for Schools with the RM software installed: -

Education Education Software (RM)

2008-04-08 Thread David Bovill
Has anyone any experience developing Rev based software for the UK education market? It seems they distribute Adobe Products - even Authorware!?! to Schools but not Revolution: - http://www.rm.com/Secondary/Products/Story.asp?cref=PS224539catref=9 Seems like there is an opportunity to

Re: Handle ^ and ยจ in a field

2008-04-07 Thread David Bovill
Not sure - need more info. Maybe post a script? Guessing I'd use the keydown as an opportunity to process the char before the current selection? On 07/04/2008, Jean-Pierre [EMAIL PROTECTED] wrote: Hello, I want to handle caracter one by one in a field. If I use keyUp : caracter was missing

Hand held PC that can run Rev?

2008-04-05 Thread David Bovill
I am looking for a small portable hand held-type device that can run Rev. Ideally it would be an iPhone or iPOD Touch type machine as I need to be able to show video in an interactive environment. I've been researching small PC's - Single Board computers - but was wandering if anyone has found a

Re: activating palette loses textselection?

2008-04-03 Thread David Bovill
On 02/04/2008, Richard Gaskin [EMAIL PROTECTED] wrote: Klaus Major wrote: OK - no answer - but it only happens when the target of the text- palette is a non-list field? No, ANY field. Looks like the engine automatically puts the focus on the first field in the stack, palette

Re: activating palette loses textselection?

2008-04-02 Thread David Bovill
OK - no answer - but it only happens when the target of the text-palette is a non-list field? List fields seem OK - so maybe there is a clue in the properties there? On 02/04/2008, Klaus Major [EMAIL PROTECTED] wrote: Hi Richard, Klaus Major wrote: I have a couple of palettes and

Re: activating palette loses textselection?

2008-04-01 Thread David Bovill
Is there a closefield handler in the message path doing something? On 01/04/2008, Klaus Major [EMAIL PROTECTED] wrote: Hi friends, I have a couple of palettes and toplevel stacks open here. Now when I select some text in a field of a non palette stack and click on a button/list field in a

numToChar(13)

2008-03-31 Thread David Bovill
Recently had the following problem processing lists from ftp directories - fetching and displaying the directories in a list field was fine but when I tried to use the list field to obtain an ftp url the script failed - the debugging was a nightmare as the ftp url looked correct and manually

Re: numToChar(13)

2008-03-31 Thread David Bovill
On 31/03/2008, Jim Ault [EMAIL PROTECTED] wrote: It is difficult to find a single source for these issues, but they are critical to successful programming. Hope this helps Jim Ault Thanks for the pointers Jim. ___ use-revolution mailing list

Re: numToChar(13)

2008-03-31 Thread David Bovill
to library to do this - I don't really see the value of the library returning anything other than standard Rev CR between lines of for ftp directory listing? On 31/03/2008, Martin Baxter [EMAIL PROTECTED] wrote: David Bovill wrote: Recently had the following problem processing lists from ftp

Easy way to get the white space before the first word of a line?

2008-03-25 Thread David Bovill
I want to get hold of the white space - ie tabs or space - before the first word of a line. I can do it of course with repeat loops - but is there a way using Revs built in chunks? Something like: put word 0 to 1 of first second ___

Re: Easy way to get the white space before the first word of a line?

2008-03-25 Thread David Bovill
, Revolution, SuperCard and other programming languages can be found at http://runrev.info On 25 mrt 2008, at 22:08, David Bovill wrote: I want to get hold of the white space - ie tabs or space - before the first word of a line. I can do it of course with repeat loops

Re: revBrowser

2008-03-14 Thread David Bovill
, 2008, at 12:16 PM, David Bovill wrote: Having some problems with revBrowser - I get a repeated crash using the Browser Sampler.rev stack - or the stacks I am coding. I get it when viewing my Google Home page - that's not the search engine but the personalised home page with the widgets

Re: why XHTML cannot be parsed with RevXML ?

2008-03-14 Thread David Bovill
will chime in. Jim Ault Las Vegas On 12/23/06 8:48 AM, David Bovill [EMAIL PROTECTED] wrote: Jim _ thought that was the whole point of xHTML? That is that xHTML is HTML that works with XML parsers - that is why you can view xHTML outlines in tools such as GoLive. I assumed htmltext from

Re: Team Development / Exporting stuff to text files

2008-03-09 Thread David Bovill
On 09/03/2008, Chipp Walters [EMAIL PROTECTED] wrote: As Richard said, I find stacks the idea binary data storage container, too. In fact many of our customers apps have stack based document files, which have zero business logic and in fact are never seen by the user. Works great. And, if

Re: Team Development / Exporting stuff to text files

2008-03-09 Thread David Bovill
Sorry the question was cut off What things - tools or actions would help produce more community produced libraries? - Jabber - Google Data - Google spread sheets - Google docs, calendar, picassa etc - KML - Flickr - YouTube - iCal / vCal - Blog XMLRPC api's -

Re: Team Development / Exporting stuff to text files

2008-03-09 Thread David Bovill
On 09/03/2008, Jerry Daniels [EMAIL PROTECTED] wrote: Guys I can't believe you fellows are talking about libraries at a time like this. Sir Paul McCartney is going through a messy divorce and will have to pimp out the Beatles to El Jobso / iTunes to make it happen. He needs our support

Re: Team Development / Exporting stuff to text files

2008-03-08 Thread David Bovill
On 05/03/2008, Chipp Walters [EMAIL PROTECTED] wrote: David, another point to understand is the recompilation of a complete stack from text files, is a very difficult, if not impossible task to undertake. I should know. I worked with David Johnson for over a year on a sharing toolkit

Re: Team Development / Exporting stuff to text files

2008-03-08 Thread David Bovill
On 08/03/2008, Richard Gaskin [EMAIL PROTECTED] wrote: A stack can be used as a data store only, separate from other stacks which can be used for the UI, separate still from stacks used as libraries to drive it all. True. Quite flexible, the stack object. H - lets put it the other

Re: Team Development using Run Rev

2008-03-05 Thread David Bovill
On 05/03/2008, Ben Rubinstein [EMAIL PROTECTED] wrote: On 3/3/08 15:30, David Bovill wrote: I use a similar technique for storing stacks in SVN. When scripts are saved I have hooks which also export text files to SVN and write out metadata for indexing purposes. Hi David, Just

Re: Team Development using Run Rev

2008-03-05 Thread David Bovill
That's smart Mark - if I have got you right. That would make your diffs a diff script - that is a shorter script that you can execute on a stack to make an update? Or am I dreaming :) On 03/03/2008, Mark Wieder [EMAIL PROTECTED] wrote: David- I use a similar technique for storing stacks in

Re: Team Development / Exporting stuff to text files

2008-03-05 Thread David Bovill
Agreed as well - but in the context of your own or a relatively small groups productivity. That is it is not worth going down the path of svn or finer granularity for your own productivity, unless perhaps you and your team are already familiar with such tools and working practices based on other

Re: Team Development / Exporting stuff to text files

2008-03-05 Thread David Bovill
On 05/03/2008, Richard Gaskin [EMAIL PROTECTED] wrote: David Bovill wrote: That said, I suppose if we look at all possible scenarios we could find circumstances for which a finer level of granularity may have a positive ROI. We've found no significant limitations with stack-based check

Re: Team Development using Run Rev

2008-03-03 Thread David Bovill
I use a similar technique for storing stacks in SVN. When scripts are saved I have hooks which also export text files to SVN and write out metadata for indexing purposes. I started with XML files, but as most of the changes were script based and I wanted the code readable and documented I moved

Selection issues: on selectedobjectchanged

2008-03-03 Thread David Bovill
I want a user to be able to select a group inside a group and move it around / resize it. I used to do this with mousedown handlers, but want to change to using the normal selection stuff that the IDE uses, so I have replaced much of the old functionality by trapping for the on

Re: Selection issues: on selectedobjectchanged

2008-03-03 Thread David Bovill
. Jim Ault Las Vegas On 3/3/08 8:27 AM, David Bovill [EMAIL PROTECTED] wrote: I want a user to be able to select a group inside a group and move it around / resize it. I used to do this with mousedown handlers, but want to change to using the normal selection stuff that the IDE uses, so

Re: Selection issues: on selectedobjectchanged

2008-03-03 Thread David Bovill
On 03/03/2008, Jim Ault [EMAIL PROTECTED] wrote: Perhaps select the inner object, take a snapshot... but then you get back to how to look professional. Also there is a lot of built in functionality with the selection handles. I want to be able to resize as well as move. In the previous

Re: Escaping shell script paths (was: Photo Processing , Gallery and IPTC Data app)

2008-02-01 Thread David Bovill
Thanks for this Ian. I've a couple of questions if not anything to add... - The applescript you start with I guess this deals with file names on Mac that contain the / character for instance? What exaclty does set tOut to POSIX path of tPath do? - I use this command to escape any

revBrowser

2008-02-01 Thread David Bovill
Having some problems with revBrowser - I get a repeated crash using the Browser Sampler.rev stack - or the stacks I am coding. I get it when viewing my Google Home page - that's not the search engine but the personalised home page with the widgets in I am not sure which url to give as it sues

Re: revBrowser

2008-02-01 Thread David Bovill
Thanks Devin, can you view your Google Home page in revBrowser - try using the Browser Sample stack in the Rev apps / resoures/sample projects/ folder? On 01/02/2008, Devin Asay [EMAIL PROTECTED] wrote: On Feb 1, 2008, at 10:16 AM, David Bovill wrote: Having some problems with revBrowser

Re: revBrowser

2008-02-01 Thread David Bovill
Thanks - maybe it is one of the widgets I use on the Google page - I have YouTube videos and others I'll do some testing turning the widgets on and off one at a time and report back ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: RevBrowser Two windows

2008-02-01 Thread David Bovill
Nothing neat. I guess you could use an object slightly bigger than the browser and then use the mouse enter and leave messages? Probably the best - I don't think it would work out but maybe another option is to fetch the html and wrap it in a dummy div before displaying?

Re: revBrowser

2008-02-01 Thread David Bovill
Too keen - it was one of the widgets but I removed them too aggressively and I can't find the one that caused the crash - I guess it is some AJAX / Javascript widget. I'll keep an eye out for it :) On 01/02/2008, David Bovill [EMAIL PROTECTED] wrote: Thanks - maybe it is one of the widgets I

Re: rotating and scaling images in Win32 (was ITPC, Exif *.*)

2008-02-01 Thread David Bovill
I thought you could use imagemagick on windows: ImageMagick (full)http://www.dylanbeattie.net/magick/download/latest/ImageMagick.zipThis includes the ImageMagick binaries, including the command-line tools ( animate.exe, composite.exe, etc.) Get this package if you want to use ImageMagick on a

Re: Determine which control is being focused on in focusOut message?

2008-01-31 Thread David Bovill
Seems like you want to go backwards in time :) My guess would be to put the focus messages at the card level and use the target or focusedObject and local variable as in Chipps suggestion plus: - wait until lObjID is empty with messages ? On 31/01/2008, Trevor DeVore [EMAIL PROTECTED]

Re: Determine which control is being focused on in focusOut message?

2008-01-31 Thread David Bovill
On 31/01/2008, Trevor DeVore [EMAIL PROTECTED] wrote: On Jan 31, 2008, at 11:28 AM, David Bovill wrote: Seems like you want to go backwards in time :) Actually I want to go forward in time. True - least that's not against Relativity then... so won't wait with messages work? Though I guess

Re: Determine which control is being focused on in focusOut message?

2008-01-31 Thread David Bovill
On 31/01/2008, Trevor DeVore [EMAIL PROTECTED] wrote: On Jan 31, 2008, at 11:58 AM, David Bovill wrote: True - least that's not against Relativity then... so won't wait with messages work? Though I guess it is equivalent in most ways to send in... and what limitations are you tryin

Re: Determine which control is being focused on in focusOut message?

2008-01-31 Thread David Bovill
AFAIK there is no way to trigger focus events in unlocked fields - is that right??? It seems a strange behaviour as the focusborder shows... ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Is the menubar visible?

2008-01-28 Thread David Bovill
is there a way to tell if the menubar is showing or not? I think this is a missing property no? return the visible of the menubar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Asynch work: loading movie from file example...

2007-12-21 Thread David Bovill
Thanks - Andre. No it's not overkill - I need to use RevBrowser in any case, and was using it for FLV's - so it is even simpler if I can unify them all into a single object. My fear was stability as in general I have got more crashes when using RevBrowser than with other code - but if you have

Asynch work: loading movie from file example...

2007-12-20 Thread David Bovill
I'm trying to get to the bottom of how to code asynchronous GUI work in Rev - and thought I'd ask for tips. The example to hand is simple a user clicks on a line in a field which triggers a script to set the filename of a player to a movie file. The problem is that the files are large mp4 files

Re: QT + SMIL = BAD COMBO

2007-12-19 Thread David Bovill
Yes - I wander if they work though - ie in terms of exporting to standalone QuickTime - Id put more money on them than SMIL. I am not sure how much the XML import engine and the corresponding media links (.qtl) are still used / part of any QuickTime future. It may be worth looking at on the

Re: RGB colours

2007-12-19 Thread David Bovill
Now that is a funny script! Thanks Sarah! On 18/12/2007, Sarah Reichelt [EMAIL PROTECTED] wrote: On Dec 19, 2007 5:47 AM, David Bovill [EMAIL PROTECTED] wrote: I want to be able to translate between colorname and rgb tripplets. AFAIK there is still no built in way to do this. In the past

<    1   2   3   4   5   6   7   8   9   10   >