Re: [Gambas-user] Rounding numbers to pre-set increments

2009-04-30 Thread Frank Cox
On Thu, 30 Apr 2009 14:00:06 -0500 M0E Lnx wrote: > I need a way to take a number, say an integer and round it up to the > nearest increment of 250. This may imply decreasing or increasing the > number. Divide the number by 250. If the result is > x.5 then (x+1)*250 If the result is < x.5 the

Re: [Gambas-user] What are the linux distros I should have to test my Gambas code on?

2009-04-22 Thread Frank Cox
On Wed, 22 Apr 2009 02:17:45 -0700 (PDT) jbskaggs wrote: > Currently I have Wolvix and Ubuntu (which I guess represent slackware and > debian) is there another major flavor that is really different from those > two that I should have to test my code on? I have noticed there are major > differenc

Re: [Gambas-user] How to create a web site with Gambas

2009-02-20 Thread Frank Cox
On Fri, 20 Feb 2009 17:17:46 -0600 Daniel Rojas wrote: > Anibody wants help me? You will have to come up with a much more specific question if you are to get any meaningful help. If you are just planning to create a simple website, you may want to look at OpenOffice instead. I use the OpenOffic

Re: [Gambas-user] Some file/use or progress bar questions.

2009-02-02 Thread Frank Cox
On Mon, 02 Feb 2009 21:40:49 +1100 richard terry wrote: > 1) I have a file with some 30,000 lines, but I want to know how many lines > are > in the file before I do anything to it - is this possible. I couldn't see how > just looking at the syntax for files. If your line lengths are random, th

[Gambas-user] qt going lgpl

2009-01-14 Thread Frank Cox
It appears that qt is to be licensed as lgpl: http://www.qtsoftware.com/about/licensing/frequently-asked-questions Does this meant that commercial closed-source applications can now be developed with Gambas using QT? (I think you could do that using GTK before now.) -- MELVILLE THEATRE ~ Melvi

[Gambas-user] Centos? x86_64 vs i386? GTK vs QT?

2008-11-12 Thread Frank Cox
Hello folks! I installed Gambas2 about two hours ago and have been sitting here in awe since then. To say that I'm impressed would be an understatement, and I'm truly looking forward to playing with this wonderful toy. I have three fairly basic questions (so far) and hope you will bear with me w