ChrisJRutter
Member
Hi All
I'm a granddaddy Progress developer. Started in V3 and am finally getting into GUI big time in 8.3E but I'm stuck fast and really need your help.
I have read with interest the fix for using graphic characters in browse cells. Just what I wanted! Trouble is it doesn't quite work...
I am displaying decimal values in my browse and I want to show a blue up arrow or red down arrow depending on whether the value has gone up or down. Sounds easy huh.
So based on previous threads; I set Font 30 to Wingdings, size=10, regular in my .ini file then in my ROW-DISPLAY trigger I check for and set <browse_column>:FONT = 30 and <browse_column>:FGCOLOR = <either red or blue>
I'm getting the color no problem but the font change isn't happening. I thought maybe I'd misspelt 'wingdings' in the .ini - nope, everything looks fine. So I thought, I know, I'll slap a button on the window to SYSTEM-DIALOG FONT 30 and see what's what. Blow me down, font 30 is set to Wingdings, regular size 10. So cancel the dialog, issue a browse REFRESH() but nothing changes. So I go back to the font dialog via the button on the window, don't change anything, press OK, issue a browse REFRESH() and voila it's now in the browse column.
What am I doing wrong? It seems to be Wingdings as I have tried Symbol which works fine.
Oh and I have tried variations in the .ini too. Wingdings; Wingdings, size=10; WingDings, size=10, bold; with no success. Wingdings 2 and Wingdings 3 also fail to work as does Webdings.
Thanks very much in advance.
Chris
Windows XP Pro/8.3E
I'm a granddaddy Progress developer. Started in V3 and am finally getting into GUI big time in 8.3E but I'm stuck fast and really need your help.
I have read with interest the fix for using graphic characters in browse cells. Just what I wanted! Trouble is it doesn't quite work...
I am displaying decimal values in my browse and I want to show a blue up arrow or red down arrow depending on whether the value has gone up or down. Sounds easy huh.
So based on previous threads; I set Font 30 to Wingdings, size=10, regular in my .ini file then in my ROW-DISPLAY trigger I check for and set <browse_column>:FONT = 30 and <browse_column>:FGCOLOR = <either red or blue>
I'm getting the color no problem but the font change isn't happening. I thought maybe I'd misspelt 'wingdings' in the .ini - nope, everything looks fine. So I thought, I know, I'll slap a button on the window to SYSTEM-DIALOG FONT 30 and see what's what. Blow me down, font 30 is set to Wingdings, regular size 10. So cancel the dialog, issue a browse REFRESH() but nothing changes. So I go back to the font dialog via the button on the window, don't change anything, press OK, issue a browse REFRESH() and voila it's now in the browse column.
What am I doing wrong? It seems to be Wingdings as I have tried Symbol which works fine.
Oh and I have tried variations in the .ini too. Wingdings; Wingdings, size=10; WingDings, size=10, bold; with no success. Wingdings 2 and Wingdings 3 also fail to work as does Webdings.
Thanks very much in advance.
Chris
Windows XP Pro/8.3E