Anyone else seen this?

On Fri, Oct 24, 2008 at 1:33 PM, M0E Lnx <[EMAIL PROTECTED]> wrote:
> The embedder object has another problem in gb.gtk
>
> I'm using gambas2 (SVN Revision 1640)
>
> Here is how I'm using it
>
> I have a treeview and an embedder. When I double-click the treeview,
> the selected application embeds to the right of the treeview
>
> But I'm trying to detect if the embedder is busy before embedding a
> new application, I thought about using the Embedder.client property
> like this
>
> PUBLIC SUB Treeview1_click()
> IF Embedder1.client then Embedder1.Discard
> END
>
> This results in a signal 11 error on the gambas IDE and my application 
> crashes.
>
> Works ok when using gb.qt though
>

-------------------------------------------------------------------------
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