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

2010-06-29 Thread richard terry
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. However, as user

[Gambas-user] Process output to TextArea Fail

2010-06-29 Thread Pablo Ontivero
Hello, the question is, when i try to print the output of the process on a TextArea, i have good results but if the output have more of 255 results, the app fails. http://pastebin.com/Gyg4Ehhk That link have the output of the shell command. And the code is this http://pastebin.com/Guw4B9DN T

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

2010-06-29 Thread Jussi Lahtinen
> 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 good idea.

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

2010-06-29 Thread Fabien Bodard
are you sure that there is not libtool or other in version 1.5.6 installed ? 2010/6/28 Charlie Reinl : > Am Montag, den 28.06.2010, 19:28 +0200 schrieb Fabien Bodard: >> i think you need to delete and refresh your svn >> >> 2010/6/27 Charlie Reinl : >> > Salut, >> > >> > I know, it is not the firs

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

2010-06-29 Thread Fabien Bodard
it can be the problem with upgrade ... that's why i often do a full reinstall with ubuntu -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.

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

2010-06-29 Thread richard terry
On Tuesday 29 June 2010 16:53:27 BenoƮt Minisini wrote: > > HI Benoit, > > > > I'm longing for a roll-back or change to your global search proceedures. > > > > Yes, the global search finds all the recurrences, but its slow and > > cumbersome. > > > > Couldn't you just add an extra checkbox on the o