***** If this is the eighth time you have received this post, I am truly sorry. My mail server keeps informing me it cannot deliver this message. So, I just...
267
Lyle Johnson
jlj@...
Sep 7, 1999 4:23 pm
If you can read this, the fox-users mailing list is back on-line ;) Some new mail server software was installed here at CFDRC about a week ago and, well,...
268
Pierre Cyr
pcyr@...
Sep 7, 1999 4:48 pm
I have done some modifications to the basic FOX library for my own convenience and I thought others could enjoy those few lines of code. Basically, What this...
269
Lyle Johnson
jlj@...
Sep 7, 1999 4:56 pm
... Not your fault. Our list server has been down for about a week; sorry for the inconvenience. ... It would be pretty straightforward to subclass an existing...
270
Lyle Johnson
jlj@...
Sep 8, 1999 5:23 pm
... From: owner-fox-users [mailto:owner-fox-users] Sent: Wednesday, September 08, 1999 11:52 AM To: owner-fox-users Subject: BOUNCE fox-users@...:...
271
Lyle Johnson
jlj@...
Sep 8, 1999 8:28 pm
... I *believe* this error message is telling you that although you *do* have Sun's OpenGL header files and libraries installed on your system, your graphics...
272
Lyle Johnson
jlj@...
Sep 8, 1999 8:35 pm
All, I know that Charles posted the e-Birth announcement last week but it might also be important to point out that until Jeroen returns (possibly on Monday ...
273
Lyle Johnson
jlj@...
Sep 9, 1999 2:00 pm
... From: owner-fox-users [mailto:owner-fox-users] Sent: Thursday, September 09, 1999 1:57 AM To: owner-fox-users Subject: BOUNCE fox-users@...:...
274
Lyle Johnson
jlj@...
Sep 9, 1999 2:17 pm
... The source code distribution is the same for both the Unix/X11 and Windows versions, so you should download the latest drop of FOX from: ...
275
Lyle Johnson
jlj@...
Sep 9, 1999 10:15 pm
From: "Clive Welch" <mwelch@...> To: "fox-users" <fox-users@cfd1> Subject: Detecting the CTRL key Date: Thu, 9 Sep 1999 22:18:31 +0100 MIME-Version:...
276
Lyle Johnson
jlj@...
Sep 10, 1999 1:27 pm
Sean, thanks. I had forwarded the original message from Martin and so I'm copying your response to him... ... To subscribe or unsubscribe send email to:...
277
Kay Fleetwood
rfleetwood@...
Sep 10, 1999 4:38 pm
Hello all, Well, the subject line pretty much says it all. I have a form with a matrix on it and want to be able to add to it after the form is shown. The...
278
Lyle Johnson
jlj@...
Sep 10, 1999 5:06 pm
Kay, You are probably not calling create() on the newly added items (i.e. the buttons and text boxes). You should be doing something like this: FXButton...
279
Charles Warren
cww@...
Sep 10, 1999 5:16 pm
Hi Kay, Common mistake that I made until Jeroen explained. When you create an instance of a widget, all you have done is create a class instance, but not the...
280
Charles Warren
cww@...
Sep 10, 1999 5:27 pm
... Subject: Re: FOX-USERS: Adding to an existing form Date: Fri, 10 Sep 1999 12:04:23 -0500 From: Charles Warren <cww@...> To: FOX Users <fox-users> ...
281
Daniel Gehriger
gehriger@...
Sep 10, 1999 6:36 pm
Hello, I just downloaded FOX 0.99.66 and noticed that support for the Mips Pro C++ compiler has been added. I'm suprised, however, that the results of our...
282
Kay Fleetwood
rfleetwood@...
Sep 10, 1999 8:34 pm
Hello again, Just wanted to give a big, fat thanks to Charles and Lyle for responding to my question(s). I've belonged to lists before where newbies were ...
283
Pierre Cyr
pcyr@...
Sep 12, 1999 3:05 am
Hi, I have this wierd problem when I try to convert a string to a double. I need this to convert the entry in a FXTextField to a double. I tried...
284
Pierre Cyr
pcyr@...
Sep 12, 1999 5:59 am
Sorry about my own mistake. I was checking the returned value of the function with a fxmessage("%d",FXDoubleVal(mytextfield->getText())) where I should have ...
285
Martin Welch
mwelch@...
Sep 12, 1999 9:51 pm
Thanks Lyle and Sean. You've given me enough information to solve my problem. Martin ... From: Lyle Johnson <jlj@...> To: <sean_hubbell@...>...
286
Martin Welch
mwelch@...
Sep 12, 1999 9:52 pm
I've just installed BoundsChecker and FOX 0.99.66 is reporting a fair few memory and resource leaks. I've got some screen prints of BoundsChecker output for...
287
Lyle Johnson
jlj@...
Sep 13, 1999 1:40 pm
Yes, I'd like to see them. Could you please e-mail them to me privately? Thanks, Lyle ... To subscribe or unsubscribe send email to:...
288
Jeroen van der Zijp
jvz@...
Sep 13, 1999 1:58 pm
Two weeks ago, I became the proud father of a beautiful baby girl. There were some complications with the delivery, but I'm please to report that both mother...
289
hashao
hashao@...
Sep 13, 1999 4:15 pm
Hello Jeroen, Monday, September 13, 1999, 9:34:17 PM, you wrote: JvdZ> Two weeks ago, I became the proud father of a beautiful baby girl. JvdZ> There were some...
290
Jeroen van der Zijp
jvz@...
Sep 13, 1999 8:50 pm
... Are you running the RedHat Linux with the broken version of FVWM by any chance? FVWM as shipped by RedHat [was it RH5, I forgot] had this problem of...
... When your program is doing some long calculation, it becomes deaf to events. If you changed the mainwindow cursor, remember that these X commands are being...
293
Jeroen van der Zijp
jvz@...
Sep 13, 1999 9:36 pm
... You are correct. I will probably change those API's, or at least deprecate them. Modal dialogs should ALWAYS be on top of something. Under Windows,...
294
Jeroen van der Zijp
jvz@...
Sep 13, 1999 9:51 pm
... We're building it almost every day with egcs 1.2 I believe. No special instructions needed, except perhaps you may need the GNU make and perhaps GNU bash...
295
Jeroen van der Zijp
jvz@...
Sep 13, 1999 10:30 pm
... While of course nothing prevents you from grabbing while in a long calculation, remember that the user can not do anything else while the grab is in...