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 77 - 106 of 2868   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
77 Martin Welch
mwelch@... Send Email
Aug 1, 1999
4:47 pm
Hi folks, I've overriden an FXButton thus: class CButton : public FXButton { FXDECLARE(CButton) // Services public: CButton() {} CButton(FXApp* a, CMainFrame*...
78 sancelot
sancelot@... Send Email
Aug 2, 1999
6:40 am
... Sure, it is ! The following code will do this. this creates a ps file and then you have to use lpr printing system on NT. GLvoid...
79 Jeroen van der Zijp
jvz@... Send Email
Aug 2, 1999
1:37 pm
... It will be. There are two approaches one might take: 1) Read back [glReadPixels] the visible buffer, and use the postscript image [colorimage] operator to...
80 Jeroen van der Zijp
jvz@... Send Email
Aug 2, 1999
1:51 pm
... I'm not the Python guru, but you would want to create the glvisual just once in your program, unless you're building two windows with different visuals. If...
81 Jeroen van der Zijp
jvz@... Send Email
Aug 2, 1999
3:20 pm
... There should be no repercussions, except that after hiding tabs, the current tab number may change, and this happens w/o a callback. There is no callback ...
82 Lyle Johnson
jlj@... Send Email
Aug 2, 1999
3:23 pm
... From: owner-fox-users@... [mailto:owner-fox-users@...] Sent: Friday, July 30, 1999 4:47 AM To: owner-fox-users@... Subject: BOUNCE...
83 Jeroen van der Zijp
jvz@... Send Email
Aug 2, 1999
3:40 pm
... I'm actually fixing to have another look at the icon drawing anyway, since its not drawing correctly with drawIconShaded(). Last friday, I fixed the...
84 Lyle Johnson
jlj@... Send Email
Aug 2, 1999
5:55 pm
I would like for the text in my message boxes to be centered instead of always left-justified. I know that I can subclass FXDialogBox and "roll my own" to get...
85 Jeroen van der Zijp
jvz@... Send Email
Aug 2, 1999
8:13 pm
... Yes, that is not only possible, but ``officially'' supported. You'll need VC++ 6, Borland C++ builder, or CYGWIN32. Symantec C++ has been reported to...
86 Lyle Johnson
jlj@... Send Email
Aug 2, 1999
8:33 pm
Ummm... The CYGWIN stuff is at least temporarily broken (sorry!) But the other two compilers mentioned should work like a charm. ... ...
87 Alexander V. Voinov
avv@... Send Email
Aug 2, 1999
8:55 pm
Hi, ... My vote is to have it _not_ broken, I even considered to do this by myself, but unfortunately I'm unlikely to have enough time for that. Do I...
88 Lyle Johnson
jlj@... Send Email
Aug 2, 1999
9:12 pm
... Yes, we're not doing anything which depends on the CYGWIN API itself. ... To subscribe or unsubscribe send email to: "fox-users-request@..." with the...
89 Jeroen van der Zijp
jvz@... Send Email
Aug 2, 1999
9:42 pm
... Honestly, I don't know what the difference is; I can tell you we'll need bash around in case you want to properly configure FOX using "configure" What Lyle...
90 Alexander V. Voinov
avv@... Send Email
Aug 2, 1999
10:27 pm
... Thank you for the answer. Really my first touch to 'configure' stuff under cygwin32 frustrated me so much that I immediately rolled back to a Unix-based...
91 Volkan Arslan
Volkan.Arslan@... Send Email
Aug 3, 1999
3:25 pm
Hi all, I would like to know, if printing with Fox is possible and easy to do. Eg exists there a printing preview window like with Microsoft MFC library (part...
92 Jeroen van der Zijp
jvz@... Send Email
Aug 3, 1999
3:55 pm
... We're still working on printer device contexts. Printer preview should be quite straightforward once that's done. FXDC is the base class for FOX's device...
93 Jeroen van der Zijp
jvz@... Send Email
Aug 3, 1999
7:21 pm
Hello, I have made a new drop of FOX today. New: - Windows NT/9x fixes: - Polygons should now be more correct. - Filled rectangles should be correct. - drawArc...
94 Lyle Johnson
jlj@... Send Email
Aug 3, 1999
9:19 pm
Shouldn't FXText handle ID_SETSTRINGVALUE and ID_GETSTRINGVALUE commands? ... To subscribe or unsubscribe send email to: "fox-users-request@..." with the...
95 Jeroen van der Zijp
jvz@... Send Email
Aug 3, 1999
10:03 pm
... I think it should! - Jeroen -- +----------------------------------------------------------------------------+ ... ...
96 Jeroen van der Zijp
jvz@... Send Email
Aug 3, 1999
10:04 pm
... OK. Thanks! -- +----------------------------------------------------------------------------+ ... ...
97 Lyle Johnson
jlj@... Send Email
Aug 4, 1999
11:23 pm
This is not a big deal, but is there any way to hook up FXColorWells directly to member variables of type FXColor, e.g. using FXDataTargets? ... To subscribe...
98 Armin Samide
avl@... Send Email
Aug 5, 1999
7:54 am
Hello, Does there exist a complete documentation about the FOX classes and methods ? Wich platforms are currently suported by the fox - libraries ? In the html...
99 Volkan Arslan
Volkan.Arslan@... Send Email
Aug 5, 1999
10:41 am
Hi all, I noticed that there is a visual difference between a radio button under Linux and Windows NT. Under Linux it looks fine and quite "normal", but under...
100 Volkan Arslan
Volkan.Arslan@... Send Email
Aug 5, 1999
1:01 pm
Hi all, I have a wheel mouse and I use Fox under MS Windows NT. With applications written in Visual C++ and with all commercial applications (MS Word, ...) I...
101 Jeroen van der Zijp
jvz@... Send Email
Aug 5, 1999
2:14 pm
... OK. I just added this capability. Using FXDataTarget, you can associate a simple variable in a program [like int, double, and FXString] with a control, or...
102 Jeroen van der Zijp
jvz@... Send Email
Aug 5, 1999
2:24 pm
... The issue is being addressed. Please hang in there. We're going for some automatic documentation system which will produce help files from the header...
103 Armin Samide
avl@... Send Email
Aug 5, 1999
2:28 pm
Hi all, My is about the possibilities of FOX compared to MFC's. For example, is ist possible to move statusbars in the window and is it possible to to move...
104 Jeroen van der Zijp
jvz@... Send Email
Aug 5, 1999
2:30 pm
... There were some bugs in the FXDCWindow [the device context object which is reponsible for all drawing] under Windows. The drawArc routine was one of them....
105 Jeroen van der Zijp
jvz@... Send Email
Aug 5, 1999
2:31 pm
... We will support the IntelliMouse and clones; its on my to-do list. Regards, Jeroen -- ...
106 David Heath
dave@... Send Email
Aug 5, 1999
3:05 pm
... First, let me say that I appreciate all the work that has gone into fox. My initial impression is that fox's greatest weakness is its lack of...
Messages 77 - 106 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