Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-09 Thread Rolf-Werner Eilert
Am 09.01.2012 13:39, schrieb Benoît Minisini: >> >> Ok, I think I understand: With the help of ScrollX and ScrollY I have to >> decide at which coordinate within my large drawing I start to draw to >> 1,1 on the DrawingArea? >> >> Rolf >> > > Yes. If you don't care with drawing everything at each d

[Gambas-user] Sqlite3 bug ?

2012-01-09 Thread Shane Powell
seems my last post was cut off not sure if this is a bug but when i access this database i get a copy of pictures that should not be there ie: in the program attached i have 6 records the 1st has a picture the 2nd and 3rd have no pictures but i get the data from the 1st record see program usi

[Gambas-user] Sqlite3 bug ?

2012-01-09 Thread Shane Powell
not sure if this is a bug but when i access this database i get a copy of pictures that should not be there ie: in the program attatached i have 6 records the first has a picture the 2nd and 3rd have no pictures but i Sqlite3_test-0.0.1.tar.gz Description: GNU Zip compressed data

[Gambas-user] Mirror-like rotation of a text character or an image...

2012-01-09 Thread Ru Vuott
Hello, I'ld like to get a specular/mirror-like rotation of a character (only as example: from "d" to "b") or an *image*... suggestion ? Thanks Paolo -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a c

Re: [Gambas-user] Issue 185 in gambas: Editing a line changes font spacing

2012-01-09 Thread gambas
Comment #2 on issue 185 by zachsmit...@gmail.com: Editing a line changes font spacing http://code.google.com/p/gambas/issues/detail?id=185 Here is a test project that exhibits the behavior, but all of my projects exhibit the same behavior. I'm using monospace 9 for the editor and console.

Re: [Gambas-user] chmod?

2012-01-09 Thread Benoît Minisini
Le 07/01/2012 17:20, tobias a écrit : > bbr...@paddys-hill.net wrote: >> Quoting tobias: >> >>> hi, >>> >>> i can't find any interface (except Extern or Exec) to chmod(2) in >>> gambas. is there one? i think there should... >>> >>> regards, >>> tobi >> >> I was going to say Stat.Perm but I had neve

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-09 Thread Benoît Minisini
> > Ok, I think I understand: With the help of ScrollX and ScrollY I have to > decide at which coordinate within my large drawing I start to draw to > 1,1 on the DrawingArea? > > Rolf > Yes. If you don't care with drawing everything at each draw event, it is just a matter of translating the coord

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-09 Thread Rolf-Werner Eilert
Am 09.01.2012 12:51, schrieb Benoît Minisini: > Le 09/01/2012 09:08, Rolf-Werner Eilert a écrit : >> Here I am definitely understanding something wrong. >> >> I need a graphical object that allows for drawing some sort of >> specialized table that can expand and collapse certain rows like a >> Tree

[Gambas-user] Some thoughts on Gambas3

2012-01-09 Thread Rolf-Werner Eilert
This weekend, I had some time playing around with brandnew baby Gambas 3.0 :-) and found some features of the help worth to be enhanced. A) It's nice to have help browsers at several places (in the editor, for the toolbox and for the help) that access the texts from the wiki, but we have a poor

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-09 Thread Benoît Minisini
Le 09/01/2012 09:08, Rolf-Werner Eilert a écrit : > Here I am definitely understanding something wrong. > > I need a graphical object that allows for drawing some sort of > specialized table that can expand and collapse certain rows like a > TreeView. So I decided to program that either based on HT

Re: [Gambas-user] Issue 184 in gambas: Gambas3 ide cannot reset/delete choosed font to default/empty font... on controls

2012-01-09 Thread gambas
Comment #2 on issue 184 by marcobra...@gmail.com: Gambas3 ide cannot reset/delete choosed font to default/empty font... on controls http://code.google.com/p/gambas/issues/detail?id=184 Thanks work... FYI i use svn. 4394 -

[Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-09 Thread Rolf-Werner Eilert
Here I am definitely understanding something wrong. I need a graphical object that allows for drawing some sort of specialized table that can expand and collapse certain rows like a TreeView. So I decided to program that either based on HTML in a RichText thing or better everything by myself in