| |
Gambas Users (READ ONLY)
|
Author |
Replies |
Views |
Last Updated |
|
|
[+/-]
Welcome
Welcome to the Gambas Users Forum
|
gareth
25.08.2007 - 00:10
|
2
|
8553
|
|
|
|
[+/-]
[Gambas-user] Bambas <---> Python
No Description
Pino Zollo a écrit : >> I lost too much time with things like that and now strongly consider >> to interface all calculation to Python and only keep GB as a GUI. > >> This shouldn't add that many things to the system: as of Linux, Python >> is a s..
>I lost too much time with things like that and now strongly consider >to interface all calculation to Python and only keep GB as a GUI.
>This shouldn't add that many things to the system: as of Linux, Python >is a std install, as of Debian, this w..
|
Pino Zollo
15.12.2009 - 11:19
|
1
|
2435
|
|
|
|
[+/-]
Re: [Gambas-user] Financial Program
No Description
1. "Accounting programs are very much underestimated." That's true, indeed. I know a lot of people who thought that accounting was a minor matter, bought some program and did something not knowing what they did. They all got big problems with the tax..
|
Matti
14.12.2009 - 22:34
|
0
|
311
|
|
|
|
[+/-]
[Gambas-user] Editor control
No Description
I thought that the Flags must have been on by default, with the highlight property set to none the background color changed when a line was modified. Thank you so much for straightening me out Benoît.
> As for the background color, the Editor act..
> > Do you use Gambas 3 ? Do you use the latest revision ? > > That would have been useful information to add, sorry. I tried both > Gambas 2.18 and Gambas 3 svn (updated today). > > > Editor.Flags[Editor.ShowModifiedLines] = False > > Editor.Flags..
> Do you use Gambas 3 ? Do you use the latest revision ? > > That would have been useful information to add, sorry. I tried both Gambas 2.18 and Gambas 3 svn (updated today). > Editor.Flags[Editor.ShowModifiedLines] = False > Editor.Flags[Edito..
> I have a problem with the editor control, I set it to have a grey > background, but if I load a file it becomes white. Is there a way that I > can change the background color for modified lines and the current line?
Do you use Gambas 3 ? Do you us..
I have a problem with the editor control, I set it to have a grey background, but if I load a file it becomes white. Is there a way that I can change the background color for modified lines and the current line?
If not how can I turn off ShowModif..
|
John
14.12.2009 - 16:16
|
4
|
422
|
|
|
|
[+/-]
[Gambas-user] signal SIGSEGV,
Segmentation fault when using database example with ODDBC to a
MSSQL Database
No Description
Problem #11 when using ODBC to connect to a remote database running on MS SQL Server 2000.
I can connect to the database and run queries using tsql from a terminal and isql from a root terminal and I can connect using odbc in Gambas2 if the ide i..
|
"Franklin Solutions Limited"
14.12.2009 - 14:36
|
0
|
181
|
|
|
|
[+/-]
[Gambas-user] Timer
No Description
>From using it and from Benoits previous help, My understanding of Timer is as follows:
When the Timer is supposed to fire, it will if the Interpreter is available to invoke the SUB with the Timer code.
If some other SUB is busy or if CPU loaded, i..
Have a look here, it may helps you : http://forums.genthttp://forums.gentoo.org/viewtopic-t-790101-highlight-xenomai.html
Benoît Minisini a écrit : >> Hi, >> I've an application that has a timer that should get fired every 1 >> second. Sometimes ..
> Hi, > I've an application that has a timer that should get fired every 1 > second. Sometimes when the application is running and my desktop is > under heavy load the timer doesn't get fired in time. Despite this, my > expectation was that gambas wo..
Hi, I've an application that has a timer that should get fired every 1 second. Sometimes when the application is running and my desktop is under heavy load the timer doesn't get fired in time. Despite this, my expectation was that gambas would que..
|
Toni
11.12.2009 - 17:17
|
3
|
134
|
|
|
|
[+/-]
[Gambas-user] Editor Control
No Description
I have a problem with the editor control, I set it to have a grey background, but if I load a file it becomes white. Is there a way that I can change the background color of modified lines?
If not how can I turn off ShowModifiedLines and ShowCurre..
|
John
14.12.2009 - 03:23
|
0
|
145
|
|
|
|
[+/-]
[Gambas-user] Webview plugins
No Description
Does anyone know how to get a flash/mplayer plugin working with webview?
Regards
Richard
------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. ht..
|
richard terry
14.12.2009 - 02:02
|
0
|
146
|
|
|
|
[+/-]
Re: [Gambas-user] Button not working
No Description
??? Fabien, that wasn't my question. Run the example, and you'll know what I mean.
Fabien Bodard schrieb: > with a timer ... it's less expansive in ressources > > > > 2009/12/13 Matti <math.eber@t-online.de>: >> Last week, someone posted about a..
with a timer ... it's less expansive in ressources
2009/12/13 Matti <math.eber@t-online.de>: > Last week, someone posted about a new form and a button "butty" not working > (don't have the mail here anymore). > > This reminded me of a similar prob..
Last week, someone posted about a new form and a button "butty" not working (don't have the mail here anymore).
This reminded me of a similar problem I once had. Could it be that the problem was not with the code, but with another process running at..
|
Matti
13.12.2009 - 15:39
|
2
|
132
|
|
|
|
[+/-]
[Gambas-user] gb3: Call trace in debug
No Description
2009/12/13 Kadaitcha Man <nospam.nospam.nospam@gmail.com>: > 2009/12/13 Kadaitcha Man <nospam.nospam.nospam@gmail.com>: >> 2009/12/13 Fabien Bodard <gambas.fr@gmail.com>: >> >>> open IDE and try to do a step by step debug ... you will see the stack >..
2009/12/13 Kadaitcha Man <nospam.nospam.nospam@gmail.com>: > 2009/12/13 Fabien Bodard <gambas.fr@gmail.com>: > >> open IDE and try to do a step by step debug ... you will see the stack >> (F8) > > Nope. > > I'll pull the latest svn and recompile.
Ok..
2009/12/13 Fabien Bodard <gambas.fr@gmail.com>:
> open IDE and try to do a step by step debug ... you will see the stack > (F8)
Nope.
I'll pull the latest svn and recompile.
------------------------------------------------------------------------..
2009/12/13 Fabien Bodard <gambas.fr@gmail.com>:
> Ok i've found the problem

> but for you

> open the file at : > > ~/.config/gambas3/gambas3.conf > > find the line : [FDebugInfo] > > replace the value by : splDebug=[502,122] > > > then sav..
2009/12/13 Fabien Bodard <gambas.fr@gmail.com>: > Ok i've found the problem, so ... > > i've corrected it in the last svn commit but for you just do that : > > open the file at : > > ~/.config/gambas3/gambas3.conf > > find the line : [FDebugInfo] > >..
|
Kadaitcha Man
13.12.2009 - 03:57
|
6
|
129
|
|
|
|
[+/-]
Re: [Gambas-user] gb3: Call trace in debug
No Description
2009/12/13 Kadaitcha Man <nospam.nospam.nospam@gmail.com>: > 2009/12/13 Fabien Bodard <gambas.fr@gmail.com>: > >> The good news is > > The good news is it worked, and I didn't bother deleting the config 
no so good if you close the ide ... you hav..
2009/12/13 Fabien Bodard <gambas.fr@gmail.com>:
> The good news is
The good news is it worked, and I didn't bother deleting the config 
Thank you, your help really is very much appreciated.
------------------------------------------------------..
2009/12/13 Fabien Bodard <gambas.fr@gmail.com>:
> but it will be not sufficient you need to reduce now the stack that > take all the slide... there is a setting bug with the splitter > controle... i need to investigate more...
Ok. Happy to help.
>..
but it will be not sufficient you need to reduce now the stack that take all the slide... there is a setting bug with the splitter controle... i need to investigate more...
The good news is when you have corrected the size, it is well saved in the c..
|
Fabien Bodard
13.12.2009 - 09:16
|
3
|
118
|
|
|
|
[+/-]
[Gambas-user] Workaround for LEN()
No Description
2009/12/13 Norarg <norarg@hotmail.de>:
> Still it would be nice to hear from someone about this, I do not find > this solution good. I assume it has something to do with the characterset, but I can > not really figure it out.
Simonart Dominique: "U..
don't get any mails today, it seems.
I solved the LEN()-problem with a not very pretty function.
' Workaround LEN()-Function PUBLIC FUNCTION SetLenght(txt AS String, leng AS Integer) AS String DIM L AS Integer DIM T1 AS String DIM T2 AS Stri..
|
Norarg
12.12.2009 - 16:22
|
1
|
131
|
|
|
|
[+/-]
[Gambas-user] Event handler in descendent class
No Description
Benoît Minisini wrote: > >> Is there a way for a specialised class to have an event handler for an >> event raised in the base class? >> >> Specifically in this case I have a scaffolding class "workCodeTableItem" >> that inherits "CodeTableIte..
> Is there a way for a specialised class to have an event handler for an > event raised in the base class? > > Specifically in this case I have a scaffolding class "workCodeTableItem" > that inherits "CodeTableItem", adds a few scaffold attributes ..
Is there a way for a specialised class to have an event handler for an event raised in the base class?
Specifically in this case I have a scaffolding class "workCodeTableItem" that inherits "CodeTableItem", adds a few scaffold attributes and I have..
|
bbb888
12.12.2009 - 21:18
|
2
|
116
|
|
|
|
[+/-]
[Gambas-user] LEN()
No Description
Simonart Dominique schrieb: > Hi, > > Len() function is based on one-byte character, but some > characters need 2 bytes code, like the german's you mentionned. > > Use the String class methods and all will works as you expected > > HTH > Dominique S..
Hi,
Len() function is based on one-byte character, but some characters need 2 bytes code, like the german's you mentionned.
Use the String class methods and all will works as you expected
HTH Dominique Simonart
Norarg a écrit : > hi, > > I get ..
hi,
I get a bit strange results from the LEN()-function. If there are characters like the German Umlaute in the string (äöüÄÖÜß), the result just does not fit. It seems to me, that LEN("ä") gives back 2 instead of 1, is this possible?
I fill up a ..
|
Norarg
12.12.2009 - 15:11
|
2
|
120
|
|
|
|
[+/-]
[Gambas-user] menu button events Q
No Description
Hello Richard
> Regarding keeping bookmarks, is there an accepted place to put them?, or > just a settings file?
There are a lot of possibilities: 1. A file in the home directory - perhaps as xml-file 2. In a sqlite database as firefox do it, also ..
On Friday 11 December 2009 22:38:06 you wrote: > > I've a menu button and want to be able to detect a right mouse click over > > the text of the button. > > > > None of the events seem intereceptable in the usual way in code, and > > creating an ob..
> I've a menu button and want to be able to detect a right mouse click over > the text of the button. > > None of the events seem intereceptable in the usual way in code, and > creating an observor on the button and using stop events dosn't seem t..
That's ok on the rev 2475
2009/12/10 richard terry <rterry@pacific.net.au>: > I've a menu button and want to be able to detect a right mouse click over the > text of the button. > > None of the events seem intereceptable in the usual way in code, an..
I've a menu button and want to be able to detect a right mouse click over the text of the button.
None of the events seem intereceptable in the usual way in code, and creating an observor on the button and using stop events dosn't seem to work eit..
|
richard terry
10.12.2009 - 21:57
|
4
|
129
|
|
|
|
[+/-]
[Gambas-user] Really dumb question about dialog forms
No Description
2009/12/12 Fabien Bodard <gambas.fr@gmail.com>: > 2009/12/12 Kadaitcha Man <nospam.nospam.nospam@gmail.com>:
>> In short, Fabien, as far as I can tell, the only way to make it work >> correctly in gb2 is to do it the way I originally said to do it. ..
2009/12/12 Kadaitcha Man <nospam.nospam.nospam@gmail.com>: > 2009/12/11 Fabien Bodard <gambas.fr@gmail.com>: > >> Static Public sValue as string >> >> Public Sub Run () As Boolean > > I knew there was a reason not to use your method and to make the >..
2009/12/11 Fabien Bodard <gambas.fr@gmail.com>:
> Static Public sValue as string > > Public Sub Run () As Boolean
I knew there was a reason not to use your method and to make the recommendation I did.
If you tested that code then I presume you did..
richard terry wrote: > On Friday 11 December 2009 17:22:54 you wrote: >> 2009/12/11 richard terry <rterry@pacific.net.au>: >>> Hi List, >>> >>> My really stupid question for the week. >> I'm sorry. You've already done that three times this week. >> >..
2009/12/11 Fabien Bodard <gambas.fr@gmail.com>:
> Also if this is not to answer the question ...
It is an answer to the question.
> It is wiser to shut up!
> if you do not calm kadaitcha man you gonna get fired from this mailing > list. I have no..
|
richard terry
11.12.2009 - 04:23
|
13
|
139
|
|
|
|
[+/-]
[Gambas-user] An Apology
No Description
thanks again,
get some worthy informations here 
btw. prices are not really the problem here, I pay 70 pesos=12€ monthly, the availability is: because of the size of ARG they have very little of cables, everything is wireless. In the village..
Norarg a écrit : ... > First of all, thanks, that is helpful. > > In fact I am Norwegian, but live here for about a year now - I'll never
Hey, welcome to our friends from the land of horny smoked salmons!
> go back to Europe to live there - here..
Jean-Yves F. Barbier schrieb: > Norarg a écrit : > > PLS avoid cross-posting: open a new post by adressing to > <gambas-user@lists.sourceforge.net> > > >> I would like to try out newer releases of Gambas, fox. 3.0. I had some >> problems with o..
Norarg a écrit :
PLS avoid cross-posting: open a new post by adressing to <gambas-user@lists.sourceforge.net>
> I would like to try out newer releases of Gambas, fox. 3.0. I had some > problems with other releases in the past - in the end gambas..
Hi,
I would like to try out newer releases of Gambas, fox. 3.0. I had some problems with other releases in the past - in the end gambas did not work at all. I have tried to figure it out, but did not found what I am looking for: does a SVN substi..
|
Kadaitcha Man
11.12.2009 - 10:54
|
6
|
131
|
|
|
|
[+/-]
[Gambas-user] Minimum Size of a Form
No Description
|
Werner
11.12.2009 - 06:26
|
11
|
128
|
|
|
|
[+/-]
Re: [Gambas-user] Minimum Size of a Form
No Description
2009/12/11 Kadaitcha Man <nospam.nospam.nospam@gmail.com>: > Fabien Bodard wrote: > >> ok Error from mine ... but for one part the min size is fixed at >> the desing but only for windows with ToolBox option at true > > Not true. The minimum size o..
Fabien Bodard wrote:
> ok Error from mine ... but for one part the min size is fixed at > the desing but only for windows with ToolBox option at true
Not true. The minimum size of any form shown as modal is the design-time size.
------------..
|
"Kadaitcha Man"
11.12.2009 - 12:28
|
1
|
137
|
|
|
|
[+/-]
[Gambas-user] Isn't there an easier way...
No Description
if you can send e directly your project ... i will be able to see the problem...
2009/12/11 Rolf-Werner Eilert <eilert-sprachen@t-online.de>: > Hmm! Interesting! > > I copied the original directory to another place with a different name > and loaded..
Hmm! Interesting!
I copied the original directory to another place with a different name and loaded the project into Gambas2. It complained, wanted to know "Do you really want...", OK.
Then I chose Tools/Update all Forms. After some work, it says..
the converted is embbeded in the ide..; (Tool> convert forms)
You load the v1 project and then call this tool and then compile all...
but make a copy of your project before
2009/12/11 Rolf-Werner Eilert <eilert-sprachen@t-online.de>: > ...of conve..
...of converting Gambas1 apps to Gambas2? I just thought, rebuilding the forms and dialogs control for control, copying their X, Y, Height and Width values and other properties one by one - it takes hours.
Hasn't anyone made a converter for the fi..
|
Rolf-Werner Eilert
11.12.2009 - 10:08
|
3
|
156
|
|