[Gambas-user] Does Gambas offer a Find Dialog box?

Rob sourceforge-raindog2 at ...94...
Tue Oct 5 02:23:29 CEST 2004


On Monday 04 October 2004 19:25, Nelson Nieves wrote:
> No, not really. I have the code. All I need is the Dialog box.
> Just like I have in Delphi. I pull the search string and
> parameters from the Dialog box. My code then searches the
> component and highlights the search term or whatever else I
> want the component to do with the data provided from the
> Dialog box.

Right, you have to actually perform the search in Gambas, which 
is what I was talking about.  All the existing dialogs are 
simply wrapped versions of the standard Qt or KDE dialogs, 
whereas a Find dialog as you describe (which in most apps 
wouldn't even be modal) doesn't exist in standard form in Qt at 
least and therefore would have to be part of a new component.

I really think it's best implemented in Gambas code... once we 
can write our own components using Gambas instead of C I think 
you'll find all this stuff will appear rapidly.  But for now, 
you can steal the FFind.form and FFind.class out of the gambas 
IDE and adapt them to your liking.

Rob






More information about the User mailing list