Re: lingo-l general purpose dialog box layout

2002-10-02 Thread Jim Skolmoski
Jim Skolmoski wrote: I would like to center the checkbox line, and center or flush right the connect/cancel buttons Rob Wingate wrote: How's this? on ShowDialog() if not(objectP(goDialog)) then goDialog = new(xtra mui) if not(objectP(goDialog)) then goDialog = void

Re: lingo-l general purpose dialog box layout

2002-10-02 Thread Rob Wingate
can I include a copyright symbol or a *TM* within the text of a dialog box? Yes, just include it within a #label's value: ipl = oDialog.GetItemPropList() ipl.type = #label ipl.value = This link® will take you© to statefarm.com. After a few dialogs in #pixel mode, I got bored with specifying

Re: lingo-l general purpose dialog box layout

2002-10-01 Thread Rob Wingate
Jim Skolmoski wrote: I would like to center the checkbox line, and center or flush right the connect/cancel buttons How's this? on ShowDialog() if not(objectP(goDialog)) then goDialog = new(xtra mui) if not(objectP(goDialog)) then goDialog = void alert ERROR: MUIXtra

lingo-l general purpose dialog box layout

2002-09-30 Thread Jim Skolmoski
lingolovers, I am attempting to write my first MUI general purpose dialog box, thanks to Mr Wingate (director-online) and others. I am getting the dialog box to screen, but the layout of the MUI dialog is not so good. Specifically, I would like to center the checkbox line, and center or