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.

Messages

  Messages Help
Advanced
Messages 16720 - 16749 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16720
... Thanks. I'll give it a try. In the meantime, the plot thickens. This morning I removed the font and reinstalled. I started my program in the XBASIC...
danmozell
Offline Send Email
Sep 1, 2006
11:45 am
16721
I figured it out!! XBASIC is not finding the most recently added font. Add an additional font to windows and the previous one is now recognized by XBASIC. This...
danmozell
Offline Send Email
Sep 1, 2006
2:22 pm
16722
... font. ... XBASIC ... Now that my aging memory is awakened, I realize I found this bug several years ago, someone posted the fix, I recompiled XBASIC and it...
danmozell
Offline Send Email
Sep 1, 2006
2:41 pm
16723
... I downloaded the latest compiled xbasic. Within the environment, the problem did not occur, but it still occured in the compiled program. Perhaps when the...
danmozell
Offline Send Email
Sep 1, 2006
3:56 pm
16724
... I've recreated by installation package with two fonts. First the font I need is installed, then a font I really have no use for. By including the second...
danmozell
Offline Send Email
Sep 1, 2006
4:43 pm
16725
... I ... Now I tried deleting the last unneeded font and the previous needed font is once again unavailable. Apparently XBASIC is reading a date ordered font...
danmozell
Offline Send Email
Sep 1, 2006
4:48 pm
16726
Either that or the array is dimensioned the size of TotalFonts-1 somewhere and thus not reading all the fonts....
Vincent Voois
vvacme
Offline Send Email
Sep 1, 2006
6:02 pm
16727
... A loop index error of some sort, I'll have a look at it ... -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 1, 2006
7:24 pm
16728
Not possible per se. Windows doesn't tell XBasic the number of fonts, you simply have to read the names one at a time until Windows signals you've read all of...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 1, 2006
7:31 pm
16729
... Steve. This bug was fixed (I thought) in 2002 when I first found it (then I forgot all about it). It's in the online notes on updates. Now I don't remember...
danmozell
Offline Send Email
Sep 2, 2006
12:26 am
16730
... Possible, I don't have anything to do with xcompiler. If XBasic was fixed, then programs compiled from the PDE should also be fixed. Easy way to find out,...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 2, 2006
3:13 am
16731
Not nessesarily, Xcompiler is a separate tool and it's libraries that come along are based on the XBasic edition during compile time. At the time i didn't...
Vincent Voois
vvacme
Offline Send Email
Sep 2, 2006
7:31 am
16732
Hi guys It seems. for some or other reason, since Novell got hold of Suse Linux, the PDE tends to crash a lot. I first picked this up with Novell Linux when I...
the_watchmann
Offline Send Email
Sep 3, 2006
11:25 am
16733
On Sun, 03 Sep 2006 07:23:04 -0400, the_watchmann ... Is this with Compiz, or a more traditional desktop? Is NumLock set on your keyboard? -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 3, 2006
2:03 pm
16734
ive tried both kde and gnome with the same result. Does not happen with fedora or debian though and older versions of suse are okay. Numlock ive tried both on ...
David Silverwood
the_watchmann
Offline Send Email
Sep 3, 2006
7:26 pm
16735
Thanks Steve and Vincent! The current versions of XBASIC and XCompiler both work correctly with the last font added. It was an interesting problem. I noticed...
danmozell
Offline Send Email
Sep 5, 2006
4:11 pm
16736
You have set AppArmor to allow XBasic to access its files? SUSE prior to 10 didn't have that ... On Sun, 03 Sep 2006 15:24:28 -0400, David Silverwood ... -- ...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 6, 2006
2:10 am
16737
Nope, no success there. I've now set AppArmor too. Funny thing is, I noticed that it still works in root??? It's not making sense here. Steve Gunhouse...
David Silverwood
the_watchmann
Offline Send Email
Sep 7, 2006
4:52 pm
16738
AppArmor doesn't apply to root, that wouldn't be a surprise. I've recently installed OpenSUSE 10.1 (I wanted to see what xgl looked like), I'll try XBasic...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 8, 2006
1:29 am
16739
Hi I have trouble getting started with xbasic. Now matter what prog i try to start, i get an errormessage. can't find line at breakpoint address 40001000 ...
sveinioslo
Offline Send Email
Sep 8, 2006
10:45 pm
16740
... Ok i found it. It turned out that i had DEP turned on for all progs. Setting DEP to only Windows fixed it. Soon the fun begins, but first some sleep. n8...
sveinioslo
Offline Send Email
Sep 9, 2006
1:10 am
16741
If anyone out there would like to check out a music study program created with XBasic, go to http://www.scarps.net. It's for learning numerous types of scales...
danmozell
Offline Send Email
Sep 10, 2006
10:55 am
16742
How to call a system service as a child process? The application, in Xbasic, is to wrap up some installers in a zip file together with a compiled Xbasic...
fsfrulez
Offline Send Email
Sep 10, 2006
5:21 pm
16743
... "Child process" is not an appropriate term to XBasic, XBasic is not multithreaded. When you invoke the Shell command to call an external program, you can...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 10, 2006
8:26 pm
16744
When I try to compile a standalone application, I follow the instructions as they are laid out in the README.Linux file. That says to do three things: change...
Kelli Halliburton
kelli217
Offline Send Email
Sep 10, 2006
9:14 pm
16745
... for ... benefit from ... ...gmail.com. Stupid Yahoo privacy. :P...
Kelli Suzanne H-----
kelli217
Offline Send Email
Sep 10, 2006
9:29 pm
16746
... "Child process" is not an appropriate term to XBasic, XBasic is not multithreaded. When you invoke the Shell command to call an external program, you can...
Michael Moore
fsfrulez
Offline Send Email
Sep 10, 2006
10:05 pm
16747
On Sun, 10 Sep 2006 17:24:09 -0400, Kelli Suzanne H----- ... Those of us who receive the list by mail saw your address fine, it is only online that they hide...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 10, 2006
10:15 pm
16748
On Sun, 10 Sep 2006 17:51:57 -0400, Michael Moore <fsfrulez@...> ... My email client doesn't like to quote anything after the signature, please erase my...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 10, 2006
10:36 pm
16749
I am certain this has been asked before, but I cannot find an answer ever after diligent search. Here is my question: I want to put a dos directory listing...
Larry Ludwick
larryludwick
Offline Send Email
Sep 11, 2006
3:31 pm
Messages 16720 - 16749 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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