[Gambas-user] gambas 0.72
Fabien Bodard
Gambasfr at ...11...
Sun Nov 23 13:05:48 CET 2003
Le Dimanche 23 Novembre 2003 05:58, Leo Barnhoorn a écrit :
> Hallo Benoit,
>
> Sorry it is not working.
>
> But when i print the information from the object LAST.Tag it gives this:
> (FConsole 0x8111300)
> (FConsole 0x815f238)
> It will still not show the window when i selected by the Menu option Window
> on the mainmenu.
>
> PUBLIC SUB mnuOneWindow_Click()
> Here is the problem. It will not show my Window anymore.
> LAST.Tag.Show
> END
hi
I've found !!! Change
LAST.Tag.Show
by
LAST.Tag.SetFocus
Fabien
> Regards,
> Leo Barnhoorn.
>
> On Saturday 22 November 2003 07:01, Benoit Minisini wrote:
> > Le Samedi 22 Novembre 2003 09:14, Leo Barnhoorn a écrit :
> > > Hallo Benoit,
> > >
> > > ./configure OK.
> > > make OK.
> > > make install OK.
> > >
> > > On SuSE Linux version 8.2
> > >
> > > I have one problem, i do not know what it is but it is not working
> > > anymore. This is the problem:
> > >
> > > FOR EACH hWin IN wrkBase.Children
> > > INC iInd
> > > hMenu = NEW Menu(mnuWindow) AS "mnuOneWindow"
> > > hMenu.Text = "&" & CStr(iInd) & " " & hWin.Text
> > > hMenu.Checked = hWin = wrkBase.ActiveWindow
> > > hMenu.Tag = hWin
> > > NEXT
> > >
> > > PUBLIC SUB mnuOneWindow_Click()
> > > Here is the problem. It will not show my Window anymore.
> > > LAST.Tag.Show
> > > END
> > >
> > > If you want to see what i mean, the same problem you will find in the
> > > Database Manager. Open some tabels and then by menuoption Window show
> > > the open tabels in the windows. Here it is not working.
> > >
> > > I hoop this makes sence.
> > >
> > > Thanks Benoit.
> > >
> > > Regards,
> > > Leo Barnhoorn.
> >
> > Hi, Leo.
> >
> > By fixing a bug, I added a new one ! Here is patched file that should
> > solve the problem. Tell me, because I didn't take the time to test it.
> >
> > Regards,
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
More information about the User
mailing list