dcgetoptions SCALEFACTOR in xsample158
Posted: Fri Apr 17, 2015 12:25 am
Hi,
To check how the scalefactor is working with dcbrowse I modified the sample 1258. After adding the following lines, I'm getting an error when I click on a button to show a browse:
I tested this because it looks as the scaling isn't applied on the dcbrowses in my application. I was wondering why.
In attachment the modified xsample5.prg.
To check how the scalefactor is working with dcbrowse I modified the sample 1258. After adding the following lines, I'm getting an error when I click on a button to show a browse:
Code: Select all
dcgetoptions scalefactor { 1.2,1.2,1.2,1.2,.T.,.F.}
DC_GetOptDefault(GetOptions)
In attachment the modified xsample5.prg.