Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Clarion in general: Popup menu font styles 2 2003-03-13 -- Mark Goldberg Newsgroups: sv.clarion.documentation
Thank-you Carl,
> The easy way to do this is with the CWA Popup WYSIWYG Designer. Although ABC
> only supports Prop:Icon
Where is the Popup WYSIWYG designer? I can't seem to find it in CWA5.exe
Ver 5.0c-32
I'll try prop:left & prop:leftoffset on Monday.
This seems to work.
bogus# = Popup('NonBold|' & |
'[' & PROP:FontColor & '(' & color:Blue &'),' & PROP:FontStyle & '('
& FONT:Bold &')]This should be blue and bold|' & |
'[' & PROP:FontColor & '(' & color:Blue &')]This should be blue|' &|
'[' & PROP:FontSize & '(' & 14 &')]Is this 14 point?|' & |
'[' & PROP:FontStyle & '(' & FONT:Underline &')]Should be Underlined|' & |
'[' & PROP:FontStyle & '(' & FONT:Italic &')]Should be Italic|' & |
'[' & PROP:FontStyle & '(' & FONT:BOLD &')]Should be Bold|' & |
'[' & prop:Icon & '(~change.ico)]' & 'Should have an icon|' & |
'[' & prop:Icon & '(~change.ico),' & prop:FontStyle &|
'('& FONT:Bold &')]Should be bold with an icon #1|' & |
'[' & prop:FontStyle & '('& FONT:Bold &'),' & prop:Icon &|
'(~change.ico)]Should be bold with an icon #2|' & 'NonBold')
"carl barnes"
Today is November 21, 2024, 10:02 am This article has been viewed 35218 times. Google search has resulted in 18 hits on this article since January 25, 2004.
|
|