Re: shortcutmenu alignment by christophe
christophe
Fri Jun 02 09:35:41 CDT 2006
euh,
disregard my last question ....
It was just there but did'nt see it in the designer
regards
christophe
"christophe" <irs.znospamforme@skynet.be> schreef in bericht
news:%23Sq0iClhGHA.1324@TK2MSFTNGP04.phx.gbl...
> Thanks so far,
>
> and how to do it in the menudesigner ?
>
> regards
> christophe
>
> "Bernhard Sander" <fuchs@individsoft.de> schreef in bericht
> news:u%23awq5khGHA.764@TK2MSFTNGP03.phx.gbl...
> > Hi christophe,
> >
> > > How can i align a menuitem in a shortcutmenu ?
> > > Cut (Ctrl+X)
> > > Copy (Ctrl+C)
> > > ....
> > > so it is possitioned on the left and rightside of the menu.
> > use the 2nd parameter of KEY keyword:
> >
> > DEFINE BAR n OF popup PROMPT "left aligned text" ;
> > KEY keycode, "right aligned text"
> >
> > i.e.
> > DEFINE BAR n OF popup PROMPT "Copy" KEY CTRL+C, "CTRL+C"
> >
> >
> > Regards
> > Bernhard Sander
>
>