Re: Easier syntax for quoting text and html?

2010-01-02 Thread David Bovill
Yes! Much better syntax - thanks Alex, Jim and Python! Alex why not vote for: http://quality.runrev.com/qacenter/show_bug.cgi?id=8517 or create a new one? 2010/1/2 Alex Tweedly > David Bovill wrote: > >> 2009/12/31 Jim Ault >> --// html honors both quote types, ignores extra spaces >> >> > T

Finding strings in script editor

2010-01-02 Thread David Bovill
Anyone got any tips and advice on how to use the IDE's find dialogue to find exact strings? I'm looking for the string: Global | View | Script | Menu > It seems the find matches each and every word anywhere in the script - quoting the string does not work and I don't seem to be able to get anywhe

Re: Finding strings in script editor

2010-01-02 Thread Bernard Devlin
Hi David, With "use regular expressions" selected in the "Find Options" sub-section of the Find dialog, I could find this string: Global | View | Script | Menu using this: Global \| View \| Script \| Menu I wasn't sure if you wanted to find the ">" as well. If so, you can use regex for that t

Re: Finding strings in script editor

2010-01-02 Thread David Bovill
Thanks Bernard! 2010/1/2 Bernard Devlin > Hi David, > > With "use regular expressions" selected in the "Find Options" > sub-section of the Find dialog, I could find this string: > > Global | View | Script | Menu > > using this: > > Global \| View \| Script \| Menu > > I wasn't sure if you wanted

Mouseenter for objects inside groups

2010-01-02 Thread Ludovic Thébault
Hello, I've a group, inside that grp, i've an other grp with scrollbar, and inside this group i've an other group (!) where objects need to be active with a mouseenter. It's not working (it's work if there is only the last group). Only script's object have the mouseenter handler. What i miss ?

Re: Mouseenter for objects inside groups

2010-01-02 Thread David Bovill
You are not missing anything - it is just that groups themselves do not trigger mouseEnter / leave (even when opaque - which is a pity) - AFAIK the only way around that is to place some suitable control (I usually use a graphic) as a "background" to the group - set the margins of the group to 0 - a

Re: Mouseenter for objects inside groups

2010-01-02 Thread Trevor DeVore
On Jan 2, 2010, at 9:14 AM, David Bovill wrote: You are not missing anything - it is just that groups themselves do not trigger mouseEnter / leave (even when opaque - which is a pity) And this is a major shortcoming in the engine. Not having events sent to groups makes some custom controls

Re: Mouseenter for objects inside groups

2010-01-02 Thread Bernard Devlin
Trevor, shortly after he entered that bug report Andreas gave up on Revolution. So it may be worth re-entering this item as an enhancement request rather than a bug. Otherwise, it will remain a bug report. If you decide to do this, please let me know and I'll move my old votes to the new report.

Re: Mouseenter for objects inside groups

2010-01-02 Thread Mark Swindell
On Jan 2, 2010, at 8:32 AM, Bernard Devlin wrote: > > If you decide to do this, please let me know and I'll move my old > votes to the new report. It is a pity more people don't see the > significance of 7077. Or even the reality of it. The report is classified "unconfirmed." _

Re: Mouseenter for objects inside groups

2010-01-02 Thread David Bovill
Added comments: I'd add that it makes sense to have these > events sent when the group is opaque. Others may like to comment if this would > cause any problems for them, or the messages should be sent regardless of the > actual visibility of the groups background? > > And voted for. 2010/1/2 Trev

Re: Mouseenter for objects inside groups

2010-01-02 Thread Mark Wieder
Mark- Saturday, January 2, 2010, 9:15:56 AM, you wrote: >> If you decide to do this, please let me know and I'll move my old >> votes to the new report. It is a pity more people don't see the >> significance of 7077. > Or even the reality of it. The report is classified "unconfirmed." You'd t

Re: Mouseenter for objects inside groups

2010-01-02 Thread Trevor DeVore
On Jan 2, 2010, at 11:32 AM, Bernard Devlin wrote: Trevor, shortly after he entered that bug report Andreas gave up on Revolution. So it may be worth re-entering this item as an enhancement request rather than a bug. Otherwise, it will remain a bug report. If you decide to do this, please let

Re: Multipage icons

2010-01-02 Thread Jim Lambert
DavidB wrote: > they are usually > formatted by scrolling and clipping the overall image using CSS - and i > guess I could do the same with an image in a group? Here's a script that shows how you can use a single image with multiple segments to make an animation. This techniques also works for

Re: Multipage icons

2010-01-02 Thread David Bovill
Thanks - nice to see! 2010/1/2 Jim Lambert > DavidB wrote: > > > they are usually > > formatted by scrolling and clipping the overall image using CSS - and i > > guess I could do the same with an image in a group? > > > Here's a script that shows how you can use a single image with multiple > se

Re: Does Lock Moves Work on XP?

2010-01-02 Thread Michael Kann
Thanks Scott. --- On Fri, 1/1/10, Scott Rossi wrote: > From: Scott Rossi > Subject: Re: Does Lock Moves Work on XP? > To: "Revolution Mail List" > Date: Friday, January 1, 2010, 1:22 AM > I think you need to add "without > waiting" to the move command. > > > > Scott Rossi > Creative Direct

Attaching files to a document like a file system

2010-01-02 Thread Bill Vlahos
I want to add the ability to store documents encrypted in InfoWallet. I can figure out how to simply add them either to a custom property or just encrypt on disk. It would be great to be able to treat the storage like a disk instead of attached files that can be imported and exported where you c

Sound recording

2010-01-02 Thread Sarah Reichelt
Hi All, I have a one-off need to record sound, so I am hoping somebody will have done all the hard work for me :-) It's streamed from a radio station online in either Real player format, or mp3 format. These both play on my Mac fine, using VLC & iTunes respectively, but as the mp3 stream is 128kbp

Re: Sound recording

2010-01-02 Thread Mark Schonewille
Sarah, I think you should experiment more with VLC. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer Full PayPal integration and automation in web site or (Revolution/ SuperCar

Re: Multipage icons

2010-01-02 Thread Alejandro Tejada
Hi David, David Bovill-4 wrote: > > I'm used to creating icons with a separate icon for each image file. > I've noticed that there are a couple of other techniques in use: > >1. multi-page icons >2. multiple icons in one image > > [snip] > Some years ago, answering a question from t

Re: Sound recording

2010-01-02 Thread Mark Wieder
Sarah- Saturday, January 2, 2010, 4:35:00 PM, Mark S. wrote: > I think you should experiment more with VLC. I second that. In particular, look in File|Open at the Network tab and Advanced Options: select Stream/Save and adjust the Settings... button options to output to a file. VLC will play bot

Re: Sound recording

2010-01-02 Thread Sarah Reichelt
>> I think you should experiment more with VLC. > > I second that. In particular, look in File|Open at the Network tab and > Advanced Options: select Stream/Save and adjust the Settings... button > options to output to a file. VLC will play both local and streaming > mp3 files and can save them to

Re: Sound recording

2010-01-02 Thread Judy Perry
Sarah, Have you tried Audacity? http://audacity.sourceforge.net/ HTH, Judy On Sun, 3 Jan 2010, Sarah Reichelt wrote: Hi All, I have a one-off need to record sound, so I am hoping somebody will have done all the hard work for me :-) It's streamed from a radio station online in either Real p

Re: Interface question

2010-01-02 Thread J. Landman Gay
In case anyone is interested, I thought I'd let people know how we decided to resolve the interface issue I was having with a client's stack. This was the problem: Because the prefs stack is much smaller than the print template stacks, the text entry fields are also not as wide. To give the us

Re: Easier syntax for quoting text and html?

2010-01-02 Thread Jim Ault
On Jan 1, 2010, at 4:18 PM, Alex Tweedly wrote: 2009/12/31 Jim Ault --// html honors both quote types, ignores extra spaces Thanks Jim !! How did I get to this age in my life without realizing that !? There is actually another behavior that works but is probably not as reliable ...