lyle, i think there is a bug in FXMenuCaption#text which is an alias for getText. it allways returns an empty string! the text= method works and the widget displays the text correctly. all widgets derived from FXMenuCaption (FXMenuTitle, FXMenuCommand, FXMenuCascade) also don''t return their text. it seems to have the same cause like the "enabled?-bug" you fixed in 1.4.3. remember? i found a workaraound for foxguib, so you need not hurry to fix it. best wishes, -- henon
On 2/5/06, Meinrad Recheis <meinrad.recheis at gmail.com> wrote:> lyle, > > i think there is a bug in FXMenuCaption#text which is an alias for > getText. it allways returns an empty string! the text= method works > and the widget displays the text correctly. > all widgets derived from FXMenuCaption (FXMenuTitle, FXMenuCommand, > FXMenuCascade) also don''t return their text. > it seems to have the same cause like the "enabled?-bug" you fixed in > 1.4.3. remember?sorry i mean CheckButton#checked?> i found a workaraound for foxguib, so you need not hurry to fix it. > > best wishes, > -- henon >
On Feb 5, 2006, at 6:48 AM, Meinrad Recheis wrote:> i think there is a bug in FXMenuCaption#text which is an alias for > getText. it allways returns an empty string! the text= method works > and the widget displays the text correctly. > all widgets derived from FXMenuCaption (FXMenuTitle, FXMenuCommand, > FXMenuCascade) also don''t return their text.Thanks, I think I see what''s wrong. I''ve just added a bug report for this one and it should be fixed in the next release.