[Gambas-user] gambas 0.72
Leo Barnhoorn
leo.barnhoorn at ...246...
Sun Nov 23 06:58:36 CET 2003
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
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,
More information about the User
mailing list