Thread overview
wxWidgets toolbar images
Sep 24, 2004
chris elliott
Sep 27, 2004
W³odzimierz Skiba
Sep 28, 2004
chris elliott
Sep 29, 2004
chris elliott
Sep 29, 2004
chris elliott
September 24, 2004
Hi

I think there is still a dmc specific bug in the wxWidgets code; and as a release is coming soon, it would be nice to fix it

Does anyone see a bug in the mdi sample toolbar, with black backgrounds to the toolbar images which go grey when highlighted by moving the mouse over them?
chris
September 27, 2004
chris elliott <biol75@york.ac.uk> wrote in news:cj16cn$35h$1@digitaldaemon.com:
> I think there is still a dmc specific bug in the wxWidgets code; and as a release is coming soon, it would be nice to fix it

[For sure, so could you look (and at least confirm) bug #902622, TIA]

> Does anyone see a bug in the mdi sample toolbar, with black backgrounds to the toolbar images which go grey when highlighted by moving the mouse over them?

I just checked samples/mdi sample with latest beta releases of DMC together with smake driven makefiles with

smake /NOLOGO /F makefile.dms SHARED=0 RUNTIME_LIBS=static UNICODE=0 MONOLITHIC=1 BUILD=release USE_GUI=1 USE_OPENGL=0 USE_ODBC=0 WXUNIV=0

and the toolbars works perfectly fine on WinNT4 and W2K. I have no idea what is problem with your build :-(

ABX
September 28, 2004
W³odzimierz Skiba wrote:
> chris elliott <biol75@york.ac.uk> wrote in news:cj16cn$35h$1@digitaldaemon.com:
> 
>>I think there is still a dmc specific bug in the wxWidgets code; and as a release is coming soon, it would be nice to fix it
> 
> 
> [For sure, so could you look (and at least confirm) bug #902622, TIA]
> 
> 
>>Does anyone see a bug in the mdi sample toolbar, with black backgrounds to the toolbar images which go grey when highlighted by moving the mouse over them?
> 
> 
> I just checked samples/mdi sample with latest beta releases of DMC together with smake driven makefiles with
> 
> smake /NOLOGO /F makefile.dms SHARED=0 RUNTIME_LIBS=static UNICODE=0 MONOLITHIC=1 BUILD=release USE_GUI=1 USE_OPENGL=0 USE_ODBC=0 WXUNIV=0
> 
> and the toolbars works perfectly fine on WinNT4 and W2K. I have no idea what is problem with your build :-(
> 
> ABX
Thanks for this, I will try a DMC build on another platform ; mine was an XP

I'd not noticed your bug report and will test it out later today
chris


September 29, 2004

W³odzimierz Skiba wrote:
> chris elliott <biol75@york.ac.uk> wrote in news:cj16cn$35h$1@digitaldaemon.com:
> 
>>I think there is still a dmc specific bug in the wxWidgets code; and as a release is coming soon, it would be nice to fix it
> 
> 
> [For sure, so could you look (and at least confirm) bug #902622, TIA]
> 

todays CVS looks OK, all credit text present in DMC build, win2k build
chris
September 29, 2004

chris elliott wrote:
> W³odzimierz Skiba wrote:
> 
>> chris elliott <biol75@york.ac.uk> wrote in news:cj16cn$35h$1@digitaldaemon.com:

>> and the toolbars works perfectly fine on WinNT4 and W2K. I have no idea what is problem with your build :-(
>>
>> ABX
> 
> Thanks for this, I will try a DMC build on another platform ; mine was an XP
> 

yes build on win2k looks fine; I think it may be an XP only bug;
chris