Hello,
it is a littlebit difficult to discribe what my problem is but i will try.
I have a UltraToolbar with .IsStockToolbar = true. On this toolbar there are n ControlContainer tools followed by a SpringLabel and two ButtonTools. In the ContainerTools there are several setting a user can make. The two buttons are to edit settings and "close" the toolbar. The SpringLabel is used to position the two buttons always on the right end of toolbar.
The two buttons should be the last tools to be bumped, therefor i set priority of the two buttons and the springlabel to containertools.count + 1 and +2 and +3.
But what happened:
If i resize the form, the springlabel gets smaller and smaller. Everthing ok. But then the last button (n +3) disappears without bumpednotification. Go on resizing.
Then the first containercontrol disappears with bumped notification and the last button (n+3) appears again but the springlabel skrinks to the same size as the buttons (16 pix) and the two buttons are not at the right end anymore.
So why is the springlabel quiting to spring in bumped mode and why disappears the button without bumpednotification instead of one of the controlcontainertools which should disappear first?
Hope you understand what i mean,
Thank you
Bjoern
Hello Bjoern,
Thanks for attached video file. I was able to reproduce your issue. After research the reasons for this behavior is MinWidth of the tool. If you set MinWidth = -1 you will get desired behavior. Please take a look at the attached video file for more details and let me know if you have any questions.
Regards
Hello Georgi,
here is a video of the mysterious disappearing button...
i have installed the "new" serivice release (2054) but no change.
You have added some tools to the toolbar. No change else? I work on windows XP instead of Win7 like you. Maybe thats the problem?
Regards,
Thanks for attached sample. I made few test using your sample and our latest version of our assemblies - 12.1.20121.2054 and at a first look evrything seems to wrok properly. Could you please take a look at the attached video file and let me know if you think that I miss a specific step to reproduce your issue. Also if you are able, please download and install the latest available service release. You could find it at : Infragistics.com -> Accounts -> My Keys and Downloads
Thanks and Regards
i have attached the modified sample. You are right. Only manipulating the MinWidth does not call the effect.
But in the sample you can see the effect.
The version i posted a few days ago: 12.1.20121.1001
What about the other questions?