Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: [native-UI] What's native?

From: krobillard:san:rr at: 23-Jun-2004 22:19

On Wednesday 23 June 2004 14:28, Romano Paolo Tenca wrote:
> I do not see it here on XP. > It does not seem to me too complex changing "50x50" with 2 words > (screen-offset? face). > > The problem is lack of documentation. I'ld be happy if solutions in C would > be of the same complexity. > > A better choose function should permit to set the offset automagically. the > point is that it can be done: only 2 or 3 lines of code to add to the > choose function.
Well thanks for yet another attempt at a solution. Yet the fact remains that this popup menu acts in highly non-standard ways. On X11 the title bar *is* present. When you click somewhere off the popup it does *not* dissapear as it should. And when the window is near the screen border the popup will appear at a random location (sometimes on the opposite side of the screen). It is simply not something I'd use in a professional application. The same widget coded in C++/Qt only takes about twice the amount of code as REBOL. The neat thing is, it actually works properly (and on all platforms). -Karl