Re: [Gambas-user] Bitwise Operations Wish

2010-09-02 Thread Benoît Minisini
the same size the shorter one needs to be > expanded with zeroes (MSB side) to match. That is what they do. Regards, -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your

Re: [Gambas-user] Your energy

2010-09-02 Thread Benoît Minisini
> True, maybe Benoit means twins in English! > > Jussi > > Hey guys, my birthday is not now, just in four days! ;-) -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show of

Re: [Gambas-user] Inconsistent initialization in controls: seems a little bug

2010-09-03 Thread Benoît Minisini
g "AutoResize = True" by default, it is not possible anymore, as it will break the existing code, because of the rule about default values of properties described above. Regards, -- Benoît Minisini -- This SF.net

Re: [Gambas-user] Can you put a big box into a small one?

2010-09-03 Thread Benoît Minisini
ey can make a control draw outside of its frame. But this is generally avoided. Regards, -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) T

Re: [Gambas-user] TextWidth

2010-09-03 Thread Benoît Minisini
K+. Moreover, I don't see the need of adjusting a TextBox to its contents, as usually this is an editable control, and so the user can enter any text in it. Or maybe you are doing something not usual with a TextBox? :-) -- Benoît Minisini ---

Re: [Gambas-user] Dialog multi-select

2010-09-03 Thread Benoît Minisini
work with gb.gtk, as the gb.gtk is a bit broken. Regards, -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http:

Re: [Gambas-user] TableView issue

2010-09-03 Thread Benoît Minisini
ave the problem anymore. Can you send me the code you are using again (to be sure)? And check again that you compiled and install correctly the latest trunk. Regards, -- Benoît Minisini -- This SF.net Dev2Dev email

Re: [Gambas-user] To wish list...

2010-09-03 Thread Benoît Minisini
; > > > Jussi > > I think that's a very good idea. > > Werner > Mmm. Finally it is not so easy to do, so you have to wait a bit to have this feature. Even Qt4 don't have it! :-) Regards, -- Benoît Minisini --

Re: [Gambas-user] TextWidth

2010-09-04 Thread Benoît Minisini
> 2010/9/3 Benoît Minisini : > > I couldn't find a better solution than Doriano, because there is no easy > > way to know the size of a control border in Qt and GTK+. > > > > Moreover, I don't see the need of adjusting a TextBox to its contents, as > >

Re: [Gambas-user] Can you put a big box into a small one?

2010-09-04 Thread Benoît Minisini
> 2010/9/3 Benoît Minisini : > > Controls are always clipped by their container, because they are windows > > inside windows, and this is how X-Window works. > > > > *But* (there is always a *but*), now QT4 and GTK+ do not create one > > window for each con

Re: [Gambas-user] several issues

2010-09-04 Thread Benoît Minisini
xable, but, as I said, let's try to minimize them. > > These troubles are consumed too much of my free time. I don't like > that. What could I say! > So, I hope discover that I wrong (so I will learn something > else) or that this

Re: [Gambas-user] TextWidth

2010-09-04 Thread Benoît Minisini
> 2010/9/4 Benoît Minisini : > >> The best solution that I found was: > >> > >> txtSomeThing.Width = txtSomeThing.TextWidth(txtSomeThing.Text & "W") > > > > This is not a solution, as the width of the border is not related to the > &g

Re: [Gambas-user] Can you put a big box into a small one?

2010-09-04 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> 2010/9/3 Benoît Minisini : > >>> Controls are always clipped by their container, because they are > >>> windows inside windows, and this is how X-Window works. > >>> > >>> *But* (there is always a *but

Re: [Gambas-user] Background

2010-09-05 Thread Benoît Minisini
"hard" colors like 00FF00, but not "soft" > colors depending on the user's theme. > Does anybody know the integer values for system colors? Can't find anything > in the help. > Thanks > Matti > Look at the properties of the Color class. Everythi

Re: [Gambas-user] TableView issue

2010-09-05 Thread Benoît Minisini
the editor outside of the view, it is hidden. But then, it keeps having the focus (it receives the keyboard events), which should not be possible! I will investigate... Regards, -- Benoît Minisini -- This SF.net Dev2Dev

Re: [Gambas-user] TableView issue

2010-09-05 Thread Benoît Minisini
gt; receives the keyboard events), which should not be possible! I will > investigate... > > Regards, That second bug has been fixed in revision #3182. Regards, -- Benoît Minisini -- This SF.net Dev2Dev email i

Re: [Gambas-user] Bugs - Gambas3

2010-09-06 Thread Benoît Minisini
allon.png > Which version of qt4 is installed on your system? I had strangeness in balloon display in Mandriva 2010.0, but not with 2010.1 with the last version of qt4 installed. Regards, -- Benoît Minisini -

Re: [Gambas-user] Bugs - Gambas3

2010-09-06 Thread Benoît Minisini
> -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] Bugs - Gambas3 > Fecha: Mon, 6 Sep 2010 19:45:14 +0200 > > > Gambas 3: Revisión : 3182 > > OS

Re: [Gambas-user] qt4 gridview anormal behaviour with column's width = 0

2010-09-06 Thread Benoît Minisini
gards, > Ricardo Díaz the bug has been fixed in revision #3186. Regards, -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter

Re: [Gambas-user] Bugs - Gambas3

2010-09-06 Thread Benoît Minisini
n't understand yet. :-) Gambas 3 does not use libqt3, but libqt4. -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Ch

Re: [Gambas-user] Bugs - Gambas3

2010-09-06 Thread Benoît Minisini
e last commit please for icons > > The problem is not Gambas 3, but the icons that come with the theme > Human-Clearlooks (Icons Humanity). > I just tried with Ubuntu 10.04 64 bits, with the default icon theme then the Humanity icon th

Re: [Gambas-user] Revision Number of Repo Subversion Gambas 3

2010-09-06 Thread Benoît Minisini
to subscribe to the gambas-devel-svn mailing-list, and you will receive a mail for each new revision. Regards, -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming ski

Re: [Gambas-user] How to get the focus back?

2010-09-07 Thread Benoît Minisini
Thanks, Matti You set FText to be an "utility" window. If you use a normal window, the focus got back to FText normally, so I guess this is a chosen behaviour of Qt or KWin with utility windows. I will try to override it, but are you using an "utility" window there? --

Re: [Gambas-user] Bugs - Gambas3

2010-09-08 Thread Benoît Minisini
utput. Regards, -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/i

Re: [Gambas-user] Gambas class to read a joystick

2010-09-08 Thread Benoît Minisini
ding a gamepad in GAMBAS. I've since integrated it into my own > program and thought I'd list it here for folks who need to monitor > asynchronous button presses along with stick input. > > ...

Re: [Gambas-user] dialog.select font & conf setting

2010-09-08 Thread Benoît Minisini
gt; TextArea1.Font = Dialog.Font > Settings["Tekst/Lettertype"] = TextArea1.Font > END > > When running the program > - the title is not changed This is a bug I fixed in revision #3198. > - the data are not written to the conf file Mmm. Are you sure? The conf file

Re: [Gambas-user] Difference among gridview and tableview

2010-09-08 Thread Benoît Minisini
> Hi > I would like to know wich is the difference among GRIDVIEW and TABLAVIEW? > Someone can explain me? > Thanks > Tomas > Sent on the TELUS Mobility network with BlackBerry > TableView is a GridView with editing features added. Regards,

Re: [Gambas-user] Problem of FileChooser with menu shortcut keyboard

2010-09-08 Thread Benoît Minisini
y)? > Merci beaucoup! I have none of the problems you are describing: which version of Gambas did you install? -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming

Re: [Gambas-user] Bugs - Gambas3

2010-09-08 Thread Benoît Minisini
> Out.txt rejected as too big, so new try... > > Jussi > Thanks. Is it better with the very last revision? -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel progra

Re: [Gambas-user] TabStrip Control

2010-09-08 Thread Benoît Minisini
gt; > Cristian Abarzúa F Yes: use the TabStrip.Orientation property. Regards, -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threadi

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-08 Thread Benoît Minisini
t; > The server logs: > ERROR column "utenti" does not exist > STATEMENT CREATE UNIQUE INDEX "login" ON "utenti" ( "utenti" ) > > The same function works fine with mysql. > > gambas3 rev. 3195 > SO Ubuntu 10.04 > Psql v

Re: [Gambas-user] Rev. 3199 - Gambas 3

2010-09-08 Thread Benoît Minisini
end the output messages? $ cd /path/to/ide/source $ GB_STOCK_DEBUG=1 gbx3 ... Regards, -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threa

Re: [Gambas-user] Bug in gtk menu

2010-09-08 Thread Benoît Minisini
Gambas 3. Is it better with revision #3200? -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu

Re: [Gambas-user] Gambas3 libraries

2010-09-08 Thread Benoît Minisini
> Hi! > Is it possible to run libraries in different thread so that they would > raise only events, > without making delays in normal code execution? > > Jussi The gambas interpreter is single-threaded, so no. Regards, -

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-09 Thread Benoît Minisini
> > -- Messaggio inoltrato -- > > From: "Benoît Minisini" > > To: mailing list for gambas users > > Date: Thu, 9 Sep 2010 03:10:27 +0200 > > Subject: Re: [Gambas-user] gb3 and postgresql indexes > > > >> Hi to all > >&

Re: [Gambas-user] Rev. 3199 - Gambas 3

2010-09-09 Thread Benoît Minisini
> -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] Rev. 3199 - Gambas 3 > Fecha: Thu, 9 Sep 2010 03:26:50 +0200 > > > OS: Ubuntu 9.10 - 32bits >

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Benoît Minisini
mbas3/trunk/trunk/gb.gtk' > make[1]: *** [all-recursive] Error 1 > make[1]: se sale del directorio > `/home/dquinter/Descargas/Gambas3/trunk/trunk' > make: *** [all] Error 2 > >What can I fix it? > >Thanks for all. > > Daniel Quint

Re: [Gambas-user] Rev. 3199 - Gambas 3

2010-09-09 Thread Benoît Minisini
e latest trunk, you should be able to run the shell commands, shouldn't you? -- Benoît Minisini -- Automate Storage Tiering Simply Optimize IT performance and efficiency through flexible, powerful, automated sto

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas3

2010-09-09 Thread Benoît Minisini
x27; > > make[1]: *** [all-recursive] Error 1 > > make[1]: se sale del directorio > > `/home/dquinter/Descargas/Gambas3/trunk/trunk' > > make: *** [all] Error 2 > > > >What can I fix it? > > > >Thanks for all. > > > > Danie

Re: [Gambas-user] Rev. 3199 - Gambas 3

2010-09-09 Thread Benoît Minisini
> -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] Rev. 3199 - Gambas 3 > Fecha: Fri, 10 Sep 2010 00:51:54 +0200 > > > If you say I placed Gambas 2.28,

Re: [Gambas-user] Testing component GB.INFO

2010-09-12 Thread Benoît Minisini
correct? > > Regards > > Cristian Abarzua F. > Thanks for the report. In (3) the message is just a warning for a deprecated constant. 'gb.Text' must be replaced by 'gb.IgnoreCase'. Anyway it's far better if you can provide a

Re: [Gambas-user] Database Results

2010-09-12 Thread Benoît Minisini
End Public Sub _get(Index As Integer) As Result $hResult.MoveTo(Index) return $hResult End Then use it that way: Dim hMyResult As MyResult hMyResult = MyResult(DB.Exec("SEL

Re: [Gambas-user] Gambas compile with option -static

2010-09-12 Thread Benoît Minisini
> Hi. > > There is the possibility to compile the executable gbx2 with option > -static. > > Regards. > > Cristian Abarzúa F > Are you sure? Do you have more details? -- Benoît Minisini -

Re: [Gambas-user] Console in Gambas3

2010-09-12 Thread Benoît Minisini
nsole is always there. It is automatically opened during debugging, and it is closed when the program ends only if it was closed before running it. Regards, -- Benoît Minisini -- Start uncovering the many advantages of

Re: [Gambas-user] Form.Enabled = False

2010-09-12 Thread Benoît Minisini
results. Most of the controls are inactive, some not. > See example. Yes, it is not clearly explained on the wiki: native events, i.e. events defined in the Control class (MouseUp, MouseDown, MouseMove, KeyPress, KeyRelease, Enter, Leave...) are always raised, whatever the value o

Re: [Gambas-user] Form.Enabled = False

2010-09-12 Thread Benoît Minisini
than the Enabled property. But if a disabled control raises a non-native event, it should be a bug! -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to simplify ap

Re: [Gambas-user] Frame

2010-09-13 Thread Benoît Minisini
> Hi everyone > > I'm using the latest svn of gambas3 and was wondering where the border > property > for the frame control has gone? > The frame is drawn by the toolkit, not by Gambas, so I think it has gone because of your widget style. Regard

Re: [Gambas-user] Rev. 3199 - Gambas 3

2010-09-13 Thread Benoît Minisini
to run the executable with another version of > glibc, but nothing. > > Regards. > > Cristian Abarzua Hi Cristian, I like the name, "canner". But it will be better if you make a command-line tool to can gambas projects, and do the GUI on top on thi

[Gambas-user] Bug in Qt4 and workaround

2010-09-14 Thread Benoît Minisini
is: the last created menu must be visible. And I guess the first one too! Regards, -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment

Re: [Gambas-user] Bug in Qt4 and workaround

2010-09-15 Thread Benoît Minisini
> On Wednesday 15 September 2010 01:15:16 Benoît Minisini wrote: > > Hi, > > > > For information: > > > > There is (apparently) a bug in Qt4: if the last visible menu in the > > > > menu-bar is not the last created menu, i.e. if the last visible

Re: [Gambas-user] someshort="xy" returns "Wanted short, got string instead"

2010-09-15 Thread Benoît Minisini
> I can say, somebyte=ASC("x"), but is it possible to quickly assign a > two-byte string to a typical two-byte short? It's a bad idea. What do you want to do exactly? -- Benoît Minisini -- Star

Re: [Gambas-user] Gambas compile with option -static

2010-09-15 Thread Benoît Minisini
> -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] Gambas compile with option -static > Fecha: Sun, 12 Sep 2010 11:57:03 +0200 > > > Hi. > > >

Re: [Gambas-user] Gambas compile with option -static

2010-09-15 Thread Benoît Minisini
> -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] Gambas compile with option -static > Fecha: Wed, 15 Sep 2010 12:35:24 +0200 > > > -Mensaje origina

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-15 Thread Benoît Minisini
> Hi Benoît > > have You some news about it. > > Thanks, > Emanuele Yep. It should be fixed in revision #3222. Regards, -- Benoît Minisini -- Start uncovering the many advantages of virtual ap

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-15 Thread Benoît Minisini
hConn.Exec("select * from utenti where ulogin='emanuele'") <- > this run fine > hConn.Find("utenti", SCriteria, sParameter) <-- This fails > sAziende = hResult!uaziende > hConn.Close() The bug should be fixed in revision #3223. Regards, --

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-16 Thread Benoît Minisini
you should use #ifdef to check the SDL_ttf version, because apparently SDL_ttf 2.0.10 is too new for many people! Regards, -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-16 Thread Benoît Minisini
Regards, > > I have the same problem, I have only SDL_ttf 2.0.9 on Mandriva 2010.1. > Maybe you should use #ifdef to check the SDL_ttf version, because > apparently SDL_ttf 2.0.10 is too new for many people! > > Regards, I made a temporary fix for that in revision #3224. Regards,

Re: [Gambas-user] Form.Enabled = False

2010-09-16 Thread Benoît Minisini
> Sorry, I don't understand. > How can I "implement the event handler"? > Confused > Matti > "implement the event handler" means that you wrote a "Public Sub MyControl_Event()" function to handle an event. If you do not write an event han

Re: [Gambas-user] Suggestions 4 new keywords

2010-09-16 Thread Benoît Minisini
n PUBLIC or PRIVATE is alone on his line, everything after is declared PUBLIC (or PRIVATE) by default. That way, you can write: PUBLIC ' The "interface" ' ... PRIVATE ' The "implementation" ' ... Maybe the right way to deal with code organization is

Re: [Gambas-user] Suggestions 4 new keywords

2010-09-16 Thread Benoît Minisini
clared. But I don't like it anyway, because if you make a mistake in an identifier name, instead of an error, you may get a new local variable automatically declared and a new bug hard to detect at first sight between thousands lines of code. Regards, -- Benoît Minisini -

Re: [Gambas-user] someshort="xy" returns "Wanted short, got string instead"

2010-09-16 Thread Benoît Minisini
Virtues > > www: http://sales.eightvirtues.com http://sales.eightvirtues.com > > e-mail: mailto:sa...@eightvirtues.com sa...@eightvirtues.com > > phone: (770) 853-6271 I have neve seen that mail, Kevin. Did it go to the mailing-list? If I resume, you want to send the c

Re: [Gambas-user] Suggestions 4 new keywords

2010-09-16 Thread Benoît Minisini
> 2010/9/16 Benoît Minisini : > > (1) First, you must realize that the syntax is not the implementation. In > > a more general way, the word is not the thing. We are confused by that > > all the life. :-) > > What are you talking about? That, for me, the implementation

Re: [Gambas-user] gambas 3 release or otherwise as binary package

2010-09-16 Thread Benoît Minisini
ll be able to make a converter helper tool in the IDE. - I must then write better internal documentation to try to attract developers. So is the plan! -- Benoît Minisini -- Start uncovering the many advantages of vi

Re: [Gambas-user] Testing Gambas 2.99

2010-09-16 Thread Benoît Minisini
t; > * Test Form : Fmain.center not positioned in the center of the screen, > the form Mmm. The sentence seems to be unfinished... Can you give more details? Regards, -- Benoît Minisini -- Start uncovering the ma

Re: [Gambas-user] Suggestions 4 new keywords

2010-09-16 Thread Benoît Minisini
al programming life". :-) > > Anyway, I don't understand what you mean. > Mmm. It's even hard to explain in french. It's just something I noticed after years of writing programs. > >> (read below of "or much better") > >> > >> http://

Re: [Gambas-user] A suggestion for the code editor

2010-09-16 Thread Benoît Minisini
227. Moreover, you can use Alt+Up/Down to move the selection too. Regards, -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and acc

Re: [Gambas-user] A suggestion for the code editor

2010-09-16 Thread Benoît Minisini
is used for commenting. Maybe CTRL+D ? -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. htt

Re: [Gambas-user] Testing DEVELOPMENT ENVIRONMENT in Gambas3

2010-09-16 Thread Benoît Minisini
barzua F > "Saving as" has been reimplemented in revison #3225. Tell me if it is better for you now. Regards, -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start usi

Re: [Gambas-user] A suggestion for the code editor

2010-09-17 Thread Benoît Minisini
F2 and SHIFT+F2. And there are menu entries for that too! -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift

Re: [Gambas-user] Suggestions 4 new keywords

2010-09-17 Thread Benoît Minisini
t was. If we > don't revive the old idea, why not allowing the programmer to write it > like SWITCH? You could make it an option: > > SELECT myExpression > CASE 0 > CASE 1 > CASE 2,3 > CASE ELSE > END SELECT > >

Re: [Gambas-user] Suggestions 4 new keywords

2010-09-17 Thread Benoît Minisini
> Am 17.09.2010 11:59, schrieb Benoît Minisini: > >> But if you really want to get rid of something useless, why not change > >> SELECT CASE into SELECT? I don't know the history of this keyword, but > >> it smells like it was planned to allow for further comb

Re: [Gambas-user] Test Gambas 2.99 Rev 3227

2010-09-17 Thread Benoît Minisini
> OS: Ubuntu 10.4 > Gnome : 2.30.2 > > Fmain.border = 0 -->Work, show form without borders > Fmain.border = 1 --> Nothing > Fmain.border = 2 --> Nothing > > Regards. > > Cristian Abarzua F > ?? Border i

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> is there any way of getting continuous mousemove events without pressing > a button for the gridview control ? > The Tracking property. -- Benoît Minisini -- Start uncovering the many advantages o

Re: [Gambas-user] Spacing property.

2010-09-18 Thread Benoît Minisini
t; Regards > > richard Please give a concrete example. Because usually people are annoyed by the Spacing property because their GUI is too cluttered. Regards, -- Benoît Minisini -- Start uncovering the many adva

Re: [Gambas-user] Test Gambas 2.99 Rev 3227

2010-09-18 Thread Benoît Minisini
> -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] Test Gambas 2.99 Rev 3227 > Fecha: Sat, 18 Sep 2010 02:21:30 +0200 > > > OS: Ubuntu 10.4 > >

Re: [Gambas-user] circular inheritance

2010-09-18 Thread Benoît Minisini
send the full project. Regards, -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http

[Gambas-user] Need advice about a Gambas bug tracker

2010-09-18 Thread Benoît Minisini
Hi, I have started to setup a Gambas bugtracker on code.google.com for 3.0. Does someone know bugtrackers well ? The Google one has the simplicity I'd like to have, but I'd like to not be forced to host the bugtracker there. Thanks for any advice. Regards, -- Benoî

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> On 18/09/10 22:52, Benoît Minisini wrote: > >> is there any way of getting continuous mousemove events without pressing > >> a button for the gridview control ? > > > > The Tracking property. > > sorry should have mentioned that I was using gambas 2 &

Re: [Gambas-user] bug in dialog.filter with gb.gtk?

2010-09-18 Thread Benoît Minisini
tax requested by Dialog.Filter, it will work better! See the documentation of Dialog.Filter at http://gambasdoc.org/help/comp/gb.qt/dialog/filter?v2 Regards, -- Benoît Minisini -- Start uncovering the many advantages o

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> On 18/09/10 23:52, Benoît Minisini wrote: > >> On 18/09/10 22:52, Benoît Minisini wrote: > >>>> is there any way of getting continuous mousemove events without > >>>> pressing a button for the gridview control ? > >>> > >>> Th

Re: [Gambas-user] Alternative to differentiate private and public symbols on the IDE

2010-09-18 Thread Benoît Minisini
le to > "Public Symbols" and "Private Symbols". Alas the syntax highlighter is line-based, and does not know if a symbol is public or private. Regards, -- Benoît Minisini -- Start uncovering the ma

Re: [Gambas-user] Need advice about a Gambas bug tracker

2010-09-18 Thread Benoît Minisini
> Benoît Minisini wrote: > > Hi, > > > > I have started to setup a Gambas bugtracker on code.google.com for 3.0. > > > > Does someone know bugtrackers well ? The Google one has the simplicity > > I'd like to have, but I'd like to not be forced

Re: [Gambas-user] Alternative to differentiate private and public symbols on the IDE

2010-09-18 Thread Benoît Minisini
> 2010/9/18 Benoît Minisini : > > Alas the syntax highlighter is line-based, and does not know if a symbol > > is public or private. > > And the solution could be just keep a track about if symbols in a > proyect are public or private. Or you've frozen the addition of

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> > > > Give a screenshot to see what you are talking about. > > here you go Everything seems to be correct in that screenshot. What's the problem? -- Benoît Minisini -- Start uncovering

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> On 19/09/10 09:26, Benoît Minisini wrote: > >>> Give a screenshot to see what you are talking about. > >> > >> here you go > > > > Everything seems to be correct in that screenshot. What's the problem? > > is there not meant to be a bord

Re: [Gambas-user] Spacing property.

2010-09-19 Thread Benoît Minisini
non anglophones, il y a la mailing-list française. Cordialement, -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accele

Re: [Gambas-user] Specifying the location of new Gambas components

2010-09-19 Thread Benoît Minisini
omponent are searched in: 1) /lib/gambas2, being the path where Gambas is installed. 2) ~/.local/lib/gambas2, ~ being the current user home directory. In that order! Regards, -- Benoît Minisini -- Start uncover

Re: [Gambas-user] "Deleting" Forms and Classes

2010-09-19 Thread Benoît Minisini
does delete the file from the hard disk. Where did you see that the file was not removed? -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to simplify application d

Re: [Gambas-user] Testing Gambas 2.99

2010-09-19 Thread Benoît Minisini
> Colorbutton bug confirmed with Gambas 3 rev 3199, Ubuntu 10.04 64bit. > Only GTK+ is affected. > > Jussi > Done! The bug has been fixed in revision #3230. Regards, -- Benoît Minisini -- Start unco

Re: [Gambas-user] Help about use table view editing with Return key

2010-09-19 Thread Benoît Minisini
should write your own TableView. Yet again, DblClick is a low-level event, and Click is not, and it is not necessarily comes from a low-level mouse event. The name "Click" is badly chosen, it comes from Visual Basic. Regards, -- Benoît Minisini --

Re: [Gambas-user] SQLTE3 >date function

2010-09-19 Thread Benoît Minisini
s", "TransDate > '2009-07-01'). > > Also sometimes records 1 day older than requested can be returned. > > Using strftime seem very tricky for say dates between 2009-06-30 and > 2010-07-01. > > Any thoughts? > > Bill Lancaster Can

Re: [Gambas-user] Error after project is compiled

2010-09-20 Thread Benoît Minisini
> > The OS is crunchbang linux on a netbook. > /etc/lsb-release says Ubuntu 9.04 Send your project. Regards, -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them

Re: [Gambas-user] Bug with Gambas3 search window

2010-09-22 Thread Benoît Minisini
sed as unexpected error and must abort. > [21] Out of bounds > FSearch.gvwFind_Data.808 > " > > Perhaps sub "gvwFind_Data", should start with "If $aBrowse.Count = 0 Then > Return". > > Gambas3 rev 323

Re: [Gambas-user] SQLTE3 >date function

2010-09-22 Thread Benoît Minisini
r database systems, sqlite fields are not typed, they can contain any data. So when you compare a field to a date (without using the DATE function), how does it behave? -- Benoît Minisini -- Start uncovering the many a

Re: [Gambas-user] gb3 desktop.sendmail cause application hang

2010-09-22 Thread Benoît Minisini
mail there) to run the mail client. -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing.

Re: [Gambas-user] gb3 desktop.sendmail cause application hang

2010-09-22 Thread Benoît Minisini
If i have time tomorrow will try with > Thunderbird > Regards, > Emanuele > Try to run "xdg-email" by hand too. -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and sta

Re: [Gambas-user] desktop.sendmail cause application hang

2010-09-23 Thread Benoît Minisini
gards, > Emanuele So that means there is something in the way Gambas uses xdg-email... -- Benoît Minisini -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games f

Re: [Gambas-user] TextLabel vs TextEdit

2010-09-23 Thread Benoît Minisini
or tables in rich text. But it is not supported by Gambas. See the wiki documentation about rich text to know which tags are supported. Regards, -- Benoît Minisini -- Nokia and AT&T present the 2010 Calling All Innova

Re: [Gambas-user] TextLabel vs TextEdit

2010-09-23 Thread Benoît Minisini
> But TextLabel does display tables correctly. > So, Gambas does support tables in rich text. > Why not TextEdit? > No, Gambas does not support them. But I can't prevent Qt4 from supporting them. --

Re: [Gambas-user] Benoit - thanks the filter is fantastic

2010-09-24 Thread Benoît Minisini
Richard > I thought you have noticed before! -- Benoît Minisini -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.

  1   2   3   4   5   6   7   8   9   10   >