On dimanche 07 septembre 2008, Kari Laine wrote:
> On Sun, Sep 7, 2008 at 3:48 PM, Hans-Martin <[EMAIL PROTECTED]> wrote:
> > Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund:
> > > Hello all,
> > >
> > > i have an application running well with 2.7.0 but getting a signal#11
> >
> > with
> >
> > > 2.8.2
> > >
> > > PUBLIC SUB ButtonPartner_Click()
> > >   DIM hForm AS FPartnerStart
> > >
> > > signal#11 -->  hForm = NEW FPartnerStart(BenutzerID)    <-- signal#11
> > >   hForm.Show
> > >
> > > END
>
> Hi,
>
> sorry can not help you with your problem but it is better to send a little
> project as .tar.gz to the list which exhibits the problem. That way Benoit
> and others have it easier to test it and help you.
>
> As I am learning the Gambas I can not figure out what is this container
> object passed to form-constructor. I tried to look at Gambas help but no
> avail. Could someone tell me please.
>
> Best Regards
> Kari Laine

If you create a Form with no argument to its constructor, you creates a 
top-level window. If you put an argument, this argument must be a Container, 
and then the Form is just (or almost) like another control that is created 
inside its container.

Regards,

-- 
Benoit Minisini

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to