Personally, inside my head, I refer to him as Zryip (pronounced Zeerip in
portuguese)...

On Thu, Apr 22, 2010 at 3:58 PM, Roger Guay <i...@mac.com> wrote:

> Thanks very much, I'll change it! Forgive me for asking, but should we
> refer to you as TheSlug?
>
> Cheers,
> Roger Guay
>
> On Apr 22, 2010, at 1:01 AM, use-revolution-requ...@lists.runrev.comwrote:
>
> > Hi Roger,
> >
> > Interesting demo, thanks for sharing ;)
> >
> > Instead of the repeat loop to look for the correct item:
> >
> > on controlKeyDown theKey
> >   set itemdelimiter to tab
> >
> > repeat for the number of lines of btn "popupMenu" -- Menu items are
> > the "lines" of the Popup btn
> >   add 1 to theNum
> >   if last char of line theNum of btn "popupMenu" = theKey then \
> >   put item 1 of line theNum of btn "PopupMenu"  into fld "Rfld"
> > end repeat
> >
> >   pass controlKeyDown
> > end controlKeyDown
> >
> >
> > You may use the lineOffset function like this:
> >
> > get lineOffset("ctrl+" & theKey,btn "popupMenu")
> > if (it is 0) then
> >      put "Nothing" into fld "Rfld"
> > else
> >      put item 1 of line it of btn "PopupMenu"  into fld "Rfld"
> > end if
> >
> > Just a suggestion to facilitate the work of Revolution ;)
> >
> >
> > Regards,
> > --
> > -Zryip TheSlug- wish you the best! 8)
> > http://www.aslugontheroad.co.cc
>
> _______________________________________________
> 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
>



-- 
http://www.andregarzia.com All We Do Is Code.
_______________________________________________
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

Reply via email to