Gregory Haerr
Gregory Haerr
Hi @lighth7015, that is very cool!!! Do you have the corner drags and stuff working? Can you make the Windows look selectable with a compile-time option? It would be great...
Robert, your changes are quite nice! What more precisely is the client area oversize problem? Are you talking about a single-line border around it, or something else?
Yes, we'd be happy to help. Are you associated with wxWidgets or just thinking about moving your own project moving forward with wxWidgets? I was looking at wxWidgets a couple...
A long time ago, someone added direct Nano-X support into wxWidgets, but apparently nothing has happened since. I took a quick look at wxWidgets when this issue was opened, but...
> 598 psi->xdpcm = (DisplayWidth(x11_dpy, x11_scr) * 10) / DisplayWidthMM(x11_dpy, x11_scr); Shouldn't be any floating point for the exception, so I'm guessing divide by zero? Replace the above line with...
It sounds like something is amiss with X11... there were some changes made, which I thought I fixed, that got the X11 headers in src/nx11/X11-local/X11 mixed up with the host...
The system could be setup to allow a client to connect to the server over a TCP/IP socket. It isn't coded for this now, but could be easily added by...
I have updated the microwindows/doc/html/faq2.html documentation concerning the path changes to finding the NX11 library. In summary, set NX11=Y in the config file, and FLTK is configured on a system...
The video mode you're using vga=791 is 16 bit color 1024x768. I don't have a framebuffer setup for 16 bit (working on it), so I'm only guessing that perhaps the...
Ok, I've got a 16-bit frame buffer setup and have duplicated your problem. I'm not quite sure the fix yet, but everything will work for the time being if you...