[Gambas-user] gambas 0.72
Benoit Minisini
gambas at ...1...
Sat Nov 22 16:01:28 CET 2003
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,
--
Benoit Minisini
mailto:gambas at ...1...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CWindow.cpp
Type: text/x-c++src
Size: 29538 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20031122/cb298fd1/attachment.cpp>
More information about the User
mailing list