Re: [Gambas-user] gambas3 search/replace global - really inconvenient

2010-06-30 Thread Doriano Blengino
Jussi Lahtinen ha scritto: >> Yes, but how can I detect a "binary" file? >> > > I'm not sure what would be easy way to do it. > > Gedit gives following error message from binary files: > "gedit has not been able to detect the character encoding. > Please check that you are not trying to op

Re: [Gambas-user] Process output to TextArea Fail

2010-06-30 Thread Pablo Ontivero
Fails when is running on the debugger, i execute the app, and when it show 250 lines, the console go slow and the app crash with error #11, but only if the TextArea show the content of the "Content" Variable who has the output of the process. Thanks. -

Re: [Gambas-user] Wizard: Skipping pages & Going Back Pages

2010-06-30 Thread richard terry
On Thursday 01 July 2010 02:02:41 Benoît Minisini wrote: > > Hi List, > > > > I've a wizard, with several options on the first page, depending on which > > radiobutton is set I want to 'skip over' some pages. This is ok, as it > > seems if i use the Wizard1_BeforeChange() event, I can just set whi

Re: [Gambas-user] Process output to TextArea Fail

2010-06-30 Thread Jussi Lahtinen
You wrote app fails, how? In what way? There is more than 255 instances on that list, but not on textarea? Crash? Jussi On Wed, Jun 30, 2010 at 20:41, Pablo Ontivero wrote: > Well, my system is Ubuntu 10.04, the version of gambas is the last release > version on Ubuntu repo (2.19.0-2). I try w

Re: [Gambas-user] Process output to TextArea Fail

2010-06-30 Thread Pablo Ontivero
Well, my system is Ubuntu 10.04, the version of gambas is the last release version on Ubuntu repo (2.19.0-2). I try with the QT version and the GTK+ version, but the fails, i don't notice any bug for the component. This answer your questions? Please tell me if you need more information. Thanks.

Re: [Gambas-user] gambas3 search/replace global - really inconvenient

2010-06-30 Thread Jussi Lahtinen
Yes, quick and dirty, not good way, but it works. What was the question..? Jussi On Wed, Jun 30, 2010 at 19:26, Ron wrote: > With 'file' command > > This e-mail is sent from my Google phone. > > Kind regards, > Ron. > > On Jun 30, 2010 6:02 PM, "Benoît Minisini" > wrote: >>> > I guess what

Re: [Gambas-user] gambas3 search/replace global - really inconvenient

2010-06-30 Thread Ron
With 'file' command This e-mail is sent from my Google phone. Kind regards, Ron. On Jun 30, 2010 6:02 PM, "Benoît Minisini" wrote: >> > I guess what I'm suggesting is that within the same searchbox that pops >> > up when you search a module, it has an option of 'search globally', and >> > t

Re: [Gambas-user] gambas3 search/replace global - really inconvenient

2010-06-30 Thread Jussi Lahtinen
> Yes, but how can I detect a "binary" file? I'm not sure what would be easy way to do it. Gedit gives following error message from binary files: "gedit has not been able to detect the character encoding. Please check that you are not trying to open a binary file. Select a character encoding

Re: [Gambas-user] Wizard: Skipping pages & Going Back Pages

2010-06-30 Thread Benoît Minisini
> Hi List, > > I've a wizard, with several options on the first page, depending on which > radiobutton is set I want to 'skip over' some pages. This is ok, as it > seems if i use the Wizard1_BeforeChange() event, I can just set which page > I want it to go to (forward direction) that is. > > How

Re: [Gambas-user] gambas3 search/replace global - really inconvenient

2010-06-30 Thread Benoît Minisini
> > I guess what I'm suggesting is that within the same searchbox that pops > > up when you search a module, it has an option of 'search globally', and > > that then - F3 would just move to the next occurrence in the project, > > not just continue going and look for everything. > > I think that is

Re: [Gambas-user] gambas2 - bug using the example Database project with oracle odbc

2010-06-30 Thread Benoît Minisini
> Hi, I have some problems using the example of database project with an > oracle database trough ODBC. I installed gambas 2.20.2 (the latest > stable) on Ubuntu 10.4 Desktop. I installed UnixODBC 2.2.11.21 using the > ubuntu software center and installed the oracle 10.2.0.3 ODBC from oracle. >

Re: [Gambas-user] Process output to TextArea Fail

2010-06-30 Thread Jussi Lahtinen
Please elaborate. You have noticed bug in textarea component? What is your gambas version and operating system? Are you using GTK+ or Qt? Jussi On Tue, Jun 29, 2010 at 23:35, Pablo Ontivero wrote: > Hello, the question is, when i try to print the output of the process on a > TextArea, i have g

Re: [Gambas-user] Gambas 3 rev 3023 on Ubuntu 10.04 LTS x86

2010-06-30 Thread Charlie Reinl
Am Dienstag, den 29.06.2010, 14:13 +0200 schrieb Fabien Bodard: > it can be the problem with upgrade ... that's why i often do a full > reinstall with ubuntu Salut Fabien, yes that is/was it. First evolution killed some mail folders, then gambas3 didn't configure, after mysql didn't start and so

[Gambas-user] gambas2 - bug using the example Database project with oracle odbc

2010-06-30 Thread info
Hi, I have some problems using the example of database project with an oracle database trough ODBC.   I installed gambas 2.20.2 (the latest stable) on Ubuntu 10.4 Desktop. I installed UnixODBC  2.2.11.21 using the ubuntu software center and installed the oracle 10.2.0.3 ODBC from oracle. I config

Re: [Gambas-user] Wizard: Skipping pages & Going Back Pages

2010-06-30 Thread Fabien Bodard
andif you make you own wizard ? just make an object array... witch contain structre elements with these varables : form as form, skipped as boolean, readed as boolean now with that you can walk on the wizard histroy and interact with it 2010/6/30 richard terry : > Hi List, > > I've a wizard, wit