Jump to content

How to resize controls at runtime in browser


kkelchev

Recommended Posts

Hi

I saw some comments about Draggable controls property here in forum.
It is nice and usefull feature of UniGUI controls

My question is about resizing at run time in user browser.

Both Position and Size are (like) sides of the coin.
So

Do we have Sizeable functionality like Draggable
What is right way to be able to resize TUniPanel (for example)

Also , How could i force control to brign to front - on top Z order ?

Thanks

Link to comment
Share on other sites

1. Could/how I Do TUniControl.BringToFront

 

For what purpose do you want to use it?

 

Currently not implemented, but only for test you can try to use this approach, because if a component has many parents of containers, problems may arise

UniButton1.JSInterface.JSCode(#1'.getEl().setStyle("z-index", Ext.WindowManager.getNextZSeed());');

You can open a ticket in support portal

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...