Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13295 - 13324 of 18801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13295
Greeting! My apologies for inaccuracies. with best regards Andres Mäevere ... From: Eddie Penninkhof To: xbasic@yahoogroups.com Sent: Thursday, April 01, 2004...
EELK Võru Praostkond
amevere
Offline Send Email
Apr 1, 2004
9:14 am
13296
... function to ... info, ... in the ... well, I just quickly tested (and unfortunately interactively), but I run it from the current dir and always get in the...
paolo_fiore62
Offline Send Email
Apr 1, 2004
10:52 am
13297
Hi, I'm a newbie to linux. I was wondering if xbasic will work in debian? I assume it will. I use the Gnome desktop manager. Is there an apt-get package for...
Bilbo Baggins
bilbo_b123
Offline Send Email
Apr 1, 2004
1:12 pm
13298
On Thu, 01 Apr 2004 13:12:50 -0000 "Bilbo Baggins" ... We haven't packaged it for Debian at this time. You can always download the .tgz version (the link is on...
Steven V Gunhouse
sgunhouse
Offline Send Email
Apr 1, 2004
1:50 pm
13299
... Yes, it will work, I'm using it in Debian Woody. (In the past I used it under Red Hat). In fact that's one of the attractions of Xbasic for me, I can...
cr
cr@...
Send Email
Apr 2, 2004
10:46 am
13300
Hello Hobbit, ... I successfully use the rpm on debian woody. First, I converted the rpm package to a debian package via # fakeroot alien -d -k...
Wolfgang Köbler
list@...
Send Email
Apr 2, 2004
12:48 pm
13301
My xb program "A.EXE" is called by another program "Z.EXE" which reads a text file (.ini) to know program name to call. I know nothing about "Z" and have no...
paolo_fiore62
Offline Send Email
Apr 2, 2004
4:05 pm
13302
On Fri, 02 Apr 2004 15:56:59 -0000 "paolo_fiore62" <fiore62@...> ... Is Z a compiled C program or some such? Some C programs are like XBasic (only more so)...
Steven V Gunhouse
sgunhouse
Offline Send Email
Apr 2, 2004
6:10 pm
13303
... From: "paolo_fiore62" <fiore62@...> To: <xbasic@yahoogroups.com> Sent: Saturday, April 03, 2004 1:56 AM Subject: [xbasic] Standalone pgm crashes if...
Vic Drastik
vicdrastik
Offline Send Email
Apr 2, 2004
11:37 pm
13304
... crashes ... afaik it's a basic batch program ... I forgot I thing. When the called A.EXE was written in QBasic it worked in both situation. It's only the...
paolo_fiore62
Offline Send Email
Apr 3, 2004
7:37 pm
13305
Hi all, Does anyone know where I can find some powers of ten tables for 80 bit long double values (Real10 or 10 byte format): 10^1 10^-1 10^2 10^-2 10^4...
David Szafranski
xbtools
Offline Send Email
Apr 4, 2004
1:18 am
13306
I cannot switch in gr keyboard in xb with linux. I have not problem with xb in windows. Has some an idea? Thanks...
kos_marm
Offline Send Email
Apr 4, 2004
1:09 pm
13307
On Sun, 04 Apr 2004 03:23:05 +0200 David Szafranski ... Well, not seeing an answer forthcoming ... Let's see, 10 = 0b1.01*2**3. So we might as well (for...
Steven V Gunhouse
sgunhouse
Offline Send Email
Apr 4, 2004
7:07 pm
13308
On Sun, 04 Apr 2004 13:09:41 -0000 "kos_marm" <kos_marm@...> ... If I recall XBasic tends to grab the raw keyboard input, meaning that X doesn't get the...
Steven V Gunhouse
sgunhouse
Offline Send Email
Apr 4, 2004
7:16 pm
13309
Hi, Does someone know where I can find an exhaustive documentation about the arguments of Xui functions ? Very often, I copy-paste code from some demo file, ...
julienrouiller
Offline Send Email
Apr 4, 2004
7:44 pm
13310
On Sun, 04 Apr 2004 19:44:09 -0000 "julienrouiller" ... Honestly, looks to me like r1 is ignored for the most part. You can find out what value was used there...
Steven V Gunhouse
sgunhouse
Offline Send Email
Apr 4, 2004
9:24 pm
13311
... Steven, Thanks for the reply. I have already written a power function in ASM that returns long double floating point values. Unfortunately, as the exponent...
David Szafranski
xbtools
Offline Send Email
Apr 5, 2004
1:02 am
13312
... Hi: I have also cut and pasted code. Just for fun I tryed switching the values in that demo program from 0 to -1 and back again. I could see no difference...
old2newbie
Offline Send Email
Apr 5, 2004
1:37 am
13313
On Mon, 05 Apr 2004 03:06:44 +0200 David Szafranski ... is ... You missed what I was referring to about a**b using logarithms. If you compute log(a), the...
Steven V Gunhouse
sgunhouse
Offline Send Email
Apr 5, 2004
1:42 am
13314
... Hi, this lines, between: Schnipp-Schnapp :-) in xgr.x Function: "SystemKeyStateToKeyState (message, keysym, sstate, time, state)" brings the Alt Gr Keys...
moellersh@...
Send Email
Apr 5, 2004
9:08 am
13315
... which ... I bag yr pardon; A very stupid oversight. The Z program just reads/uses 8chars dos names! I copy/paste from windows and get wrong : (((( very...
paolo_fiore62
Offline Send Email
Apr 5, 2004
5:22 pm
13316
On Mon, 05 Apr 2004 17:21:56 -0000 "paolo_fiore62" <fiore62@...> ... I did ask if those were the actual names and paths. Usually long file names will work,...
Steven V Gunhouse
sgunhouse
Offline Send Email
Apr 5, 2004
5:39 pm
13317
My batch standalone program (which is called by a basic unknown pgm) under Win98se stops opening file for a shortage of "resources". Now I fine tuned the...
paolo_fiore62
Offline Send Email
Apr 5, 2004
10:53 pm
13318
Ciao to you all An unknow error while opening a file. the program *always* runs under w2k both PDE alone and called standalone the program *always* runs under...
paolo_fiore62
Offline Send Email
Apr 5, 2004
11:39 pm
13319
On Mon, 05 Apr 2004 20:49:28 -0000 "paolo_fiore62" <fiore62@...> ... The batch file has to save itself in low memory while your XBasic program is running....
Steven V Gunhouse
sgunhouse
Offline Send Email
Apr 6, 2004
1:41 am
13320
Hi Gang, I don't know if anyone has ever used RealBasic, but it's capable of cross-compilation from windows to Linux and or Macintosh. Pretty cool no? And...
Christian Blackburn
mypurchases
Offline Send Email
Apr 6, 2004
6:15 am
13321
Hi Gang, Does anyone know what the difference is between "Edit" --> "Delete" and "Edit" --> "Erase" in the Program Development Environment? Thanks, Christian...
Christian Blackburn
mypurchases
Offline Send Email
Apr 6, 2004
9:45 am
13322
Hi Gang, When I try to type a multi-word window title into the GUI Toolbar it only displays the first word. Do I need to use escape characters or something? ...
Christian Blackburn
mypurchases
Offline Send Email
Apr 6, 2004
9:57 am
13323
On Tue, 06 Apr 2004 09:48:49 -0000 "Christian Blackburn" ... What you're actually typing there is the function name, which of course can't contain spaces....
Steven V Gunhouse
sgunhouse
Offline Send Email
Apr 6, 2004
11:57 am
13324
Hi Steven, Thank you very much for your reply. Got it, use code, not the UI :). Cheers, Christian Blackburn...
Christian Blackburn
mypurchases
Offline Send Email
Apr 6, 2004
1:29 pm
Messages 13295 - 13324 of 18801   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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