Hello,
When I select a pushbutton on a toolbar of type PushButton the button should show that it was pushed, but it doesn’t. It looks just like all of the other buttons that were not pushed. Shouldn’t the background color be a little different, giving it a ‘sunken’ look, so that it’s visually obvious to the user which button was selected?
Also, sometimes images of PushButtons don’t format correctly, I can only see a portion of the image. See “Button 1” on my sample app and the attached screenshot.
Thanks, I’ll submit a sample app.
Andrew
Hi Jonatha,
this may be a misunderstand here. You can find some information in our help:
https://docs.wisej.com/api/wisej.web/containers/toolbar/wisej.web.toolbarbutton#pushed
The pushed property actually is toggle and not related to the pressed states.
Please take a look at this sample:
Toggling is up to your application. It´s the same behavior as in WinForms.
Hope that helps.
Best regards
Frank
I’m using version 1.3.65.
PushButton in Toolbar still doesn’t work (no changes after it has been pushed).
The property .Pushed on the button isn’t updated after i click the button: do i have to update it programmatically?
Thank
Jonatha
Hi Andrew,
both fixes (WJ-8022+WJ-8023) are included in the latest Wisej release (1.3.35).
Best regards
Frank
Hi Andrew,
nevermind about the test case, both issues should be fixed with the next release.
Best wishes
Thomas
Hi Andrew,
we just worked on an issue in WiseJ themes regarding the push states of toolbar buttons. This should be fixed in the next build.
Can you upload or send a small test case for the other problem you describe?
Thanks
Thomas
Please login first to submit.