Page 1 of 1

DB Nav Button Icons

PostPosted: 29 Jul 2014 03:58
by zsleo
IW 14.0.31; DCG 2.2.1.13

I want to display the text and not the icon for each DB Nav button.

How do I do this?

I have tried to clear the icon image but the icon reappears at run time

TIA

Re: DB Nav Button Icons

PostPosted: 29 Jul 2014 09:26
by Alexander Bulei
Hi zsleo,

have tried to clear the icon image but the icon reappears at run time


It's a known delphi's bug, doesn't store empty string in dfm.

You should set it on runtime - oncreate for example...

delphi code
procedure TIWForm4.IWAppFormCreate(Sender: TObject);
begin
IWCGJQNavigator1.Buttons.Cancel.Icon:= '';
end;


Best Regards.

Re: DB Nav Button Icons

PostPosted: 29 Jul 2014 23:23
by zsleo
Thanks

Re: DB Nav Button Icons

PostPosted: 04 Aug 2014 03:26
by zsleo
When will this fix be released?

TIA

Re: DB Nav Button Icons

PostPosted: 04 Aug 2014 09:10
by Alexander Bulei
Hi zsleo,

It's a known delphi's bug


When will this fix be released?


Well, we don't know, you should ask the embarcadero.

Best Regards.

Re: DB Nav Button Icons

PostPosted: 05 Aug 2014 01:25
by zsleo
Sorry! I really am not having a bad time on this forum.

I posted the request against the wrong item... I will post it correctly.

Regards