Error using DCPUSHBUTTONXP AND CAPTIONARRAY

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Error using DCPUSHBUTTONXP AND CAPTIONARRAY

#1 Post by digitsoft »

hello Roger
Today compile the example in ButtonXp
and if I use DCPUSHBUTTONXP with CAPTIONARRAY the bitmap is not visible.

Thank you.
Attachments
Captura.jpg
Captura.jpg (151.05 KiB) Viewed 7123 times
Nolberto Paulino
Regards

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Error using DCPUSHBUTTONXP AND CAPTIONARRAY

#2 Post by rdonnay »

Add this line of code at line 52:

DC_SetIconResource(1,1)
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Error using DCPUSHBUTTONXP AND CAPTIONARRAY

#3 Post by digitsoft »

Thanks Roger
rdonnay wrote:Add this line of code at line 52:

DC_SetIconResource(1,1)
Nolberto Paulino
Regards

Post Reply