Re: [Gambas-user] Relative paths in a component

2012-04-22 Thread Benoit Minisini
itor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user >

Re: [Gambas-user] One old bug (and maybe a new one?)

2009-02-03 Thread Benoit Minisini
evision #1853! It will be for the 2.11.2. > > 2) The new bug > Is it me or the property viewer of the IDE doesn't show the help under > the properties list anymore? I see them there... -- Benoit Minisini

Re: [Gambas-user] Release of Gambas 2.11.1

2009-02-03 Thread Benoit Minisini
On mardi 3 février 2009, Rolf-Werner Eilert wrote: > Benoit Minisini schrieb: > > Hi, > > > > Here is a release to fix last-minute bugs in the 2.11 version: > > > > * The arithmetic operations on Boolean, Byte and Short now behave > > correctly when an

Re: [Gambas-user] Gambas version and mod with Long behavior

2009-02-02 Thread Benoit Minisini
On lundi 2 février 2009, Ron wrote: > Benoit Minisini schreef: > > On lundi 2 février 2009, Ron wrote: > >> Hi, > >> > >> I have noticed that the gambas version number is not displayed anymore > >> in the about window of Gambas 2.11.1 > >> A

Re: [Gambas-user] Gambas version and mod with Long behavior

2009-02-02 Thread Benoit Minisini
erantly. > > Gambas 2.11.1, gb.qt, ubuntu hardy > > Regards, > Ron_2nd > > Some stupid miss... I fixed that in revision #1848, and will make a 2.11.2 soon. Regards, -- Benoit Minisini -- Thi

Re: [Gambas-user] Gambas & PostgreSQL cannot create index. relation XXX does not exist.

2009-02-02 Thread Benoit Minisini
On lundi 2 février 2009, Randy wrote: > Benoit Minisini wrote: > > On jeudi 22 janvier 2009, Randy wrote: > >> Hello. > >> > >> New to Gambas and having problems with following code: > >> > >> STATIC PUBLIC FUNCTION CreateGLTables() >

[Gambas-user] Release of Gambas 2.11.1

2009-02-01 Thread Benoit Minisini
stretched its last column correctly. * The GridView cell padding has been fixed. Regards, -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net

Re: [Gambas-user] pdf's no longer rendering

2009-02-01 Thread Benoit Minisini
g .GetPicture() by Image.Picture in the source code. Regards, -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your stor

Re: [Gambas-user] timers in console app

2009-02-01 Thread Benoit Minisini
On dimanche 1 février 2009, Benoit Minisini wrote: > On dimanche 1 février 2009, Joshua Higgins wrote: > > This is my code, but it doesn't seem to work. > > > > PUBLIC SUB Main() > > > > DIM timer1 AS NEW Timer > > timer1.Delay = 100 > > ti

Re: [Gambas-user] timers in console app

2009-02-01 Thread Benoit Minisini
t;hello" > > END > > Whats wrong here? > See the documentation of NEW: if you don't specify an event time, your timer will never raise events. Regards, -- Benoit Minisini -- This SF.net email

Re: [Gambas-user] timers in console app

2009-02-01 Thread Benoit Minisini
On dimanche 1 février 2009, Joshua Higgins wrote: > Is it possible to use timers in console apps? Of course. -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell y

Re: [Gambas-user] Minor bug with READ & WRITE commands?

2009-02-01 Thread Benoit Minisini
On lundi 19 janvier 2009, Jussi Lahtinen wrote: > I agree. > But there should be warning message in documentation of read and write > commands. > > > Jussi > I added a big warning on the documentation page of the READ and WRITE instructions.

Re: [Gambas-user] Warning with Gambas 3

2009-02-01 Thread Benoit Minisini
On mercredi 21 janvier 2009, Benoit Minisini wrote: > > Now, Image are always transparent, and the syntax is: > > > New Image(Optional Width As Integer, Optional Height As Integer, Optional > Format As Integer, Optional Color As Integer) > > The synta

Re: [Gambas-user] Gambas & PostgreSQL cannot create index. relation XXX does not exist.

2009-02-01 Thread Benoit Minisini
that the database component can only create indexes on already existing tables. And the table you are creating does not exist until you call the "Update" method. So you just have to move the ".Update" line just before the ".Indexes..." lines. Regards, -- Benoit Min

Re: [Gambas-user] Strange message error

2009-02-01 Thread Benoit Minisini
On dimanche 1 février 2009, Benoit Minisini wrote: > On dimanche 1 février 2009, Leonardo Miliani wrote: > > I know that the following code is wrong 'cause Gambas doesn't accept > > multiply instructions on 1 row but I would report the strange message > > erro

Re: [Gambas-user] Strange message error

2009-02-01 Thread Benoit Minisini
w) [where there is the FOR loop] > > Code: > --- > DIM A, b AS Integer > FOR a = 1 TO 10: b += 1: NEXT > --- > > P.S.: > Gambas 2.11 /

Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Benoit Minisini
On samedi 31 janvier 2009, Ron_1st wrote: > On Saturday 31 January 2009, Benoit Minisini wrote: > > On samedi 31 janvier 2009, Ron_1st wrote: > > > On Friday 30 January 2009, Benoit Minisini wrote: > > > > On vendredi 30 janvier 2009, Ron_1st wrote: > > >

Re: [Gambas-user] gambas3

2009-01-30 Thread Benoit Minisini
On samedi 31 janvier 2009, Ron_1st wrote: > On Saturday 31 January 2009, Benoit Minisini wrote: > > On vendredi 30 janvier 2009, Ron_1st wrote: > > > Question to Benoit > > > I have 2 directories for aclocal, aclocal and aclocal-1.9 > > > the configure s

Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Benoit Minisini
On samedi 31 janvier 2009, Ron_1st wrote: > On Friday 30 January 2009, Benoit Minisini wrote: > > On vendredi 30 janvier 2009, Ron_1st wrote: > > 8<== > > > > Best regards, > > > > > > Ron_1st > > > > I am going to test from a fre

Re: [Gambas-user] Bug in Gambas IDE property viewer

2009-01-30 Thread Benoit Minisini
On vendredi 30 janvier 2009, Leonardo Miliani wrote: > Sorry, I use Gambas 2.11.0 on Ubuntu 8.10. I fixed the bug in revision #1838. I will make a 2.11.1 version as soon as possible with it. Regards, -- Benoit Minis

Re: [Gambas-user] gambas3

2009-01-30 Thread Benoit Minisini
alking about. Where are these two aclocal directories? -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.n

Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Benoit Minisini
>   Spacing = 5 >   Padding = 5 >   { HBox1 HBox         <------ this identifier   >     MoveScaled(1,1,92,4) >     { btnLock ToolButton > > > > What ever is wrong in/at/on/under my box, is is stupid gba/gbc are delete > the .info and .list

Re: [Gambas-user] Bug in Gambas IDE property viewer

2009-01-30 Thread Benoit Minisini
reenshot, most of the times if I select > a property with a combobox, the arrow on the right side of the combobox > doesn't appear (it seems out of the desktop area) and, when I click on > it, the menu is too large. Whi

Re: [Gambas-user] To wishlist: Missing assignment operator.

2009-01-29 Thread Benoit Minisini
riority. > Thanks! > > > Jussi > Done in Gambas 3, revision #1837. It was just one line to add to a file. :-) -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge wan

Re: [Gambas-user] Problem with Byte datatype ?

2009-01-29 Thread Benoit Minisini
munity > > SourceForge wants to tell your story. > > http://p.sf.net/sfu/sf-spreadtheword > > ___ > > Gambas-user mailing list > > Gambas-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/g

Re: [Gambas-user] Problem with Byte datatype ?

2009-01-29 Thread Benoit Minisini
munity > > SourceForge wants to tell your story. > > http://p.sf.net/sfu/sf-spreadtheword > > ___ > > Gambas-user mailing list > > Gambas-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-

Re: [Gambas-user] How to address more than one table in resultset

2009-01-29 Thread Benoit Minisini
On jeudi 29 janvier 2009, Ron_1st wrote: > On Thursday 29 January 2009, Benoit Minisini wrote: > > The '!' syntactic sugar works only if you use an identifier. Otherwise > > you must use the [] syntax: rResult["triggers.id"]. > > Does gambas returns then f

Re: [Gambas-user] How to address more than one table in resultset

2009-01-29 Thread Benoit Minisini
--- > In the sql query tool from database manager it returns exactly the > correct records/fields etc > > But how can I get the fields from the triggers table from this resultset? > > I cannot do something like rResult!triggers.id > Is

Re: [Gambas-user] Broken dependencies in Ubuntu 8.04 packages

2009-01-29 Thread Benoit Minisini
cripts detect the current desktop environment when they are run, and execute desktop-specific commands according to what they detected. So making them depends on X11 or any desktop environment is a mistake IMHO. -- Benoit Minisini

Re: [Gambas-user] Broken dependencies in Ubuntu 8.04 packages

2009-01-28 Thread Benoit Minisini
ds of dependencies can all be implemented in debian or rpm packages. So the easier is not specifying dependencies on other component packages. Only the dependencies on libraries used by the component. As for xdg-utils, gambas2-runtime uses it to install gambas mime files. Regards, -- Benoit Minisini

Re: [Gambas-user] What happened to the back button in IDE

2009-01-28 Thread Benoit Minisini
On jeudi 29 janvier 2009, richard terry wrote: > noticed its been missing for quite a while, I used to find it quite handy > to navigate around the IDE. > > Regards > > Richard > Click on the toolbar handle to configure the toolbar according to your needs. Regards,

Re: [Gambas-user] make install errors

2009-01-28 Thread Benoit Minisini
sktopFile > DesktopWatcher > DesktopWindow > _DesktopPasswords > _DesktopScreenSaver > _DesktopVirtual > _DesktopWindows > > This could be OK, I don't know but only report the fact. > > >

[Gambas-user] Release of Gambas 2.11

2009-01-28 Thread Benoit Minisini
ermanently. [GB.QT] * BUG: Do not loop indefinitely when arranging the contents of a ScrollView. * BUG: The last GridView column should be correctly stretched when its width is explicitely set now. --- Enjoy it!

Re: [Gambas-user] Slow Gridview creation

2009-01-28 Thread Benoit Minisini
l receive the Row and Column of the cell to fill, and in return you set the properties of the GridView.Data property to define the cell contents. PUBLIC SUB MyGridView_Data(Row AS Integer, Column AS Integer) MyGridView.Data.Text = Row & " : " & Column END -- Benoit Minisini

Re: [Gambas-user] ServerSocket application without Forms

2009-01-28 Thread Benoit Minisini
Of course. You just must not forget to specify the event name when instanciating the object: MyServerSocket = NEW ServerSocket AS "ServerSocketEventName" Regards, -- Benoit Minisini -- This SF.net em

Re: [Gambas-user] make install errors

2009-01-28 Thread Benoit Minisini
No rule to make target `c_color.lo', needed by `gb.image.la'. > Stop. make[5]: Leaving directory > `/home/ron/src/gambas3/trunk/main/lib/image' make[4]: *** [all-recursive] > Error 1 > > > > Best regards, > > Ron_1st Update to the latest revision! -- Benoit Mini

Re: [Gambas-user] make install errors

2009-01-27 Thread Benoit Minisini
Removed all in /usr/local, everywhere in my home and in the /root dir > and /usr/share, the /tmp/gambas### Did you remove the symbolic links in /usr/bin ? -- Benoit Minisini -- This SF.net email is sponsored by: Sou

Re: [Gambas-user] make install errors

2009-01-27 Thread Benoit Minisini
gt; Best regards, > > Ron_1st There was a syntax error in gb.db.mysql I just fixed, but it is not related to your problems. The gb.desktop.gnome missing library (gnome-keyring-1) does not prevent gb.desktop to be compiled. It will just prevent gb.desktop to

Re: [Gambas-user] Help with converting text in field to number

2009-01-26 Thread Benoit Minisini
t; would be useful. > > Regards, and thanks in anticipation. > > Richard > I just want to suggest the following: add a numeric field in your table so that you store the data both in text form and numeric form. When you have to store the result field in a record, you have to conver

Re: [Gambas-user] make install errors

2009-01-26 Thread Benoit Minisini
On lundi 26 janvier 2009, Ron_1st wrote: > On Sunday 25 January 2009, Benoit Minisini wrote: > > Apparently the gb.qt component did not compile - You should check that > > before trying to install anything. > > in output.txt > > line# 5623: > Compiling the gb.gtk p

Re: [Gambas-user] make install errors

2009-01-25 Thread Benoit Minisini
On lundi 26 janvier 2009, Ron_1st wrote: > On Sunday 25 January 2009, Benoit Minisini wrote: > > On dimanche 25 janvier 2009, Ron_1st wrote: > > > kubuntu 8.04 > > > > > > r...@terminator:~# aclocal --version > > > aclocal (GNU automake) 1.10.

Re: [Gambas-user] make install errors

2009-01-25 Thread Benoit Minisini
t read component list file: > /root/.local/share/gambas3/info/gb.form.list and many more for component > list files /root/.local/share/ > this happens also as done as user ron with "sudo make install" > > > r...@terminator:~/src/gambas/trunk# whoami > root > > &

Re: [Gambas-user] Gambas & PostgreSQL cannot create index. relation XXX does not exist.

2009-01-23 Thread Benoit Minisini
r.gz I am currently busy with theatre until Sunday. I will look at the bug then! Regards, -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community Sou

[Gambas-user] Warning with Gambas 3

2009-01-21 Thread Benoit Minisini
will be used to initialize the image contents. Otherwise, the contents is undefined. Regards, -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http

Re: [Gambas-user] MovieBox as Picture in tableview?

2009-01-20 Thread Benoit Minisini
mated gifs too... > > Anyone knows? > > Regards, > Ron_2nd > This is not possible. You must have one picture for each movie frame, and change the displayed picture from a timer event. Regards, -- Benoit Minisini

Re: [Gambas-user] Thanks!! :-)

2009-01-20 Thread Benoit Minisini
nt to translate some of the english > texts, descriptions etc. in the IDE to my native language (German) and make > it public?? > > Greetz > Stevie > The IDE is a Gambas project like any other Gambas project. So you use the IDE to translate the IDE. -- Benoit Minisini

Re: [Gambas-user] An other OO problem.

2009-01-20 Thread Benoit Minisini
, only the references are. Is "shallow copy" really the right term then? -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge wants t

Re: [Gambas-user] Datepicker bug

2009-01-20 Thread Benoit Minisini
T (widget)' failed > > (otravez:10007): Gdk-CRITICAL **: gdk_screen_is_composited: assertion > `GDK_IS_SCREEN (screen)' failed > > (otravez:10007): Gtk-CRITICAL **: gtk_widget_get_screen: assertion > `GTK_IS_WIDGET (widget)' failed &g

Re: [Gambas-user] Minor bug with READ & WRITE commands?

2009-01-18 Thread Benoit Minisini
. methods in the Stream class, or as subroutines. People, tell me what you think about that. I'm going to bed now. -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to t

Re: [Gambas-user] Gambas is slower than Python??

2009-01-18 Thread Benoit Minisini
the Gambas compiler optimizes almost nothing (this is done by the interpreter), and so never removes code. :-) -- Benoit Minisini -- This SF.net email is sponsored by: So

Re: [Gambas-user] Whilst on the topic of string functions

2009-01-18 Thread Benoit Minisini
or an > integrated code suppository distributed with gambas - we all must be > sitting on a stack of useful subroutines. > > Regards > > Richard > Nobody want to make just a Bugzilla for gambas ? :-) -- Benoit Minisini ---

Re: [Gambas-user] Gambas is slower than Python??

2009-01-18 Thread Benoit Minisini
;), InStr("QWERTYUIOP", "IO")) > only takes 0.52580698 sec! > > Maybe the Scan function is not that optimized? :) > > Jaap > And I'm not sure your code does the right thing. :-) -- Benoit Minisini ---

Re: [Gambas-user] Gambas is slower than Python??

2009-01-18 Thread Benoit Minisini
;), InStr("QWERTYUIOP", "IO")) > only takes 0.52580698 sec! > > Maybe the Scan function is not that optimized? :) > > Jaap > Not in Gambas 2 anyway. It was in Gambas 3, but as this function is more powerful tha

Re: [Gambas-user] Gambas is slower than Python??

2009-01-18 Thread Benoit Minisini
t). This feature is used in many, many places in the IDE and in components. In other words, maybe it is silly to say, but I made Gambas to have a language that have features not found in other languages, that allowed me to pro

Re: [Gambas-user] Gambas is slower than Python??

2009-01-18 Thread Benoit Minisini
On dimanche 18 janvier 2009, birchy wrote: > Benoit Minisini wrote: > > Can you show us the code in Python? Maybe it will help me to find > > something > > that could be enhanced in Gambas if Python can do better? :-) > > Ok, i think the bottleneck is related to

Re: [Gambas-user] Help files for your gambas program - How do you do it

2009-01-18 Thread Benoit Minisini
the next declaration (there are methods, constants, events, properties and variables) is done by using the Highlight class located in the gb.eval component. The Highlight.Analyze method parses one Gambas line of code and returns

Re: [Gambas-user] Gambas is slower than Python??

2009-01-17 Thread Benoit Minisini
t; NEXT > > PRINT Timer - t > > END > > > > PRIVATE FUNCTION GetSubstring(doc AS String, startstring AS String, > > endstring AS String) AS String > > RETURN Split(Split(doc, startstring)[2], endst

Re: [Gambas-user] Datepicker bug

2009-01-17 Thread Benoit Minisini
On samedi 17 janvier 2009, Diego Fernández wrote: > Hi Benoit, > > have you look/solve the datepicker bug yet? just asking, dont mean to > pressure you.. > > Thanks > Mmm, no. I didn't write the code, so maybe Philippe Sérafin, who made the control, can do somet

Re: [Gambas-user] Gambas is slower than Python??

2009-01-17 Thread Benoit Minisini
lementation: one may be faster on a specific instruction, and slower on another one. On Gambas, it depends on the version too. Gambas 3 has a lot of optimizations compared to Gambas 2. Can you show us the code in Python? Maybe it will help me to find something that could be enhanced in Gambas if Pyth

Re: [Gambas-user] Have I been kicked off the list?

2009-01-17 Thread Benoit Minisini
ng sent to spam/ dropped. Sometimes you don't receive mails immediately because I think sourceforge mail servers are overbooked, but two weeks is a lot. Beware that the sourceforge mailman automatically cancels a subscription if he cannot send it mails too many times. -- Benoit Min

Re: [Gambas-user] high cpu usage with UDP server/client

2009-01-17 Thread Benoit Minisini
On dimanche 18 janvier 2009, Joshua Higgins wrote: > I am using the version packaged in Ubuntu Intrepid (2.7) > The bug was fixed in the 2.10! -- Benoit Minisini -- This SF.net email is sponsored by: Sour

Re: [Gambas-user] high cpu usage with UDP server/client

2009-01-17 Thread Benoit Minisini
U usage > normal for the UDP server example? No, but there was a bug fix recently about that: which version of Gambas do you use? -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceF

Re: [Gambas-user] Minor bug with READ & WRITE commands?

2009-01-15 Thread Benoit Minisini
), kk > .x = kk > READ #pResult + ((ii * 8) + 4), kk > .y = kk > END WITH > NEXT > > Free(pResult) > > FOR ii = 0 TO 9 > PRINT fResult[ii].x & " " & fResult[ii].y > NEXT ' > > END > > > Strange thing is that the whole co

Re: [Gambas-user] Spacing = True Question

2009-01-15 Thread Benoit Minisini
because you have too many widgets on the screen, maybe this is a sign that your GUI should be redesigned? -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceFor

Re: [Gambas-user] Component Web Browser

2009-01-15 Thread Benoit Minisini
ers to request changes in page rendering. > > It should be possible to write a different html component using Gecko, but > I personally don't have time to do that. > > Rob > It uses the KHTML component of KDE 3. I see no need to develop it at the mom

Re: [Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now

2009-01-15 Thread Benoit Minisini
orm my form. > > > Reagards > > > -- > David > Does the 'CALL' MySQL instruction need to be handled in a different way than all other requests? Apparently it does! -- Benoit Minisini -- This S

Re: [Gambas-user] New bugs in OpenGl

2009-01-15 Thread Benoit Minisini
thing wrong in the source code of this function. The four arguments are directly sent to the glColor4d OpenGL API. > > Is openGl still being worked on? Only Laurent Carlier can answer you. Regards, -- Benoit Minisini ---

Re: [Gambas-user] An other OO problem.

2009-01-14 Thread Benoit Minisini
is an other way... > Thanks! > > > Jussi > Objects are handled by reference only. If you need to copy an object of your own, you must do it yourself. Some native objects (like arrays) have a Copy() method, but most don't. Regards, -- Benoit Minisini

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Benoit Minisini
makes me angry. :-) Not that PostgreSQL is perfect, far from that. The only clean database API I know is the SQLite one. The funny thing in Gambas is that the gb.db.sqlite component (sorry Niggel!) has used a crappy C++ layer on top! And I don't talk about sticking the word "standard&

Re: [Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now

2009-01-14 Thread Benoit Minisini
lling > mysql_use_result() or mysql_store_result() in between. Best Regards > > > -- > David > Can you make the dump of all mysql requests sent by using DB.Debug = TRUE ? -- Benoit Minisini -- This SF

Re: [Gambas-user] qt going lgpl

2009-01-14 Thread Benoit Minisini
QT 4.5 ? The latest beta driver of NVIDIA fixes some problems, but introduce new bugs according to their forum, and I'm not sure that it's NVIDIA fault there as the IDE keeps being slow (more than with GTK+ if you can imagine) even if XREND

Re: [Gambas-user] PB avec un ToolPanel

2009-01-14 Thread Benoit Minisini
nIndex]) > ToolPanel1.Children[ToolPanelChildrenIndex].Delete > NEXT > END IF > > ToolPanel1.Count = 1 > > Merci d'avance pour votre réponse. > > > Olivier Cruilles > Mail: linu...@club-internet.fr > > Please post french mails to the french m

Re: [Gambas-user] Request.Header and Base64Decode for a CGI

2009-01-14 Thread Benoit Minisini
quot;") > Response.AddHeader("status", "401 Unauthorized") > Response.Begin > Response.End > QUIT > END IF > END > > > Regards, > Toni > > PS: I guess I could use the web server authentication mechanisms but

Re: [Gambas-user] Alignment or Gridview problem?

2009-01-14 Thread Benoit Minisini
On lundi 12 janvier 2009, Benoit Minisini wrote: > > > > I think there is a problem with the *last* column of a gridview, but may > > be I missed something instead. > > 1) In the TestOne, the code is what I want to get (the usage of 'k' is > > for the te

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Benoit Minisini
e thing in postgresql, sqlite, odbc and firebird, or at least in postgresql & sqlite, I will add it to the gb.db component. Regards, -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community Sou

Re: [Gambas-user] Datepicker bug

2009-01-14 Thread Benoit Minisini
where the form is, i am ataching a screenshot so you can check. > > tell me if i am doing something wrong. > > thanks. > Do you have the same behaviour without compiz? -- Benoit Minisini -- This SF.net

Re: [Gambas-user] Datepicker bug

2009-01-14 Thread Benoit Minisini
; trying to run it, it doesnt run and shows a signal 11 error. > > I attach a debug file follwing the instructions in section reporting a > problem on gambas.sf.net > > Hope that helps. > > Thanks. > It should be fixed in revi

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Benoit Minisini
On mercredi 14 janvier 2009, Benoit Minisini wrote: > On mardi 13 janvier 2009, dave L wrote: > > Hi Charles, > > > > Yes i've had a look at the code that is in the database example. > > > > by the time i went to be i had in my sample app created a link to th

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Benoit Minisini
I think that Gareth could have made his control database neutral. But it is his code, so he is the boss. Regards, -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your st

Re: [Gambas-user] Error creating install package with Autotools

2009-01-13 Thread Benoit Minisini
mbas cannot find .project file, > because it is a hidden file? > > Please tell the version of Gambas you are using! -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge want

Re: [Gambas-user] Datepicker bug

2009-01-13 Thread Benoit Minisini
g a compound control like FileView, DirView, FileChooser... in the IDE. Just save the form and reload it to have the expected appearance of the control. Regards, -- Benoit Minisini -- This SF.net email is spon

Re: [Gambas-user] Alignment or Gridview problem?

2009-01-12 Thread Benoit Minisini
On lundi 12 janvier 2009, Dominique SIMONART wrote: > Benoit Minisini a écrit : > > On jeudi 8 janvier 2009, Dominique SIMONART wrote: > >> Hi everybody, > >> > >> Happy new year, ... > >> > >> Here are two little screen captures to show my

Re: [Gambas-user] Alignment or Gridview problem?

2009-01-12 Thread Benoit Minisini
On lundi 12 janvier 2009, Benoit Minisini wrote: > On jeudi 8 janvier 2009, Dominique SIMONART wrote: > > Hi everybody, > > > > Happy new year, ... > > > > Here are two little screen captures to show my problem. > > In the Bad.png, look at the width of the

Re: [Gambas-user] Two minor "bugs"

2009-01-12 Thread Benoit Minisini
Well, it just looks sort of ugly, but I found it worth mentioning anyway. The width of the last column is ignored only if it is smaller than the GridView/TableView contents. I don't find that ugly. On the contrary, I did that because I found ugly when there is space between the last column a

Re: [Gambas-user] Alignment or Gridview problem?

2009-01-12 Thread Benoit Minisini
whole project below > (Open Suse 11.0 / KDE 3.5 / QT / Gambas 2.8) > With the last 2.x version, putting 64 or 65 changes nothing except the one pixel difference. In both cases you get the first screenshot, which what is expected. Regards, -- Benoit Minisini --

Re: [Gambas-user] Save as ?not working

2009-01-12 Thread Benoit Minisini
be able to change the name too. -- Benoit Minisini -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http

Re: [Gambas-user] local directorie structure in Source Archive?

2009-01-12 Thread Benoit Minisini
the packager should be more clever, and uses a location that always exist, as it makes an executable only for making the package. But at the moment the IDE makes no distinction between an executable that must be put in a w

Re: [Gambas-user] How to read keys from a TreeView

2009-01-12 Thread Benoit Minisini
ve to the first child of the current item baum.MoveChild() ' While the internal cursor is valid, i.e. while there is ' a child to look at. WHILE baum.Available IF Left$(baum.Item.Key, 1) = "#" THEN namenKeys.Add(baum.Item.Key) E

Re: [Gambas-user] Gambas SVN download/compile

2009-01-11 Thread Benoit Minisini
quot;make install" must be run by root, this way: # su -c "make install" Or on Ubuntu you can use "sudo" too. This way, you don't have to specify the HOME dir, just use "~". Or let the user specify the directory of the local version of /trunk. Regards,

Re: [Gambas-user] gb.net.curl - HttpClient - libcurl specs?

2009-01-10 Thread Benoit Minisini
On vendredi 9 janvier 2009, birchy wrote: > anyone? I just added the HttpClient.Encoding property in the revision #1795 of the development version, so that you have all you want! Regards, -- Benoit Minisini -- Ch

Re: [Gambas-user] Gambas Vs. Gnome 2.24

2009-01-10 Thread Benoit Minisini
h to libtool 2, but maybe there is a good reason? For those who cannot compile gambas (2 or 3) with libtool 2, please post the full output of the configure process so that we get more information. Regards, -- Benoit Minisini ---

Re: [Gambas-user] Maybe some fix needed

2009-01-10 Thread Benoit Minisini
> Once an image is displayed inside the form editor, it is not automatically refreshed when you update the image somewhere else. But there is a reload button for the entire form that you can use as a workaround. Regards, -- Benoit Minisini

Re: [Gambas-user] change row height in listview

2009-01-10 Thread Benoit Minisini
st use a GridView if you need something like that. Regards, -- Benoit Minisini -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for

Re: [Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now

2009-01-10 Thread Benoit Minisini
, can't you have a dump of all SQL requests sent to the database driver? This way you could easily see if the requests sent are really bad, or if you did a bug in the gambas part of gb.db.mysql, or if I did a bug in the C part, or if there is a bug in MySQL (po

Re: [Gambas-user] re turn value from a form

2009-01-10 Thread Benoit Minisini
se it anymore! But if you use static public variables, you will be able to access them, as if the form object is invalid, the class object of the form that holds the static variable is usable. When your form is actually a dialog box, you will use one of them at the same time. Your form class

Re: [Gambas-user] gb.net.curl - HttpClient - libcurl specs?

2009-01-10 Thread Benoit Minisini
On vendredi 9 janvier 2009, birchy wrote: > anyone? I am sure that there is a Cookie property for handling cookie. For gzip, I don't know. But it could be easily added if it is really just an option to set. Regards, -- Benoit

Re: [Gambas-user] Gambas Vs. Gnome 2.24

2009-01-06 Thread Benoit Minisini
property mandatory? I will investigate this problem as soon as I have time. Regards, -- Benoit Minisini -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything

Re: [Gambas-user] Void key on Forms Update - sample crashed form

2009-01-05 Thread Benoit Minisini
moving and replacing all the labels. > > I attatch the form/class file which as you can see are essentially empty. Just wait a little, I will commit a new revision

Re: [Gambas-user] Gambas3 compilation problem

2009-01-05 Thread Benoit Minisini
On lundi 5 janvier 2009, Jussi Lahtinen wrote: > > BTW maybe README section should link to http://gambasdoc.org/help/install ? > Done! -- Benoit Minisini -- ___ Ga

Re: [Gambas-user] Unkown Symbol Bottom in Class Tabstrip 1784

2009-01-04 Thread Benoit Minisini
se the "update all forms" menu entry in the IDE for your project. Or open the offending form, change something, and save it back. The old TabStrip.Bottom should be replaced automatical

  1   2   3   4   5   6   7   >