From: Alexander S.K. <al...@be...> - 2015-11-23 09:48:51
|
Alain Aupeix пишет: > Hi, > > Two bugs I signaled at the beginning of october: > > 1)using this to have application gets in uft-8: > > hwg_SetAppLocale( "UTF8" ) > hb_cdpSelect( "UTF8" ) > > When I copy, and then paste, the accentued letters aren't pasted and are > replaced with 2 spaces each. > I think there is a problem with the copy/paste in hwgui. Seems to be fixed now. > > 2) In a main window, I had a background image. For some reason, I wanted > to add two buttons. > I didn't understand why I can't see them. They were created, as clicking > on their location works. > > After some researches, I disabled the background, and I was then able to > see these buttons. > As I really need buttons and backgroung, I hope you'll correct this bug. I know about this. In GTK, if a window is drawable, this prevents standard widgets to be displayed. For now, try to use OWNERBUTTON instead of a button. > > I have another problem: I want to hide this buttons, and just unhide > them in a function. > How can I do that ? oBtn:Hide(), oBtn:Show() Regards, Alexander. |