... Thanks Eddie. You're right, I was confused and under the impression XB for Linux was restricted in linking to outside libs. This is quite a relief, I'd...
On Thu, 01 Dec 2005 16:45:27 -0500, the_watchmann ... There isn't much of an editor there. Most of the stuff you're looking for (entering and displaying text)...
On Wed, 07 Dec 2005 15:11:58 -0500, the_watchmann ... TextUpper is the command area (actually a "combo box"), TextLower is the actual editor. -- Steven V....
Is there any way to make grids "draggable" in runtime so the user can drag them? (For drag-and-drop applications) I assume it would have something to do with...
On Sat, 10 Dec 2005 13:14:11 -0500, flipscholtz <flipscholtz@...> ... No reason you couldn't, like the layout grid used in GuiDesigner's Toolkit. It...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Dec 14, 2005 7:11 am
16317
Hi, Is it possible for an XBasic program to establish a TCP/IP connection? Or read a file with a URL address? I didn't notice any reference to this in the...
... You didn't quite miss it - it wasn't included in the documentation because it doesn't work on old versions of Windows (as in, 3.1 or NT 3.5 and some ...
You can try to fumble around with the Xin library. Here's some info to get you started: http://gnetools.sourceforge.net/xbsupport/viewpane_xintutor.html...
... From: "David Bush" <twixt@...> To: <xbasic@yahoogroups.com> Sent: Saturday, December 17, 2005 12:43 AM Subject: [xbasic] Does XBasic do Internet...
At my local discount stores, I have for many years gotten scientific calculators for $5 to $7. Full set of trig functions, other algebraic functions,...
On Sat, 17 Dec 2005 16:58:54 -0500, Walt Hucks <arthurking2k@...> ... Some of the cheap calculators are just that. The Casios of the VPAM series (yes,...
I have just installed XBasic on my Debian Linux box. I used the .tar.gz files and the install seems to have gone as expected. I can run XBasic with the...
On Sun, 18 Dec 2005 16:33:58 -0500, Marc Shapiro <mshapiro_42@...> ... make -f aaray.mak I recall something about the other error, but it isn't quite...
... Well, that solved my problem of compiling from the command line, but I am still unable to load a file into the PDE without errors. I also attempted to...
On Mon, 19 Dec 2005 00:02:47 -0500, Marc Shapiro <mshapiro_42@...> ... You might try downloading the source and recompiling. Might be incompatibilities...
On Mon, 19 Dec 2005 21:10:10 -0500, Marc Shapiro <mshapiro_42@...> ... Not you, incompatibilities in gcc. Eddie is supposed to have an updated version of...
... I have both gcc-3.3 and gcc-3.4. I have tried this with gcc link pointing to each of them with the same results. I thought that I still had gcc-2.95...
On Mon, 19 Dec 2005 21:55:42 -0500, Marc Shapiro <mshapiro_42@...> ... Probably not. gcc-2.x is designed to work with a different version of glibc, you...
... libc6 v2.3.2 xfree86 v4.3.0 I installed Debian GNU/Linux about 7 years ago. The box has been upgraded several times, but the HD has either been moved, or...
Hello everybody, Im having some trouble with graphics and I am using the ademo program to learn a bit. In this program, in the mathcode function there is an ...
On Tue, 20 Dec 2005 04:57:02 -0500, Joaquim Abian <jambam@...> ... I'd have to look at that specific code. In general terms though, XgrSetGridClip is...
I'm trying to return a DOUBLE value from a function and it's not working as I'd expect. Here's some sample code: <START>=============================== ' '...
... You need to include the TYPE as part of the declaration, either as a type suffix or an explicit type declaration. Same as with variables. Either write ...
... Well, I copied thoise files from the CVS and that did allow me to compile a new xbasic without errors. Unfortunately, that still does not get rid of the...