Search found 3 matches

by Kari
Fri Mar 25, 2011 4:00 am
Forum: eXpress++ Support
Topic: Error DCPUSHBUTTONXP eXpress 255
Replies: 12
Views: 20824

Re: Error DCPUSHBUTTONXP eXpress 255

Sometimes I get Error from DCPUSHBUTTONXP, when I run same function again I don't get error? I put o:invalidateRect() as You sudgested but.. It seems to be a problem first time i run the program.. Best regards Kari @ 0,0 DCBROWSE oBrowse DATA aTxt SIZE 86... @ 20,97 DCPUSHBUTTONXP BITMAP 'clock.bmp'...
by Kari
Mon Mar 21, 2011 1:15 am
Forum: eXpress++ Support
Topic: Error DCPUSHBUTTONXP eXpress 255
Replies: 12
Views: 20824

Re: Error DCPUSHBUTTONXP eXpress 255

Thanks Roger
with DCREAD GUI PARENT oApp EVAL {|o|SetAppFocus(o),o:invalidateRect() }
it works OK in DCDIALOGwindow :-)

Anyhow I send test.prg and if You take away o:invalidateRect()
You see ..

But it's ok for me now :-)
Best regards
Kari
by Kari
Fri Mar 18, 2011 12:52 am
Forum: eXpress++ Support
Topic: Error DCPUSHBUTTONXP eXpress 255
Replies: 12
Views: 20824

DCPUSHBUTTONXP don't show

Just started with DCPUSHBUTTONXP and works well with MODAL but not DCDIALOG? If I move the mouse ower the pusbuttonXP the shows but not on startup. What I'm doing wrong?? Best reards Kari STATIC FUNCTION XbpButt(oApp,lDialogWindow) local oDlgWindow,oDlg,cAlfa:=' ',oConfig:=Init_Buttons() local Getli...