Jump to content

freedowsRoO

Members
  • Posts

    188
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by freedowsRoO

  1. Hi guys! Is there a way to remove ext events at runtime?
  2. YEEEHHH it works! Thank you! You are the best!
  3. Sure! attached, thanks for your help. Project1 micro menu error.rar
  4. As i said, when MICRO is enable doens't matter size of the width the problem continue happening.
  5. the size is already 300, when the micro is enabled does not import the size of the width the problem continues to occur.
  6. I want to increase the panel size of the submenu, As you can see in the image the words are getting eaten.
  7. Hello! I did this few weeks ago, i upgraded my project from 1.10 to 1.90. I did not have problems with the unigui but i not have so much sencha codes in my project, i think the real problem is this, because the unigui 1.0 use sencha 3 i guess, and the unigui 1.9 jump to 6.
  8. Hello Guys! I'm having a little problem with the navTree menu. I can't increase the size of the sub-items when the menu is closed.
  9. Sorry for my bad english. i'll try to explain.... i attached an example. I need the label to increase and decrease along with the panel. resize label.rar
  10. Of course! As i said, i have a resizable panel on my application with a label inside him. When i resize the panel in run time i need that the text label resize togheter with the panel.
  11. hi @mhmda i'm with the same problem. I have a resizeble panel with a label and i'm trying with no success to resize the label togheter the panel. How can i resize the label togheter with the panel? Can you help? Thanks you!
  12. Hello guys, how can i get the component that triggered the pop up menu?
  13. I'm usgin the uni_emerald theme and i'm not using custom CSS. So, i try to clear cache and no success either.
  14. Hello friends! I have an application that was working fine on any browser size, but after I update my UNIGUI, the application gave error in screen size and I can not find the solution. I added 2 photos, one of them centered the layout (unigui 1.0) and the other cut the right side (unigui 1.5). obs: Is this the same application, the same code, just running in diff versions.
  15. if can help you i can do this in a VCL application using the following code: var ctrl : TWinControl; begin ctrl := FindVCLWindow(Mouse.CursorPos);
  16. Is there a way to reduce the font size of the TreeMenu child node?
  17. Yes, here is it. In example the panel always move to the first position (index 0), i need that the panel move to the position of the panel that i need to drop. Drag&Drop.rar
  18. My only problem is the routine is to find the index of the object under the mouse on "endDragEvnt", just it. procedure TMainForm.UniPanel4EndDrag(Sender: TUniControl; Left, Top: Integer); var origem: TUniControl; indxToMove: Byte; begin origem := Sender; indxToMove := 0; UniContainerPanel1.RemoveControl(origem); UniContainerPanel1.JSInterface.JSCall('insert', [indxToMove, origem.JSControl]); origem.JSInterface.JSCall('show', []); end;
×
×
  • Create New...