ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Toolbar suggestions

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
PeterPanino Posted - Jun 28 2020 : 06:25:13
It should be possible to hide the Auto-Toolbar with the ESC key.

This would be useful to get the toolbar out of the way when it is no more needed.

Also, the Auto-Toolbar should have a grip to move the toolbar around with the mouse. This would also be very useful.
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jun 29 2020 : 23:26:03
Hi Peter

Unfortunately Esc already has several task specific effects, so I don't want to add a general one that would override it.

Please change the value of AutoToolbars to show/hide the toolbar.

I have exposed Toolbar as a property, but it should not be used to hide/display the toolbar as the result may be unpredictable.


Nigel
Xequte Software
www.imageen.com
PeterPanino Posted - Jun 29 2020 : 10:42:54
After having hidden the toolbar with the ESC key, the user can make the toolbar reappear by simply clicking on the ImageEnView again.

Please also add explicit methods to show and hide the toolbar, e.g.:

ImageEnView1.Toolbar.Show;
ImageEnView1.Toolbar.Hide;


In this way, the developer could have better control over the handling of the toolbar.

This would be very useful.
xequte Posted - Jun 28 2020 : 16:25:51
Hi Peter

I'll consider a grip for a future version.

Esc key support would be better added at the application level, otherwise we'd need to add options for when toolbar should be re-enabled (after Esc has been used).



Nigel
Xequte Software
www.imageen.com