Skip to search.
fox-users

Group Information

  • Members: 80
  • Founded: Jul 21, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 675 - 704 of 2868   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
675 Theo Veenker
theo.veenker@... Send Email
Nov 1, 1999
8:46 am
... Aha, if that is a valid criterium then I also would like to see (and I hope others users too) an addEventHandler() method in FXApp, like Xt has. Support ...
676 bugzilla-daemon@... Send Email Nov 1, 1999
10:28 am
Changed bug 7: http://imssun1.epfl.ch/bug/show_bug.cgi?id=7 Bug#: 7 Product: FOX Version: 0.99.x Platform: PC OS/Version: Windows NT Status: NEW Resolution: ...
677 bugzilla-daemon@... Send Email Nov 1, 1999
10:28 am
Changed bug 7: http://imssun1.epfl.ch/bug/show_bug.cgi?id=7 Bug#: 7 Product: FOX Version: 0.99.x Platform: PC OS/Version: Windows NT Status: NEW Resolution: ...
678 Jeroen van der Zijp
jvz@... Send Email
Nov 1, 1999
2:28 pm
... My recommendation is to use libtool for your project; because otherwise, you will end up discovering that your knowledge of shared library building does...
679 Jeroen van der Zijp
jvz@... Send Email
Nov 1, 1999
3:10 pm
... Of course, you could not have asked a more unbiased person that yours truly :-) But I'll give it a stab: 1) Interface with Python. 2) Runs under systems...
680 Jeroen van der Zijp
jvz@... Send Email
Nov 1, 1999
7:20 pm
... OK. I think that would make sense; basically, those would probably be the non-system defined events like stuff sent by means of XSendEvent from other ...
681 Theo Veenker
theo.veenker@... Send Email
Nov 2, 1999
12:07 pm
... Inter-application communication through the display server is one possibility. I'm thinking of a solution that does not require the display server, but...
682 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
5:53 pm
... You are right, of course.... ... Wrappers don't really work; I've written some more extensive piece about this in the FOX on-line pages, but in a...
683 Bryan Murphy
dalroth@... Send Email
Nov 2, 1999
6:12 pm
The documenation that is provided actually isn't that bad. I had a little difficulty filling in some of the blanks when I first started experimenting with...
684 sancelot
sancelot@... Send Email
Nov 2, 1999
6:32 pm
... The one ... That is the same thing for me and I am not sure at this time I understood all the things with GUI updating thanks to messages. I think a...
685 David Heath
dave@... Send Email
Nov 2, 1999
7:21 pm
Should calling setDefaultCursor on a window change the cursor for that window? I am using the following code to put a busy cursor on the main window: void...
686 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
7:44 pm
Just a small update as to what's going on... We currently have the Mother-of-all-GUI's that is to say an application that comprises a whopping 14,000 widgets...
687 David Heath
dave@... Send Email
Nov 2, 1999
8:59 pm
It would be nice to have a 'set' analog to FXWindow::getCursorPosition. Occasionlly, it can be useful to warp the mouse pointer. Here is a simple...
688 David Heath
dave@... Send Email
Nov 2, 1999
9:20 pm
... Will this also eliminate SEL_UPDATE messages? I notice lots of SEL_UPDATE messages being delivered to hidden widgets, such as those in FXTabBooks and...
689 Yuri Sadykov
sadykov@... Send Email
Nov 2, 1999
10:11 pm
Hi guys. I have some problem with menu usage in child FXTopWindow. My app has main window with menu bar stuffed with menu commands. The main window has icon...
690 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
10:27 pm
... I believe the call is probably successful, but child windows cover up the main window completely, and therefore you'll see the child windows' cursors ...
691 Edward Povazan
epovazan@... Send Email
Nov 2, 1999
10:32 pm
Hello, Can anyone tell me if there is an API to reparent a FXTreeItem and all of its children. I can't find one, but I thought there would be one. I've been...
692 David Heath
dave@... Send Email
Nov 2, 1999
10:40 pm
... I see. That makes sense. Don't some toolkits install a transparent window over the entire hierarchy and then set a cursor on that? -dave ... To subscribe...
693 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
11:00 pm
Another new drop of FOX. I've done part of the optimization highlighted earlier: - Eliminate visibility notify messages. Nobody did anything with them, except...
694 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
11:10 pm
... Widgets are notified of their new size simply when position() or resize() is called upon them; the point is that in a few cases, the application code wants...
695 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
11:16 pm
... Well, you're right in that you get a lot of SEL_UPDATE messages; but in this case, it's a point of philosophy:- if widgets didn't update while being...
696 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
11:22 pm
... It would probably be something like that. I'll see what might be the right way to organize this... - Jeroen -- ...
697 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
11:28 pm
... I think its a perfectly reasonable request. Many other people have asked it; so I'll add this. - Jeroen -- ...
698 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
11:35 pm
... Don't worry, there will be a callback. The only thing is that the callback may come sooner because it may be done w/o waiting from a event from the X...
699 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
11:35 pm
... UNICODE is something I intend to look at for FOX 2.0. My current thoughts are that UNICODE should not be a separate compile-mode, but have both. After...
700 Jeroen van der Zijp
jvz@... Send Email
Nov 2, 1999
11:37 pm
... To bring latent bugs to light, FOX widgets thrash their contents when being destroyed in the C++ destructor. Even the lowly FXObject thrashes the vtable...
701 beme@... Send Email Nov 2, 1999
11:49 pm
... I use SEL_CONFIGURE for pixmap backing stores of FXCanvases. When the canvas changes size will this still get sent so I can resize the underlying pixmaps?...
702 Martin Welch
mwelch@... Send Email
Nov 3, 1999
6:47 am
Just picked up the following from kieser.net "UNISYS is flexing its legal muscles and demanding payment for all those who use or supply GIFs. They hold the...
703 Robin Becker
robin@... Send Email
Nov 3, 1999
12:05 pm
In article <000201bf25c7$0c6d42f0$0f05dcdc@dagobah>, Martin Welch <mwelch@...> writes ... This isn't strictly true. I believe UNISYS have a patent...
704 Lyle Johnson
jlj@... Send Email
Nov 3, 1999
2:40 pm
All, I was out of town for a few days and I forgot to tell Jeroen about my patch to FXApp::getNextEvent() for the Windows NT port of FOX. Instead of replacing...
Messages 675 - 704 of 2868   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help