Button with drop down panel

0
0

Hello,

Is it possible to create a button with a drop down panel?

Inside this panel I’d like to implement a lot of controls like labellinks, buttons and Image.

I’d like to make something like the image below.

Tks
Luiz
  • You must to post comments
0
0

I believe that parent strategy can work!

I gonna check it!

Tks

  • You must to post comments
0
0

Hi Luiz,

(User)Popups don´t have a parent to be able to show over all other controls.

But there are 2 easy ways to resolve this:

  • Store your parent in a variable of the UserPopup
  • Use the Opener property

Best regards
Frank

  • You must to post comments
0
0

I know I can implement anything inside userpopup (I’ve done), but i need to interact with his parent (viewport).

When I click in something inside Userpopup, I lost my viewport. (Could see the example attached?)

Should I implement tabpages with pages inside them?

Tks

  • You must to post comments
0
0

I tested the example but the userpopup should be inside the page1.

I have a Viewport with a toolbar, this toolbar will open an userpopup and open all the pages or windows without losing the main toolbar.

How can I do that?

Tks

 

  • Frank (ITG)
    Can you please attach a sample that shows your setup and requirements? TIA, Frank
  • You must to post comments
0
0

Hi Luiz,

please find a sample attached. You can use it as a base and adjust it as you want.

popup

Best regards
Frank

  • You must to post comments
0
0

Hello

I’ve tried to use the UserPopup with no success, and I didn’t find an example in the GitHub, can you send me one?

Tks

 

  • You must to post comments
0
0

Hi Luiz,

you can use a UserPopup for that. It can contain any controls you like.

Please let us know if you need a sample.

Best regards
Frank

  • You must to post comments
Showing 7 results
Your Answer

Please first to submit.