ToolbarButton of style PushButton appear broken

0
0

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

  • You must to post comments
0
0

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:

  1. a normal and a toggled button
  2. the normal button is pressed (while the pointer is down)
  3. the toggle button is pressd

Toggling is up to your application. It´s the same behavior as in WinForms.

Hope that helps.

Best regards
Frank

  • You must to post comments
0
0

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

 

  • You must to post comments
0
0

Hi Andrew,

both fixes (WJ-8022+WJ-8023) are included in the latest Wisej release (1.3.35).

Best regards
Frank

  • You must to post comments
0
0

Hi Andrew,

nevermind about the test case, both issues should be fixed with the next release.

Best wishes

Thomas

  • You must to post comments
0
0

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

  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.