Page 1 of 1

dcgetoptions SCALEFACTOR in xsample158

Posted: Fri Apr 17, 2015 12:25 am
by skiman
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:

Code: Select all

dcgetoptions scalefactor { 1.2,1.2,1.2,1.2,.T.,.F.} 
DC_GetOptDefault(GetOptions)
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.

Re: dcgetoptions SCALEFACTOR in xsample158

Posted: Fri Apr 17, 2015 12:50 am
by skiman
Hi,

I tested XSample_146 and the browse is scaling nicely. I have to check why this doesn't happen in my application.