Re: [Gambas-user] Ctrl+Alt+X doesn't create executable

2008-12-10 Thread Benoit Minisini
On mercredi 10 décembre 2008, [EMAIL PROTECTED] wrote: Am Mittwoch, 10. Dezember 2008 14:15:35 schrieb Benoit Minisini: On mercredi 10 décembre 2008, [EMAIL PROTECTED] wrote: Hi Benoit, In Gambas 3.0, snapshot from today, hitting the shortcut mentioned above doesn't do anything.

Re: [Gambas-user] Ctrl+Alt+X doesn't create executable

2008-12-10 Thread gambas
Am Mittwoch, 10. Dezember 2008 14:15:35 schrieb Benoit Minisini: On mercredi 10 décembre 2008, [EMAIL PROTECTED] wrote: Hi Benoit, In Gambas 3.0, snapshot from today, hitting the shortcut mentioned above doesn't do anything. Klicking on Project=Version=Executable does the job Greetz

[Gambas-user] How to execute a standard routine every time a function in a component is called

2008-12-10 Thread gambas
Hi Gurus! Sorry for this noop-question: In the module area of my component I read a settings file with some connection parameters. As long as I run the component as a normal Gambas-programm this works perfectly. But when I turn it into a component and call one of it's exported functions, the

Re: [Gambas-user] Ctrl+Alt+X doesn't create executable

2008-12-10 Thread Benoit Minisini
On mercredi 10 décembre 2008, [EMAIL PROTECTED] wrote: Hi Benoit, In Gambas 3.0, snapshot from today, hitting the shortcut mentioned above doesn't do anything. Klicking on Project=Version=Executable does the job Greetz Stevie It works there: check that this shortcut is not used by your

Re: [Gambas-user] How to execute a standard routine every time a function in a component is called

2008-12-10 Thread gambas
Am Mittwoch, 10. Dezember 2008 15:04:08 schrieb Benoit Minisini: On mercredi 10 décembre 2008, [EMAIL PROTECTED] wrote: Hi Gurus! Sorry for this noop-question: In the module area of my component I read a settings file with some connection parameters. As long as I run the component as

[Gambas-user] Hiding FMain not possible?

2008-12-10 Thread Rolf-Werner Eilert
Hi folks, meanwhile I've understood how to use the TrayIcon, but if my application should show only the tray icon, no application window, how can I hide the whole thing (except the tray icon, of course)? Thanks for your advice! Rolf

Re: [Gambas-user] Hiding FMain not possible?

2008-12-10 Thread Benoit Minisini
On mercredi 10 décembre 2008, Rolf-Werner Eilert wrote: Hi folks, meanwhile I've understood how to use the TrayIcon, but if my application should show only the tray icon, no application window, how can I hide the whole thing (except the tray icon, of course)? Thanks for your advice! Rolf

Re: [Gambas-user] Hiding FMain not possible?

2008-12-10 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: On mercredi 10 décembre 2008, Rolf-Werner Eilert wrote: Hi folks, meanwhile I've understood how to use the TrayIcon, but if my application should show only the tray icon, no application window, how can I hide the whole thing (except the tray icon, of course)?

[Gambas-user] My own sourceforge address was rejected by sourceforge mailing-list! :-)

2008-12-10 Thread Benoit Minisini
Funny :-/ -- Transmitted message --- Sujet : confirm 4c208dde7ac4f9f3470f886941cf5698a9455f86 Date : mercredi 10 décembre 2008 De : [EMAIL PROTECTED] À : [EMAIL PROTECTED] Your membership in the mailing list Gambas-user has been disabled due to excessive bounces

Re: [Gambas-user] Problem with gb.settings

2008-12-10 Thread Jussi Lahtinen
@ http://gambasdoc.org/help/comp/gb.settings/settings There is example of usage. I think you need code something like this: hCFG[General/Color] = something to write under General/Color hCFG.Save Ok? Jussi On Wed, Dec 10, 2008 at 7:05 PM, [EMAIL PROTECTED] wrote: Hi List, This in the

Re: [Gambas-user] Problem with gb.settings

2008-12-10 Thread Jussi Lahtinen
Sorry, hCFG[General/Color] = something to write under General/Color hCFG.Save Of course On Wed, Dec 10, 2008 at 7:33 PM, Jussi Lahtinen [EMAIL PROTECTED] wrote: @ http://gambasdoc.org/help/comp/gb.settings/settings There is example of usage. I think you need code something like this:

Re: [Gambas-user] Problem with gb.settings

2008-12-10 Thread gambas
Hi George! Thanks for your reply. Perhaps I was not really clear. - I want to write a component - This component needs to read some settings from a config file - Because of the fact, that the functions of the component are called directly, doing something like this: Private hCFG As New

Re: [Gambas-user] Using a socket to download an image. Please Help ^_^

2008-12-10 Thread Lars Hoeger
richard terry schrieb: On Mon, 1 Dec 2008 06:50:06 am Robert Moss wrote: Robert this may not be much help to you and I'm not sure how related to your problem it is, but just on the off chance. I struggled with saving a picture and retrieving from a postgres field. The code I included