[Gambas-user] gambas 0.72
Leo Barnhoorn
leo.barnhoorn at ...246...
Sun Nov 23 23:36:06 CET 2003
Hallo Fabien,
Thanks for your information about this problem. Benoit allready fixed the
problem by sending a patch.
Thanks for your time to help.
Regards,
Leo Barnhoorn.
On Sunday 23 November 2003 04:05, Fabien Bodard wrote:
> 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
>
> -------------------------------------------------------
> 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