Shift+Click Item List?

2007-09-18 Thread Michael Binder

There was a bugzilla entry about hiliting multiple lines and some one
offered a workaround.  Probably in the list archives about 4-5 months 
ago.


Hi Jim,
I think maybe its bug 5172 which was discussed on the list before it 
was reported.

-- Michael Binder

___
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: Shift+Click Item List?

2007-09-14 Thread Scott Rossi
Recently, Richard Gaskin wrote:

>>> I have an item list field here with multipleHilite and
>>> nonContiguousHilite properties enabled, but it seems I
>>> can't use shift+click to select a range of lines
>>> (control+click works OK).  This should be possible, yes?
>>> Anyone know how to set it up?
>> 
>> Strange - shift+click seems to work here on OS X, but control+click
>> doesn't.
> 
> Here the engine's working same as always in the MC IDE.  I can
> Shift-drag, Shift-click, and toggle individual items with Cmd-click (not
> sure Control-click ever did anything on Mac, but on Win it does what
> Cmd-click does on Mac).
> 
> Which version of the engine are you using, Scott?  I'm running 2.8.1 here.

Thanks for the reality check.  I'm running 2.8.1 as well.  I'll go back
through my scripts but I don't think I have anything messing with the
shiftkey...

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design


___
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: Shift+Click Item List?

2007-09-14 Thread Richard Gaskin

Mark Smith wrote:

> On 15 Sep 2007, at 00:47, Scott Rossi wrote:
>> I have an item list field here with multipleHilite and
>> nonContiguousHilite properties enabled, but it seems I
>> can't use shift+click to select a range of lines
>> (control+click works OK).  This should be possible, yes?
>> Anyone know how to set it up?
>
> Strange - shift+click seems to work here on OS X, but control+click
> doesn't.

Here the engine's working same as always in the MC IDE.  I can 
Shift-drag, Shift-click, and toggle individual items with Cmd-click (not 
sure Control-click ever did anything on Mac, but on Win it does what 
Cmd-click does on Mac).


Which version of the engine are you using, Scott?  I'm running 2.8.1 here.


--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.com
___
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: Shift+Click Item List?

2007-09-14 Thread Jim Ault

On 9/14/07 4:47 PM, "Scott Rossi" <[EMAIL PROTECTED]> wrote:

> Hi List:
> 
> I have an item list field here with multipleHilite and nonContiguousHilite
> properties enabled, but it seems I can't use shift+click to select a range
> of lines (control+click works OK).  This should be possible, yes?  Anyone
> know how to set it up?
> 
There was a bugzilla entry about hiliting multiple lines and some one
offered a workaround.  Probably in the list archives about 4-5 months ago.

I think I needed to use it for one of my own projects, but then decided I
would not bother.

If I find it this weekend I will let you know.

Jim Ault
Las Vegas


___
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: Shift+Click Item List?

2007-09-14 Thread Mark Smith
Strange - shift+click seems to work here on OS X, but control+click  
doesn't.


What's more, not having 'toggle hilites' checked seems to make it  
impossible to select multiple lines at all...


Mark

On 15 Sep 2007, at 00:47, Scott Rossi wrote:


Hi List:

I have an item list field here with multipleHilite and  
nonContiguousHilite
properties enabled, but it seems I can't use shift+click to select  
a range
of lines (control+click works OK).  This should be possible, yes?   
Anyone

know how to set it up?

Thanks & Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design


___
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


___
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


Shift+Click Item List?

2007-09-14 Thread Scott Rossi
Hi List:

I have an item list field here with multipleHilite and nonContiguousHilite
properties enabled, but it seems I can't use shift+click to select a range
of lines (control+click works OK).  This should be possible, yes?  Anyone
know how to set it up?

Thanks & Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design


___
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: Shift-Click

2007-02-01 Thread J. Landman Gay

[EMAIL PROTECTED] wrote:

Hi Everyone

I’m on Mac OSX. In a script I’m trying to simulate a shift-Click. What’s 
wrong with this code?



get loc of fld "fldName"
put top of fld "another fld" +10 into item 2 of it
click at it with shiftKey() down



Use:

  click at it with shiftKey

No parentheses, no direction.

--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
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


Shift-Click

2007-02-01 Thread LunchnMeets
Hi Everyone

I’m on Mac OSX. In a script I’m trying to simulate a shift-Click. What’s 
wrong with this code?


get loc of fld "fldName"
put top of fld "another fld" +10 into item 2 of it
click at it with shiftKey() down

Thanks in advance

Joe,
Orlando, Florida
___
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