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] doesn't work

2008-06-09 Thread Benoit Minisini
e a solution? > Upgrading to Gambas 2.6 to get the bug fix? -- Benoit Minisini - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anyt

Re: [Gambas-user] GridView autoresize

2008-06-10 Thread Benoit Minisini
column. > > Is there a way to make this "autoresize" automaticly? Like for example > after fill the gridview? > > Best regards > > David. > Do you use gb.qt or gb.gtk? -- Benoit Minisini - Ch

Re: [Gambas-user] Missing gb.qt

2008-06-10 Thread Benoit Minisini
; > - Mike Brett - > > The runtime is not enough. You need the binary package of each component used by your project. If you make a binary package of a Gambas application from the IDE, these dependencies wiil be automatically included. If you wa

Re: [Gambas-user] "automatic" increasing version nr in project?

2008-06-10 Thread Benoit Minisini
able. Maybe you could use that feature instead? -- Benoit Minisini - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/se

Re: [Gambas-user] sqlite

2008-06-10 Thread Benoit Minisini
e2 component is independent of the sqlite3 component. The two shared libraries they are based on are different: libsqlite.so & libsqlite3.so. So this is not a problem if you cannot compile the sqlite2 component. This component may even be remov

Re: [Gambas-user] create code option in form designer

2008-06-10 Thread Benoit Minisini
me to it, I will have to modify the compiler so that it can give you the generated code from a form file. :-) -- Benoit Minisini - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell se

Re: [Gambas-user] Scrolling a columnview list in code

2008-06-10 Thread Benoit Minisini
e to auto-scroll the list so that it appears at the top (ie > like the user manually clicked on the scroll bar and scrolled it back up). > > Hope this is not too ambiguous. > > Regards > > Richard > Try the item EnsureVisible method. -- Benoit Minisini

Re: [Gambas-user] Adding a form to a workspace, grideditor

2008-06-11 Thread Benoit Minisini
gt; > it refers to the mysql connection Grideditor uses, my connection is > called 'devices' and like I said it runs when I open it with .Show. > > All the code is in Form_Open() > Am I doing something not allowed? > > Gambas 2.6 svn &g

Re: [Gambas-user] Error compiling from svn for 3.0

2008-06-11 Thread Benoit Minisini
> expression > gview_moc.cpp:70: error: expected ‘,’ or ‘;’ before ‘{’ token > make[5]: *** [gview_moc.lo] Fehler 1 > mv -f .deps/gview.Tpo .deps/gview.Plo > mv -f .deps/CTextEdit.Tpo .deps/CTextEdit.Plo > make[5]: Leaving directory `/home/tester/gambastest/trunk/gb.qt/src/ext&#x

Re: [Gambas-user] Execute external program?

2008-06-11 Thread Benoit Minisini
On mercredi 11 juin 2008, Stefan Miefert wrote: > Hello, > > i want to start ie. Firefox or better , the actual system webbrowser and > load a page. How can I do this in gambas? > Use the gb.desktop component and its method Desktop.Open() with the URL as argument. Regards, --

Re: [Gambas-user] haw to call the "C or C++" function suma(a, b) from gambas?

2008-06-11 Thread Benoit Minisini
s Coloradas, s/n > Moa, Holguín, > Cuba > CP. 83329 > http://www.ismm.edu.cu/revistamg/index.htm > > EXTERN suma(A AS Single, B AS Single) AS Single IN "mylibrary.so:X" ' where X is the version num

Re: [Gambas-user] Feature Request: loading gz projects

2008-06-12 Thread Benoit Minisini
n use 'fuse' to mount your .gz file as a directory. If someone that knows 'fuse' well could confirm... -- Benoit Minisini - Check out the new SourceForge.net Marketplace. It's the best place

Re: [Gambas-user] Feature Request: loading gz projects

2008-06-12 Thread Benoit Minisini
On jeudi 12 juin 2008, o.s.p wrote: > Benoit Minisini ha scritto: > > On jeudi 12 juin 2008, o.s.p wrote: > >> hallo > >> this FR borns from the fact that i'm using a usb memory (fat16) to > >> strore a my little app that i develop on two machines, >

Re: [Gambas-user] Introductory Gambas 2.5 tutorial on Ubuntu Hardy

2008-06-13 Thread Benoit Minisini
On vendredi 13 juin 2008, charlesg wrote: > I have made a short tutorial aimed at users with a little VB experience who > are new to Linux (i.e like me :confused:)!. > http://www.kalaharix.wordpress.com http://www.kalaharix.wordpress.com Nice tutorial! -- Benoit

[Gambas-user] Release of Gambas 2.7

2008-06-13 Thread Benoit Minisini
* BUG: XMLDocument.Open() now can open a file located inside the project. ------- Regards, -- Benoit Minisini - Check out the new SourceForge.net Ma

Re: [Gambas-user] FTPClient

2008-06-13 Thread Benoit Minisini
bsolute path. Regards, -- Benoit Minisini - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/servi

Re: [Gambas-user] Ctrl Z (Und) not working consistantly

2008-06-14 Thread Benoit Minisini
;m certain anyone using the editor alot > will have noticed this. > > Regards > > Richard > I know! There is a bad interaction between undo/redo and code rewrite that I was not able to fix. :-( -- Benoit Minisini -

Re: [Gambas-user] Release of Gambas 2.7

2008-06-16 Thread Benoit Minisini
On lundi 16 juin 2008, Rolf-Werner Eilert wrote: > Benoit Minisini schrieb: > > Hi, > > > > This new release of Gambas is mainly a bugfix release: > > Thank you Benoit, compiled and runs great here. > > One thing I just came about is that when you change the nam

Re: [Gambas-user] about compilation of Gambas

2008-06-16 Thread Benoit Minisini
he following messages (see > the joined text file) so I did not start the 'make install' process) > 2) What is wrong here? Hmm. Don't know... Which exact versions of qt are installed on your system? -- Benoit Minisini ---

Re: [Gambas-user] Future support for Gambas

2008-06-16 Thread Benoit Minisini
e developer of the language itself is less important. How many Visual Basic applications run on the earth, with the sources, the documentation and the developers nowhere to be found? My 2 cents. -- Benoit Minisini - Ch

Re: [Gambas-user] Future support for Gambas

2008-06-16 Thread Benoit Minisini
On lundi 16 juin 2008, Daniel Campos wrote: > 10 years? Anybody using a PC in 10 years? May be 5 yes... > I'm not sure I will be able to develop Gambas on a EEE pc. I need space. :-) -- Benoit Minisini - Check

Re: [Gambas-user] about compilation of Gambas

2008-06-16 Thread Benoit Minisini
On lundi 16 juin 2008, Dominique SIMONART wrote: > Thanks Benoit, > sorry for my evident ignorance! > > Benoit Minisini a écrit : > > On lundi 16 juin 2008, Dominique SIMONART wrote: > >> Hi everybody, > >> > >> I'm not familiar with Linux, kn

Re: [Gambas-user] qt mobile to celular programs

2008-06-18 Thread Benoit Minisini
On mercredi 18 juin 2008, Wellington de Souza Pinto wrote: > Hi Benoit! > > Have an hope in short future the gambas include in your libs the qt.mobile > library. > > Reguards, > > Souza, Wellington What's that? Isn't it what the gb.qte co

Re: [Gambas-user] Form editor group functionality

2008-06-18 Thread Benoit Minisini
you decide to create a > extra frame to place a part of the buttons on. > > Or is it there already, and I just have to RTFM? > > Regards, > Ron the 2nd. > Sorry, I don't understand what you want exactly. -- Benoit Minisini -

Re: [Gambas-user] Release of Gambas 2.7

2008-06-18 Thread Benoit Minisini
On lundi 16 juin 2008, Rolf-Werner Eilert wrote: > Benoit Minisini schrieb: > > On lundi 16 juin 2008, Rolf-Werner Eilert wrote: > >> Benoit Minisini schrieb: > >>> Hi, > >>> > >>> This new release of Gambas is mainly a bugfix release: &g

Re: [Gambas-user] Gambas Review

2008-06-18 Thread Benoit Minisini
nk back to this review on your site, if you want, to > give your users an outsider's opinion of your program. > > > Thanks, > > Mark > www.penguinsightings.org Thanks for the review: I will forward your mail to the mailing-list for the people who

Re: [Gambas-user] Datacontrol boxes different height

2008-06-19 Thread Benoit Minisini
xed in revision #1416. Note that the default size is not in pixels internally, but in multiple of Desktop.Scale. Regards, -- Benoit Minisini - Check out the new SourceForge.net Marketplace. It's the best place to

Re: [Gambas-user] Error lauching Gambas2 2.7.0 in Ubuntu 8.04

2008-06-19 Thread Benoit Minisini
> > P.S Gambas 2.2.4.1 Work OK. > > Someone has an Idea > > Can you give more details? How you installed Gambas, what is the output of the compilation process if you compiled it, and so on... Can't read minds yet! No

Re: [Gambas-user] Combobox change event question

2008-06-19 Thread Benoit Minisini
o you mean ? > > Is this the way it should be? Yes. -- Benoit Minisini - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open

Re: [Gambas-user] Gambas review on italian magazine "Gnu-Linux Magazine"

2008-06-19 Thread Benoit Minisini
AMMERS > Guide to the use of Gambas IDE. Like Visual Basic but Open Source If you can scan the pages of the article, it would be cool. Just to see it, I cannot speak Italian! -- Benoit Minisini - Check out the new Sourc

Re: [Gambas-user] error calling external function from c library

2008-06-19 Thread Benoit Minisini
rst argument of the called function is a 'char **', you cannot declare it as String. You must allocate some memory and send the pointer to this allocation. I will post an example on the wiki page. Regards, -- Benoit Minisini ---

Re: [Gambas-user] Combobox change event question

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, Ron wrote: > Benoit Minisini schreef: > > On jeudi 19 juin 2008, Ron wrote: > >> Hi, > >> > >> the change event of a combobox is only triggered if a combobox is not > >> set to read-only. > >> > >> So it

Re: [Gambas-user] error calling external function from c library

2008-06-19 Thread Benoit Minisini
sh. > > I don't know: you must ensure that the EXTERN declaration exactly matches the binary interface of the called function (i.e. its C declaration), and the called function may crash too, not Gambas itself. -- Benoit Minisini

Re: [Gambas-user] Difficulty interpreting listview documentation

2008-06-20 Thread Benoit Minisini
The only exception is the WITH instruction. You can do: WITH hListView[Key] ... END WITH Because WITH is sort of syntactic sugar. Regards, -- Benoit Minisini - Check out the new SourceForge.net Marketplace. It's the be

Re: [Gambas-user] Music.Length

2008-06-20 Thread Benoit Minisini
I don't know if it has changed recently, I will check... -- Benoit Minisini - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Sou

Re: [Gambas-user] Music.Length

2008-06-20 Thread Benoit Minisini
On vendredi 20 juin 2008, Benoit Minisini wrote: > On vendredi 20 juin 2008, Patrik Karlsson wrote: > > Hello, I'm about to port an old Delphiapp to a nicer environment and > > I'm looking at Gambas to do the work, Gambas is realy nice! > > > > One function I

Re: [Gambas-user] Music.Length

2008-06-20 Thread Benoit Minisini
On vendredi 20 juin 2008, Patrik Karlsson wrote: > 2008/6/20 Benoit Minisini <[EMAIL PROTECTED]>: > > I don't know why apparently the length of the audio is not encoded in the > > file header... > > Ok, I see, at http://www.mp3-tech.org/programmer/frame_header.ht

Re: [Gambas-user] feature request

2008-06-23 Thread Benoit Minisini
he option to view as tree or grouped by > group (selecting the group i can select all its object and edit them) > -the grid in the form editor must be configurable and switchable off > > thats all for now! > ;) > Can you make some screenshots mockups, so that everybody is su

Re: [Gambas-user] How to turn off watch window

2008-06-23 Thread Benoit Minisini
turned it on and I can't figure out how to turn it off- > it won't close while the program runs. > > Please help!%-| > > JB SKaggs On KDE, the watch windows all have a close button like any other top-level windows. Which window manager or desktop do you use? -- Benoit M

Re: [Gambas-user] Select a Tabelview entry?

2008-06-23 Thread Benoit Minisini
the rownumber? > Tableview.find(row,column) # > Didn't work? Or? How can I get the rownumber ? > Your question is not very clear. Which rownumber of what do you want? If you are inside the Data event, the row number is given by the 'Row' function parameter. Otherwise,

Re: [Gambas-user] Bug report

2008-06-23 Thread Benoit Minisini
lete bogus, but to dump core on that... > > Gambas 2.7.0 > Debian 4.0 > > Regards, > Ron. > I admit that static array are bogus: Str$(b) syntactically means nothing, and you should get an error instead of a crash. As for Str$() by itself, I don't think it so bogus. I su

Re: [Gambas-user] How to package and distribute our software written in Gambas

2008-06-24 Thread Benoit Minisini
system, but this is usually true. In the future, the Gambas IDE packager my have support for packaging external files and/or adding manual dependencies. Regards, -- Benoit Minisini - Check out the new SourceForge.net Mar

Re: [Gambas-user] feature request

2008-06-24 Thread Benoit Minisini
On mardi 24 juin 2008, o.s.p wrote: > richard terry ha scritto: > > On Mon, 23 Jun 2008 10:22:52 pm Benoit Minisini wrote: > >> On lundi 23 juin 2008, o.s.p wrote: > >>> hallo! > >>> i'm writing a litte app so i've seen i would like some changes

Re: [Gambas-user] Setfocus issue

2008-06-25 Thread Benoit Minisini
s doesn't work. > > See attached example project > > Do I have to reread the docs and shame myself, or should it work the > same way with workspace and normal window? > > Regards, > Ron the 2nd. There were some bugs in both gb.qt, gb.gtk and gb.form.mdi. I fixed the

Re: [Gambas-user] Problem implementing events _inside_ a class

2008-06-25 Thread Benoit Minisini
Observers. An observer is an object that can intercept any event on any object: look the documentation in the wiki about the Observer class in the gb component. Regards, -- Benoit Minisini - Check out the new Sourc

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-25 Thread Benoit Minisini
On dimanche 22 juin 2008, M0E Lnx wrote: > How about making make install support the DESTDIR argument? > It should not be too complex to implement... -- Benoit Minisini - Check out the new SourceForge.net Marketplace

Re: [Gambas-user] Setfocus issue

2008-06-26 Thread Benoit Minisini
On jeudi 26 juin 2008, Ron wrote: > Benoit Minisini schreef: > > On mercredi 25 juin 2008, Ron wrote: > >> Hi, > >> > >> I have a window with 2 Textboxes I want to give focus to TextBox2 upon > >> loading of the form, if I open the form as a normal

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-26 Thread Benoit Minisini
On jeudi 26 juin 2008, Laurent Carlier wrote: > Le Thursday 26 June 2008 02:04:20 Benoit Minisini, vous avez écrit : > > On dimanche 22 juin 2008, M0E Lnx wrote: > > > How about making make install support the DESTDIR argument? > > > > It should not be too comple

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-26 Thread Benoit Minisini
On jeudi 26 juin 2008, Laurent Carlier wrote: > Le Thursday 26 June 2008 11:40:23 Benoit Minisini, vous avez écrit : > > On jeudi 26 juin 2008, Laurent Carlier wrote: > > > Le Thursday 26 June 2008 02:04:20 Benoit Minisini, vous avez écrit : > > > > On dimanc

Re: [Gambas-user] Problem using gb.db component

2008-06-27 Thread Benoit Minisini
; > res!Nome = "Doce de Leite" > res!Descricao = "Doce de Leite" > res!Preco = "2.00" > res!PrecoVenda = "5.00" > res!Obs = "Nenhuma" > res!Data = "2008-

Re: [Gambas-user] Font in datechooser

2008-07-04 Thread Benoit Minisini
dapt it to display the date you want in bold. Regards, -- Benoit Minisini - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along w

Re: [Gambas-user] Weird Press Enter > formatting error in IDE

2008-07-04 Thread Benoit Minisini
n, and in piccie number 2, the result, with the cursor 2 > lines down (I only hit one action. > > Regards > > > Richard This bevahiour is not weird: you must type the END keyword first (like in your mail, unlike in your screenshots), otherwise the IDE will insert it automatically. Reg

Re: [Gambas-user] gstlibs on gambas!

2008-07-04 Thread Benoit Minisini
hat in gb.web to optimize the HTML quoting function. Regards, -- Benoit Minisini - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project,

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-04 Thread Benoit Minisini
; PUBLIC SUB cancel_Click() > ME.close > END > > > The signal occors, just at/after the ME.close. > I donnot get back into the original routine. > This worked just fine before (2.0). > > > Steven > Can you isolate this bug in a small project? -- Benoit Mini

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Benoit Minisini
On samedi 05 juillet 2008, Steven Lobbezoo wrote: > Yes, here it is attached. > > Steven > Can you use the "make source archive" IDE menu entry to make a source package of the project, and send it me

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Benoit Minisini
le to recreate your project on my computer. Regards, -- Benoit Minisini - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a hea

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Benoit Minisini
d me the backtrace of the crash (bt command). Regards, -- Benoit Minisini - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a h

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Benoit Minisini
? () from /usr/lib/gambas2/gb.gtk.so > #18 0x080621a5 in ?? () > #19 0xb7ef35f5 in __libc_start_main () from /lib/libc.so.6 > #20 0x0804ac81 in ?? () > (gdb) > > > > Steven > Not really, as you don't have any crash. Anothe

Re: [Gambas-user] Path for open file write

2008-07-06 Thread Benoit Minisini
de an hidden directory. Now the standard is defined by freedesktop.org: a configuration file is stored in ~/.config/. The Settings class stored its own configuration file in ~/.config/gambas[3]/.conf Regards, -- Benoit Minisini

Re: [Gambas-user] problem with bold in gridview

2008-07-06 Thread Benoit Minisini
gt; > Thanks for help me I confirm this is a bug in the GTK+ component. I'm working on it, but it will take a little time to solve! -- Benoit Minisini - Sponsored by: SourceForge.net Community Choice Awards: V

Re: [Gambas-user] Path for open file write

2008-07-06 Thread Benoit Minisini
stent, then you must store them inside the user home directory, or in another directory specified by him. If you are doing a program that is run by root or another priviledged user, you should store your logs in /var/log. Regards, --

Re: [Gambas-user] problem with bold in gridview

2008-07-08 Thread Benoit Minisini
On dimanche 06 juillet 2008, Benoit Minisini wrote: > On vendredi 04 juillet 2008, John Dizaro wrote: > > I am using gambas 2.6 debian GTK > > > > How do i use bold in gridview in a cell > > when i try: > > DV_t07_carro[LINHA, 10].Font = Font["Bold"] &g

Re: [Gambas-user] Workspace - is it possible to disable the close button?

2008-07-08 Thread Benoit Minisini
No. But why using a workspace then? -- Benoit Minisini - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet,

Re: [Gambas-user] Disabling back/forward buttons on the wizard

2008-07-08 Thread Benoit Minisini
eforeChange event when you want to prevent the user to go to a specified step. Regards, -- Benoit Minisini - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-09 Thread Benoit Minisini
ggest you compile Gambas from sources and run valgrind again, so that I can get the exact location of the first error detected by valgrind. Regards, -- Benoit Minisini - Sponsored by: SourceForge.net Community Choice Awards

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-09 Thread Benoit Minisini
0 > > Nothing special. > > Sorry about the typo : Compiled without any errors. I forgot to ask: do you run on a 64 bits system? -- Benoit Minisini - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studie

Re: [Gambas-user] Version 2.7 / Problem with OPEN???

2008-07-09 Thread Benoit Minisini
e following error message: > Unexpected WRITE! > > When I do this: > LOGFILE = OPEN FilePath FOR WRITE CREATE > > All went fine!! > > Is this a bug or a feature :-) > > Greetz > Stevie > This is just the syntax. The CREATE keyword must come after the WRITE ke

Re: [Gambas-user] READ-Event on #File.in ???

2008-07-09 Thread Benoit Minisini
t; automagically :-) > > TIA > Stevie > If you declare a STATIC PUBLIC SUB named Application_Read() in your startup class, then you will get what you want: the File.In stream is watched, and the Application_Read() function is called

Re: [Gambas-user] Background/Foreground

2008-07-09 Thread Benoit Minisini
turns text on b to black, whatever > > my-color. > > > > What am I missing ? > > > > Thanks for any help. > > Serge. > > > > gambas2/Mandriva 2008/kde 3.5 > > > > I use Plastik, and setting the backgroun

Re: [Gambas-user] Embedding another application

2008-07-09 Thread Benoit Minisini
I can't use the WAIT argument on the SHELL like, because then it'll > never get embedded > > any ideas how I might accomplish this? > Just wait with the WAIT instruction. Then check that the window of gparted is on the screen with Desktop.Find() If it is not, wait agai

Re: [Gambas-user] Compiling stand alone program question

2008-07-09 Thread Benoit Minisini
needs from the executable, it will not make a big difference with having multiple small executables. Regards, -- Benoit Minisini - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for

Re: [Gambas-user] Bug in directory rename in IDE (1441) (oops previous spelling error)

2008-07-09 Thread Benoit Minisini
said ok, but > > error message popped up as shown. > > > > Returning to the directory tree the contents of my new file had > > disappeared. > > > > No way could I quit gambas - had to kill it with the skull and > > crossbones. > > &g

Re: [Gambas-user] Database example freezes (1440)

2008-07-10 Thread Benoit Minisini
reezes up. > > Regards > > Richard > You should have a connection error. Did you have an internet connection up when you tried that? Can you show your code? -- Benoit Minisini - Sponsored by: SourceForge.

Re: [Gambas-user] Draw.Begin signal 11

2008-07-10 Thread Benoit Minisini
esult!image.Data) > > pPicture = Picture.Load(sTempFile) > Draw.Begin(DrawingArea)'< wrong area filled in, should be > DrawingArea1 > Draw.Image(pPicture.Image, 0, 0) '< -- SIGNAL #11 > here Draw.End > > END > Which version of

Re: [Gambas-user] Draw.Begin signal 11

2008-07-10 Thread Benoit Minisini
On jeudi 10 juillet 2008, Ron wrote: > Benoit Minisini schreef: > > On jeudi 10 juillet 2008, Ron wrote: > >> When writing some code to display an image blob I got across a signal 11 > >> bug. > >> > >> The code below crashes on the line > >>

Re: [Gambas-user] READ-Event on #File.in ???

2008-07-10 Thread Benoit Minisini
Can you get it triggered? > > I have tried to get it running too, but my Application_Read() routine > never gets called, so I gave for that moment. > I'm not sure how it works either, sorry. > > If someone knows, please put your example code here: > http://www.gambasdoc.

Re: [Gambas-user] READ-Event on #File.in ???

2008-07-10 Thread Benoit Minisini
On jeudi 10 juillet 2008, Benoit Minisini wrote: > On jeudi 10 juillet 2008, Ron wrote: > > [EMAIL PROTECTED] schreef: > > >> If you declare a STATIC PUBLIC SUB named Application_Read() in your > > >> startup class, then you will get what you want: the File.In

Re: [Gambas-user] READ-Event on #File.in ???

2008-07-10 Thread Benoit Minisini
F Len(sData) = 0 THEN ' Means that the input was closed CLOSE #File.In CLOSE #$hOut ELSE WRITE #$hOut, sData, Len(sData) ENDIF END Regards, -- Benoit Minisini - Sponsored by: SourceForge.net Community Choic

Re: [Gambas-user] Fresh Install Gambas2 Launch Error

2008-07-15 Thread Benoit Minisini
nroot/gambas/gambas/branches/2.0 > [2]ERROR: #27: Cannot load component '/usr/local/lib/gambas2/gb.qt.so': > /usr/local/lib/gambas2/gb.qt.so: undefined symbol: _ZTV12MyPictureBox I think your compilation / installation has failed, and you didn't notice. Can you send the outpu

Re: [Gambas-user] WebBrowser Reload Event

2008-07-15 Thread Benoit Minisini
Did you try the "Change" event? -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Gra

Re: [Gambas-user] project transfer

2008-07-15 Thread Benoit Minisini
On mardi 15 juillet 2008, Mike wrote: > How do I transfer a gambas2 project from my pc to my notebook > Just copy the directory of the project. -- Benoit Minisini - This SF.Net email is sponsored by the Moblin You

Re: [Gambas-user] Aligning text in a text area

2008-07-15 Thread Benoit Minisini
On mercredi 09 juillet 2008, M0E Lnx wrote: > Is there a way to set the align = align.center property to the text > displayed inside a text area? > No, the TextArea has no Alignment property. Why do you need that? -- Benoit

Re: [Gambas-user] Fonts, sizes and colors

2008-07-15 Thread Benoit Minisini
lors, there is no other way than doing it by hand. Regards, -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK &

Re: [Gambas-user] Fonts, sizes and colors

2008-07-15 Thread Benoit Minisini
cations are a bad thing. These settings are decided by the user of the desktop, not the application developer! :-) -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Gambas-user] Aligning text in a text area

2008-07-15 Thread Benoit Minisini
> But the text shows up as left-aligned... I'd like to make it look > center-aligned if possible. > If you don't need to edit the text, do not use a TextArea, but a TextLabel or a read-only TextEdit (if you use

Re: [Gambas-user] Draw.Text orientation

2008-07-16 Thread Benoit Minisini
Draw.Text which does it for me... > and have no clue as how to do it myself... > > Regards, > Ron_2nd > It is not yet possible, you have to do that by hand: you must draw the text in a picture, convert the picture to an image, rotate the image, and draw the image

Re: [Gambas-user] ComboBox with autocomplete?

2008-07-16 Thread Benoit Minisini
e does that in a clean way, it would be welcome and put in a component! Regards, -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications

Re: [Gambas-user] Documentation ?

2008-07-16 Thread Benoit Minisini
olor_kivabien > used to work in Gambas 1, but its only effect now seems to turn > the color to black, independently of the value in input. > I am sure I'm missing something here, but what ? It depends on the KDE widget theme you are using. I use Plastik, and setting t

Re: [Gambas-user] ComboBox with autocomplete?

2008-07-16 Thread Benoit Minisini
On mercredi 16 juillet 2008, Fox wrote: > Benoit Minisini wrote: > > ComboBox never had any autocomplete function. This must be implemented > > "by hand". If someone does that in a clean way, it would be welcome and > > put in a component! > > *hum...* > wel

Re: [Gambas-user] program ended with Signal #6

2008-07-16 Thread Benoit Minisini
using ubuntu 8.04. I did the update on 3 diferent pcs, and i get > the error in the 3 of them. Theres the error from the console from > gambas. If anything else is needed please let me know. > Just upgrade to revision

Re: [Gambas-user] Background/Foreground (Benoit Minisini)

2008-07-16 Thread Benoit Minisini
; > > whatever my-color. > >>> > > > >>> > > What am I missing ? > >>> > > > >>> > > Thanks for any help. > >>> > > Serge. > >>> > > > >>> > > gambas2/Mandriva 2008/kd

Re: [Gambas-user] Using TrayIcon from gb.qt not shown in Gnome environment

2008-07-16 Thread Benoit Minisini
er seems to be broken at the moment, my commits fail. So you have to be patient... Regards, -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux b

Re: [Gambas-user] Using TrayIcon from gb.qt not shown in Gnome environment

2008-07-16 Thread Benoit Minisini
On jeudi 17 juillet 2008, Benoit Minisini wrote: > On mardi 15 juillet 2008, Arief Bayu Purwanto wrote: > > Hello, > > > > On 7/11/08, Arief Bayu Purwanto <[EMAIL PROTECTED]> wrote: > > > I'll update this post once I'm using the latest revision. >

Re: [Gambas-user] Sendmail tool and Gambas2

2008-07-16 Thread Benoit Minisini
advance. First, run sendmail from your program: hProcess = SHELL "sendmail" FOR INPUT OUTPUT Then, to send something to sendmail, just PRINT to it: PRINT #hProcess, "First Line" PRINT #hProcess, "Second Line" ... To send what i

Re: [Gambas-user] Feature Request

2008-07-17 Thread Benoit Minisini
attach it for reference. Done in revision 1455/1456. Regards, -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK &a

Re: [Gambas-user] Rename of a datacontrol field not 100% correct

2008-07-17 Thread Benoit Minisini
; Gambas 2.7 rev 1445 > gb.qt > > Regards, > Ron_2nd > It should be fixed in revision 1460. Regards, -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the

Re: [Gambas-user] Datacontrol boxes different height

2008-07-17 Thread Benoit Minisini
On jeudi 17 juillet 2008, Ron wrote: > Benoit Minisini schreef: > > On jeudi 19 juin 2008, Ron wrote: > >>> Hi, > >>> > >>> a default textbox is 24 pixels heigh. > >>> > >>> a default datacontrol box is 128 pixels heigh, if y

Re: [Gambas-user] Feature Request

2008-07-17 Thread Benoit Minisini
On jeudi 17 juillet 2008, Ron wrote: > Benoit Minisini schreef: > > On lundi 14 juillet 2008, Arief Bayu Purwanto wrote: > >> Dear all, > >> > >> I have a small feature request for gambas 3 development. Benoit, Can you > >> add an information abou

Re: [Gambas-user] balloon help needed (maybe a bug?)

2008-07-17 Thread Benoit Minisini
and it makes no difference at all > > > > Could this be a bug? or am I doing something wrong? missing something? > > > > Thanks That is a bug for sure... Can you provide me some code of what you are doing? A full project being the better as usual. Regards, -- Benoit

  1   2   3   4   5   6   7   >