CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

DB Nav Button Icons

by zsleo » 29 Jul 2014 03:58

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
zsleo
 
Posts: 776
Joined: 03 Feb 2013 03:33

by Alexander Bulei » 29 Jul 2014 09:26

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.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by zsleo » 29 Jul 2014 23:23

Thanks
zsleo
 
Posts: 776
Joined: 03 Feb 2013 03:33

by zsleo » 04 Aug 2014 03:26

When will this fix be released?

TIA
zsleo
 
Posts: 776
Joined: 03 Feb 2013 03:33

by Alexander Bulei » 04 Aug 2014 09:10

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.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by zsleo » 05 Aug 2014 01:25

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
zsleo
 
Posts: 776
Joined: 03 Feb 2013 03:33


Return to JQNavigator

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.