Re: QC Center and dictionary feature request?

2007-02-14 Thread Mark Wieder
Dick- Wednesday, February 14, 2007, 12:07:34 AM, you wrote: > How hard would it be to link dictionary and Œzilla entries? O. I like the idea. If you want to go ahead and hack a solution, here's the relevant url: quality.runrev.com/qacenter/buglist.cgi?query_format=advanced &short_desc_type=

Revolution and ffmpeg - looking for help on project

2007-02-14 Thread Josh Mellicker
I am looking for help on a project (codenamed "Cap'n Crunch"), please contact me offlist if you are interested. I am including an overview of the project here because I feel the details might interest any Rev programmer dealing with the processing of images, video or audio. (And if you don't now,

Re: Date Variable

2007-02-14 Thread Phil Davis
Hi Jeff, I know you found an answer, but here's another way that works: put tMonth,tDay,tYear into tQueryDate replace comma with slash in tQueryDate And there are probably 14 other ways to do it besides this one. Have fun - Phil Davis Jeff Honken wrote: I've been trying to tie in three

Re: Abracadabra...

2007-02-14 Thread Robert Brenstein
... I have a problem. There is a difference between a file when I see it in the Variable Watcher before it was save and the file on the hard disk (there is an empty line between two line). So I write this when the file was saved ... put homepath&"/debugtable1" into nomFich open file n

Re: identifying an object via a custom property

2007-02-14 Thread Mark Schonewille
Hershel, I mean the following. Set the order of an object first. on setProp cGroupOrder theNumber set the cGroupOrderList[theNumber] of this stack to ¬ the cGroupOrderList[theNumber] of this stack & comma & the id of the target pass cGroupOrder Then use the stored list of objects to do s

Re: SFW conversion

2007-02-14 Thread Mark Smith
How do you get QTamateur to convert to mp3? best, Mark On 14 Feb 2007, at 23:43, Thomas McCarthy wrote: I'm not sure this will do flash, but it will do a lot. I've used it for a while, mainly to convert various audio files to mp3. It has a batch convert function that made it a breeze.

SFW conversion

2007-02-14 Thread Thomas McCarthy
I'm not sure this will do flash, but it will do a lot. I've used it for a while, mainly to convert various audio files to mp3. It has a batch convert function that made it a breeze. The price can't be beat either. http://www.mikeash.com/software/qtamateur/ _

Re: Batch Imports ?

2007-02-14 Thread Devin Asay
On Feb 14, 2007, at 1:42 PM, Richmond Mathewson wrote: I now (see earlier postings re SWF files) have several folders of AIFF files. Having managed to get a very sore wrist doing individual conversions I am looking for a way to do some sort of a BATCH IMPORT of AIFF files into some stacks . .

Re: Disable Mouse

2007-02-14 Thread Devin Asay
On Feb 14, 2007, at 12:42 PM, J. Landman Gay wrote: Jeff Honken wrote: Sarah, Thanks you for responding. I'm still confused on the issue. What I have is several fields that are for data entry. I don't want to give the user the ability of using the mouse in any of the input fields. I

Re: How to Hilite Question

2007-02-14 Thread Phil Davis
Jeff Honken wrote: How would a person auto hilite the text in a field that they've tabbed into ? I would think this would be pretty simple but I can't seem to get it to work with the "hilite" command. Hi Jeff, This is indeed very easy - as long as you know what message to handle. If you have

Re: How to Hilite Question

2007-02-14 Thread Sarah Reichelt
On 2/15/07, Jeff Honken <[EMAIL PROTECTED]> wrote: How would a person auto hilite the text in a field that they've tabbed into ? I would think this would be pretty simple but I can't seem to get it to work with the "hilite" command. If the "autoTab" of the field is set to true, then this happe

Re: Batch Imports !

2007-02-14 Thread Mark Schonewille
Richmond, There is a menu item "Import as Control/All Audio Files in Folder" Doesn't that work for you? Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web Store software.

Re: calendar function anyone ?

2007-02-14 Thread Sarah Reichelt
When you are working with dates only, the dateItems will usually show the hour as 2 am, but sometimes as 1 am depending on daylight savings. To avoid any potential cross-overs, when working with dates alone, I tend to supply a default time of midday. The convert command will not mess this up by su

Batch Imports !

2007-02-14 Thread Richmond Mathewson
I suffer from a strange mental condition whereby every time I come up against some small RR problem my knee-jerk reaction is to ask for help from the RR use-list: of course this may have something to do with the fact that so many helpful people subscribe to it. Having said that, having posted the

Re: identifying an object via a custom property

2007-02-14 Thread Hershel Fisch
On 2/13/07 9:23 PM, "Brian Yennie" <[EMAIL PROTECTED]> wrote: Thanks, this is what I used till now. But I'm trying to eliminate so many looping. Hershel > Hershel, > > Before doing anything more complex, have you tried simply looping > through the objects? This should be pretty fast unless you ha

How to Hilite Question

2007-02-14 Thread Jeff Honken
How would a person auto hilite the text in a field that they've tabbed into ? I would think this would be pretty simple but I can't seem to get it to work with the "hilite" command. ___ use-revolution mailing list use-revolution@lists.runrev.com Please v

RE: Date Variable

2007-02-14 Thread Jeff Honken
That worked . Thanks, Jeff -Original Message- From: hibis.jmr [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 11:30 AM To: How to use Revolution Subject: Re: Date Variable why not : put tDay & "/" & tMonth & "/" & tYear into QueryDate Jean-Marc Le 14 févr. 2007, à 17:05,

Batch Imports ?

2007-02-14 Thread Richmond Mathewson
I now (see earlier postings re SWF files) have several folders of AIFF files. Having managed to get a very sore wrist doing individual conversions I am looking for a way to do some sort of a BATCH IMPORT of AIFF files into some stacks . . . Any ideas? sincerely, Richmond Mathewson _

Re: Disable Mouse

2007-02-14 Thread J. Landman Gay
Jeff Honken wrote: Sarah, Thanks you for responding. I'm still confused on the issue. What I have is several fields that are for data entry. I don't want to give the user the ability of using the mouse in any of the input fields. I could put empty mouseDown handlers in the fields but that w

Re: Abracadabra...

2007-02-14 Thread Chipp Walters
Jean-Pierre, Why don't you try: put homepath&"/debugtable1" into nomFich --> READ FILE THEN WRITE IT BACK put URL("file:" & nomFich) into tTestMe put tTestMe into URL("file:" & nomFich) --> NOW READ IT AGAIN put URL("file:" & nomFich) into tTestMe2 if tTestMe2 <> tTestMe then beep Note: If t

Abracadabra...

2007-02-14 Thread Jean-Pierre
... I have a problem. There is a difference between a file when I see it in the Variable Watcher before it was save and the file on the hard disk (there is an empty line between two line). So I write this when the file was saved ... put homepath&"/debugtable1" into nomFich open file

Re: Date Variable

2007-02-14 Thread hibis . jmr
why not : put tDay & "/" & tMonth & "/" & tYear into QueryDate Jean-Marc Le 14 févr. 2007, à 17:05, Jeff Honken a écrit : I've been trying to tie in three variables to make a date. I've tried put '" & tDay & "' / '" & tMonth & "' / '" & tYear & "' into QueryDate put (tMonth)/(tDay)/(tYear)

Re: calendar function anyone ?

2007-02-14 Thread hibis . jmr
I also notice a difference of 60 min only at a few dates (Mac OS X). I have found that it happens when changing from winter date to summer date (in France) The foreign system dates seems not to be well managed by revolution Jean-Marc Le 14 févr. 2007, à 11:43, jbv a écrit : Hi all, Thanks fo

Date Variable

2007-02-14 Thread Jeff Honken
I've been trying to tie in three variables to make a date. I've tried put '" & tDay & "' / '" & tMonth & "' / '" & tYear & "' into QueryDate put (tMonth)/(tDay)/(tYear) into QueryDate The below example does work but I need the / in the date. It gives me 02142007 put tYear & tMonth & tDay into

RE: Disable Mouse

2007-02-14 Thread Jeff Honken
Sarah, Thanks you for responding. I'm still confused on the issue. What I have is several fields that are for data entry. I don't want to give the user the ability of using the mouse in any of the input fields. I could put empty mouseDown handlers in the fields but that will still allow the u

Marielle and Richmond

2007-02-14 Thread Klaus Major
Hi Marielle and Richmond, I was, at that time, exploring a number of other possibilities, and... ... Richmond Richmond, Can you make me a service? Keep away from false accusations... ... Marielle Could you please discuss your personal problems OFF-list? I personally find this extremely emba

Re: Richmond's Yahoo-Groups and related guff.

2007-02-14 Thread Marielle Lange
I was, at that time, exploring a number of other possibilities, and was promised all sorts of 'super' things, all of which either failed to manifest themselves, or turned out to be red-herrings. Richmond, Can you make me a service? Keep away from false accusations. I am not in the habit of ma

Re: calendar function anyone ?

2007-02-14 Thread jbv
Hi all, Thanks for your reply. Converting the date to dateItems actually crossed my mind, but are you sure the convert function is 100% bug free ? AFAIR, last time I used it in a cgi script, there was a 60 min difference in some conversions (unfortunately I don't remember in which cases, but I rem

Re: Revolution yahoo groups

2007-02-14 Thread Marielle Lange
As we are at it: revInterop http://groups.yahoo.com/group/revInterop/?yguid=226621683 Revolution_ipc (Inter-Program Communication in Runtime Revolution) http://groups.yahoo.com/group/revolution_ipc/?yguid=153807841 revDocs http://groups.yahoo.com/group/RevDocs/?yguid=254464095 freeGui http://g

QC Center and dictionary feature request?

2007-02-14 Thread Dick Kriesel
When I look up a term in the dictionary, I¹d like to see related bugs and enhancement requests, and their votes. If we could all do that, maybe more of us would vote. Maybe the increase in feedback would help RR. How hard would it be to link dictionary and Œzilla entries? -- Dick __