Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

libertybasic · The Official Liberty BASIC Support Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 5577
  • Founded: Jan 12, 2001
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 2 - 31 of 46478   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Messages: Simplify | Expand Author Sort by Date ^
2 carlg@... Send Email Mar 14, 2001
5:15 am
Welcome to the official Liberty BASIC support group! This group is the official place for getting answers to Liberty BASIC technical, programming and...
3 carlg@... Send Email Mar 14, 2001
12:58 pm
To follow up on the idea of a Liberty BASIC conference, here are some ideas. -Bring a friend free. This can be a family member of programming buddy you wish...
4 carlg@... Send Email Mar 14, 2001
1:00 pm
Some of you may have noticed that I loosened the group rules last night. I want this to be a fun place, and so I opened it up a bit about what sorts of things...
5 carlg@... Send Email Mar 15, 2001
7:02 pm
Here's another idea. LB conference fee includes a Liberty BASIC registration code for those who aren't already registered users. -Carl ... some ideas. ... ...
6 snyder@... Send Email Mar 17, 2001
12:05 am
Just wanted to inform everyone about my new website www.lboutpost.cjb.net thanks! -TEGAN SNYDER...
7 carlg@... Send Email Mar 17, 2001
3:19 am
... Thanks! Neat looking site! I really like the quick links idea. I've been wanting to do something like that on my site. -Carl...
8 carlg@... Send Email Mar 17, 2001
3:28 am
I'm thinking of daily publishing my source commit notes on the net, much like John Carmack used to do (still does?) with his Quake finger. I remember how much...
9 Brandon Watts
brandonwatts@... Send Email
Mar 17, 2001
3:32 am
<<Just wanted to inform everyone about my new website www.lboutpost.cjb.net thanks! -TEGAN SNYDER>> This site is definitely one of the best looking LB sites...
10 Brandon Watts
brandonwatts@... Send Email
Mar 17, 2001
3:48 am
That's cool! I would like to read that info. :) Brandon Watts...
11 dj@... Send Email Mar 19, 2001
4:58 am
There doesn't seem to be very much happening in here, so here's a question that might have an obvious answer, or perhaps not. When a LB program is terminated...
12 carlg@... Send Email Mar 20, 2001
2:57 am
... Here is the list of things that can happen when END is executed: -Anything LPRINT has printed is forced to the printer. -Bitmaps are cleaned up. -Any TIMER...
13 A. Watson
alycewatson@... Send Email
Mar 20, 2001
11:56 am
... Carl, if this is true, is it then unnecessary to issue "unloadbmp&quot; commands? I thought it was best to "unloadbmp&quot; all bitmaps that had been loaded, either...
14 brian.simonds@... Send Email Mar 20, 2001
4:31 pm
Hi I think the daily journal idea is great....
15 brian.simonds@... Send Email Mar 20, 2001
4:41 pm
Hi I use 'val' and 'str$' to test input to see if its numeric or string by accepting the input a string converting it to numeric converting it back to string...
16 D. Jempson
dj@... Send Email
Mar 20, 2001
6:51 pm
OK, thanks Carl. Derek ... From: carlg@... To: libertybasic@yahoogroups.com Sent: Tuesday, March 20, 2001 2:56 AM Subject: [libertybasic] Re: END...
17 Cameron Arnott
cameron@... Send Email
Mar 20, 2001
6:59 pm
Carl, I have tried repeatedly to get involved in the beta testing of LB2.02 and LB3 without success.. most of my messages (which were straight replies to your...
18 carlg@... Send Email Mar 20, 2001
10:48 pm
... LB2.02 and ... The testing hasn't started yet. ;-) most of my messages (which were straight replies to ... they ... email ... gets ... I'm ... your ... I...
19 Jim Harre
jim_h0@... Send Email
Mar 21, 2001
12:43 am
The clever idea was to use Liberty BASIC 2.01 as an 'autorun&#39; program on a CD-ROM. The reality is that it seems LB will not run from read only media. It looks...
20 carlg@... Send Email Mar 21, 2001
3:14 am
Liberty BASIC does have this bug. The v2.02 we will soon test (after I get a few more things together) has a fix for this. -Carl...
21 D. Jempson
dj@... Send Email
Mar 22, 2001
7:13 am
Somewhere on a Liberty Basic Web site I have seen the code for minimising a program to the system tray. Could anyone point me in the right direction please? ...
22 Jim Harre
jim_h0@... Send Email
Mar 22, 2001
3:03 pm
... (after I get a few more things together) has a fix for this. ... Oh, good. Thanks for the info - I'll look forward to 2.02! <*> Jim...
23 joeury@... Send Email Mar 22, 2001
10:45 pm
MY favorite database program has just changed its macro language to VBA, VBScript C, C++, Delphi- or "any programming language that supports the Windows...
24 carlg@... Send Email Mar 23, 2001
12:26 pm
Hmm. I can say I really know much about COM automation or co-programs. I would bet that it isn't possible to use LB2 as a COM object. MAYBE (though it seems...
25 smartestmanal1ve@... Send Email Mar 23, 2001
8:21 pm
CarlG, Will v2.02 have a fix for the tkn bug? This is pretty annoying because the tkn version of XIDE is pretty useless. I am pretty sure most of the error...
26 carlg@... Send Email Mar 23, 2001
8:43 pm
Hi! LB v2.02 has an array/function related fix to a bug which may be causing your trouble. Email me if you want to test it! -Carl ... because the tkn version...
27 joeury@... Send Email Mar 24, 2001
2:58 am
Yep they removed it - I just thought I saw something like "Set cbx = GetObject(, "Cardbox.Application";)" in the stuff people are doing with dlls - not that I...
28 carlg@... Send Email Mar 24, 2001
2:56 pm
Just to follow up on the DefaultDir$ issue, this will definitely be fixed in LB v2.02. TKN programs will behave as BAS programs do in this reg= ard. -Carl ......
29 D. Jempson
dj@... Send Email
Mar 25, 2001
5:09 am
It seems that the TIMER statement will only work accurately with periods of up to one minute (60000 milliseconds). For periods of over one minute I have...
30 carlg@... Send Email Mar 27, 2001
6:20 pm
This technique is fine as long as you aren't going to trap other user interactions, which would cause your for/next loop get messed up. This is because...
31 D. Jempson
dj@... Send Email
Mar 28, 2001
3:51 am
Thanks Carl - I'll look forward to the result. Derek ... From: carlg@... To: libertybasic@yahoogroups.com Sent: Tuesday, March 27, 2001 7:19 PM ...
Messages 2 - 31 of 46478   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Add to My Yahoo!      XML What's This?

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