Page 1 of 1

function DC_IconDefault (ICON _1) is not working

Posted: Fri Sep 07, 2018 3:05 pm
by digitsoft
hello Roger
the function DC_IconDefault (ICON _1) is not working in my system, you could tell me that I am doing mail.

the ICON _1 is with the icon eun .res

Re: function DC_IconDefault (ICON _1) is not working

Posted: Fri Sep 07, 2018 3:22 pm
by digitsoft
It only works if I add it in DCGETOPTIONS ICON ICON_1 by screen
digitsoft wrote:hello Roger
the function DC_IconDefault (ICON _1) is not working in my system, you could tell me that I am doing mail.

the ICON _1 is with the icon eun .res

Re: function DC_IconDefault (ICON _1) is not working

Posted: Sun Sep 09, 2018 3:12 pm
by rdonnay
What is the #define value of ICON_1 ?

Re: function DC_IconDefault (ICON _1) is not working

Posted: Mon Sep 10, 2018 4:52 am
by digitsoft
#DEFINE ICON_1 4001
#DEFINE ICON_2 4002
#DEFINE ICON_3 4003
#DEFINE ICON_4 4013
#DEFINE ICON_5 4014

rdonnay wrote:What is the #define value of ICON_1 ?

Re: function DC_IconDefault (ICON _1) is not working

Posted: Mon Sep 10, 2018 12:55 pm
by rdonnay
Does DC_IconDefault() work with other icons.

Re: function DC_IconDefault (ICON _1) is not working

Posted: Mon Sep 10, 2018 1:30 pm
by digitsoft
if change happens the same as with ICON_1 Only present if you add in DCGETOPTIONS ICON ICON_2 on all screens
and Windows sees it as ICON please look at the image
rdonnay wrote:Does DC_IconDefault() work with other icons.

Re: function DC_IconDefault (ICON _1) is not working

Posted: Tue Sep 11, 2018 7:26 am
by rdonnay
Can you demonstrate this problem in a small test program?