Re: setPrintJobProperty problem
- Posted by CChris <christian.cuvier at agri?ulture.gouv?fr> Oct 29, 2007
- 613 views
Andy Drummond wrote: > > CChris wrote: > > > > <big snip/> > > > > > CChris, I *had* modified w32Resources.ew as you said. The actual code is: > > > > > > }}} <eucode> > > > global function getDefaultPrinter() > > > printerDC = w32Func(xCreateDC,{wsp,pname,0,0}) > > > setPrinterPointers(1) > > > return printerDC > > > end function > > > </eucode> {{{ > > > > > > That was copied direct from C:\Euphoria\Win32Lib\include\w32Resources.ew > > > I did say that I had put it into Win32Lib - about line 1212 in > > > w32Resources. > > > So .... I carry on wondering what is going on! Or what I have done!! > > > > > > AndyD > > > > Ok, then I'll have to look at this more thoroughly. Tere's a long weekend > > ahead > > for Nov. 1st, so I'll probably find some time to set that right. > > Does the keyboard handler faultlessly work now? > > > > CChris > > CChris, I hardly dare say this - I was about to say the keyboard handler > seems fine now, but I just bound the IDE into an executable, and though it > seemed OK at first, I did manage to get the shift key effectively latched > down as far as the arrow keys are concerned. I also managed to get out of > that state, and I can't manage to do it again having been pretty unkind to > the system; randomly hitting the shift and the arrow keys and with the odd > enter key or delete key - I manage to wreck to text but the shift is still OK. > > I think you had better call it OK until such time as I can really find a bug > and not just a one-off oddity. Good work. > > AndyD It just occurred to me that I had noticed strange things occurring with the shift key at some point, and that I use Shift as the hotkey for AllChars. Shutting the program down removed the problem. Perhaps could you try shutting it down and run IDE again? CChris