HwGui - problem with Buttonex

This is a discussion on HwGui - problem with Buttonex within the xharbour forums in Programming Languages category; I tried to test buttonex command from hwgui. I put the statement @100, 500 BUTTONEX oButEx CAPTION 'Button Ex ..' in my button_test.prg and after compile and link - application crashed on startup with following error in trace.log file: [hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from: ->HWG_SETWINDOWSTYLE(0) hcontrol.prg->HBUTTONEX:INIT(537) hcontrol.prg->HBUTTONEX:ACTIVATE(372) hcontrol.prg->-Ÿ:NEW(355) hcontrol.prg->HBUTTONEX:NEW(459) button_test.prg->MAIN(87) Type: C >>>MSG = 124<<< Type: C >>> wParam = -16<<< [hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from: ->HWG_SETWINDOWSTYLE(0) hcontrol.prg->HBUTTONEX:INIT(537) hcontrol.prg->HBUTTONEX:ACTIVATE(372) hcontrol.prg->-Ÿ:NEW(355) hcontrol.prg->HBUTTONEX:NEW(459) button_test.prg->MAIN(87) Type: C >>>MSG = 125<<< Type: C >>> wParam = -16<<< [hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from: ->SETCTRLFONT(0) Harbour and Hwgui are compiled from cvs a few days ago. Any suggestions ? ...

Go Back   Application Development Forum > Programming Languages > xharbour

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-31-2008, 04:19 PM
zeka
Guest
 
Default HwGui - problem with Buttonex

I tried to test buttonex command from hwgui. I put the statement

@100, 500 BUTTONEX oButEx CAPTION 'Button Ex ..'

in my button_test.prg and after compile and link - application crashed
on startup with following error in trace.log file:

[hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from:
->HWG_SETWINDOWSTYLE(0)
hcontrol.prg->HBUTTONEX:INIT(537)
hcontrol.prg->HBUTTONEX:ACTIVATE(372)
hcontrol.prg->-Ÿ:NEW(355)
hcontrol.prg->HBUTTONEX:NEW(459)
button_test.prg->MAIN(87)
Type: C >>>MSG = 124<<<
Type: C >>> wParam = -16<<<

[hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from:
->HWG_SETWINDOWSTYLE(0)
hcontrol.prg->HBUTTONEX:INIT(537)
hcontrol.prg->HBUTTONEX:ACTIVATE(372)
hcontrol.prg->-Ÿ:NEW(355)
hcontrol.prg->HBUTTONEX:NEW(459)
button_test.prg->MAIN(87)
Type: C >>>MSG = 125<<<
Type: C >>> wParam = -16<<<

[hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from:
->SETCTRLFONT(0)

Harbour and Hwgui are compiled from cvs a few days ago.

Any suggestions ?

Thanks
Zeka
Reply With Quote
  #2  
Old 08-31-2008, 06:54 PM
Luiz Lafael
Guest
 
Default Re: HwGui - problem with Buttonex

Zeka

buttonEX work properly with xharbour

Regards
Luiz
"zeka" <zeka215@eunet.yu> escreveu na mensagem
news:8f2b4fdf-e49b-45c7-8101-e5f087132372@e53g2000hsa.googlegroups.com...
I tried to test buttonex command from hwgui. I put the statement

@100, 500 BUTTONEX oButEx CAPTION 'Button Ex ..'

in my button_test.prg and after compile and link - application crashed
on startup with following error in trace.log file:

[hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from:
->HWG_SETWINDOWSTYLE(0)
hcontrol.prg->HBUTTONEX:INIT(537)
hcontrol.prg->HBUTTONEX:ACTIVATE(372)
hcontrol.prg->-Ÿ:NEW(355)
hcontrol.prg->HBUTTONEX:NEW(459)
button_test.prg->MAIN(87)
Type: C >>>MSG = 124<<<
Type: C >>> wParam = -16<<<

[hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from:
->HWG_SETWINDOWSTYLE(0)
hcontrol.prg->HBUTTONEX:INIT(537)
hcontrol.prg->HBUTTONEX:ACTIVATE(372)
hcontrol.prg->-Ÿ:NEW(355)
hcontrol.prg->HBUTTONEX:NEW(459)
button_test.prg->MAIN(87)
Type: C >>>MSG = 125<<<
Type: C >>> wParam = -16<<<

[hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from:
->SETCTRLFONT(0)

Harbour and Hwgui are compiled from cvs a few days ago.

Any suggestions ?

Thanks
Zeka


Reply With Quote
  #3  
Old 08-31-2008, 10:45 PM
cherszage@gmail.com
Guest
 
Default Re: HwGui - problem with Buttonex

On Aug 31, 7:54*pm, "Luiz Lafael" <l...@xharbour.com.br> wrote:
> Zeka
>
> buttonEX work properly with xharbour
>
> Regards
> Luiz
> "zeka" <zeka...@eunet.yu> escreveu na mensagemnews:8f2b4fdf-e49b-45c7-8101-e5f087132372@e53g2000hsa.googlegroups.com...
> I tried to test buttonex command from hwgui. I put the statement
>
> * *@100, 500 BUTTONEX oButEx CAPTION 'Button Ex ..'
>
> in my button_test.prg and after compile and link - application crashed
> on startup with following error in trace.log file:
>
> [hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from:
> * * * * * * * * * * * * * * * ->HWG_SETWINDOWSTYLE(0)
> * * * * * * * * * * * * * * * hcontrol.prg->HBUTTONEX:INIT(537)
> * * * * * * * * * * * * * * * hcontrol.prg->HBUTTONEX:ACTIVATE(372)
> * * * * * * * * * * * * * * * hcontrol.prg-> -Ÿ:NEW(355)
> * * * * * * * * * * * * * * * hcontrol.prg->HBUTTONEX:NEW(459)
> * * * * * * * * * * * * * * * button_test.prg->MAIN(87)
> Type: C >>>MSG = * * * *124<<<
> Type: C >>> wParam = * * * -16<<<
>
> [hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from:
> * * * * * * * * * * * * * * * ->HWG_SETWINDOWSTYLE(0)
> * * * * * * * * * * * * * * * hcontrol.prg->HBUTTONEX:INIT(537)
> * * * * * * * * * * * * * * * hcontrol.prg->HBUTTONEX:ACTIVATE(372)
> * * * * * * * * * * * * * * * hcontrol.prg-> -Ÿ:NEW(355)
> * * * * * * * * * * * * * * * hcontrol.prg->HBUTTONEX:NEW(459)
> * * * * * * * * * * * * * * * button_test.prg->MAIN(87)
> Type: C >>>MSG = * * * *125<<<
> Type: C >>> wParam = * * * -16<<<
>
> [hcontrol.prg->HBUTTONEX:ONEVENT] (549) Called from:
> * * * * * * * * * * * * * * * ->SETCTRLFONT(0)
>
> Harbour and Hwgui are compiled from cvs a few days ago.
>
> Any suggestions ?
>
> Thanks
> Zeka


wow !!!
such a help...
Reply With Quote
  #4  
Old 09-07-2008, 03:11 PM
zeka
Guest
 
Default Re: HwGui - problem with Buttonex

Hi Luiz,

I still have problems with changing colors of buttons. If you have a
sample, please send it on my private mail.

Thanks
Zeka
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 09:23 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.