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

2008-07-08 Thread Benoit Minisini
On dimanche 06 juillet 2008, richard terry wrote: > Is it possible disable these buttons, so that the user cannot more forward > until the progammer decides there's enough informaton collected to proceed? > > Regards > > Richard > At the moment no. But you can stop the BeforeChange event when you

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

2008-07-08 Thread Benoit Minisini
On dimanche 06 juillet 2008, richard terry wrote: > I've embedded a form into a wizard, but I don't want the user to be able to > close the form embeddedon the workspace, so I wondered if it was possible > to disable the close button. > > Regards > > Richard > No. But why using a workspace then?

Re: [Gambas-user] Setting up passwords for program users

2008-07-08 Thread richard terry
On Wed, 9 Jul 2008 08:27:38 am Leonardo Miliani wrote: > richard terry ha scritto: > > I wondered if anyone had experience/code/examples of how to create/save > > encrypted passwords in a database? > > > > Thanks in advance. > > > > Richard Thanks, I searched the web ++ before a C++ programming m

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

2008-07-08 Thread richard terry
I've embedded a form into a wizard, but I don't want the user to be able to close the form embeddedon the workspace, so I wondered if it was possible to disable the close button. Regards Richard - Sponsored by: SourceForge

Re: [Gambas-user] Setting up passwords for program users

2008-07-08 Thread Leonardo Miliani
richard terry ha scritto: > I wondered if anyone had experience/code/examples of how to create/save > encrypted passwords in a database? > > Thanks in advance. > > Richard > > - > Sponsored by: SourceForge.net Community Cho

[Gambas-user] Compiling stand alone program question

2008-07-08 Thread richard terry
My question is is it possible/could it be made possible, to compile one form into a stand alone program, without compiling the whole project. Within my complex program, I've a number of effectively stand-alone programs, which, could run independantly of the whole program and would be useful to

[Gambas-user] Setting up passwords for program users

2008-07-08 Thread richard terry
I wondered if anyone had experience/code/examples of how to create/save encrypted passwords in a database? Thanks in advance. Richard - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown tha

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

2008-07-08 Thread richard terry
Is it possible disable these buttons, so that the user cannot more forward until the progammer decides there's enough informaton collected to proceed? Regards Richard - Sponsored by: SourceForge.net Community Choice Awards:

[Gambas-user] Database example freezes (1440)

2008-07-08 Thread richard terry
I was using the database as a part of a wizard to create my database last night and noticed that if I type anything other than localhost (eg something nonsensicle like 'adlkfjldjaldkjf' as the host, then the example freezes up. Regards Richard --

Re: [Gambas-user] PostgreSQL on another machine from Gambas

2008-07-08 Thread charlesg
Leonardo, Thanks for your reply. The last line in the pg_hba.conf should make the 'server' accept requests from the range 192.168.1.0 to 192.168.1.255. I have just found a solution by adding a connection to the other server with pgAdmin3. Sometimes the obvious solutions are difficult to find (sa

Re: [Gambas-user] Changing a treview item's picture property

2008-07-08 Thread M0E Lnx
Thanks, that worked except, I used the treeview's mouse_up event to set the Previous key and the click event to set the pictures for future reference PUBLIC SUB treeview1_mouse_up() sLastKey = treeview1.current.key END Thanks for the push On Tue, Jul 8, 2008 at 2:10 PM, Jaap Cramer <[EMAIL

Re: [Gambas-user] Changing a treview item's picture property

2008-07-08 Thread Jaap Cramer
All entries have at startup pic1. I think when you call the _change of _activate event you set the picture to pic2. I think you should remember the key of the item clicked in a global variable. At the end you replace it with the current Key. This way you remember the previous item clicked. You se

[Gambas-user] Changing a treview item's picture property

2008-07-08 Thread M0E Lnx
Here is my problem I have a tree view I've populated it with my contents, I know how the keys work and all. I have set picture properties for the items in this treeview. Here is what I want to do I have 3 pictures that these items can have Pic1 is for an item that has not yet been clicked on Pic

[Gambas-user] Simple Newbie Question - Opening initial Data Form

2008-07-08 Thread NEKey
Very simple question from a new user - please be patient ! The main form is calculating positions, time and distances. I have a sub-form where the start position (initial data) is entered. The main form class file has this; PUBLIC SUB AddData_Click() AddDataForm.Show END which opens the initi

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"] > > or > > DV_t07_carro[LINHA, 10].Font .Bold