Jump to content

awendisch

uniGUI Subscriber
  • Posts

    34
  • Joined

  • Last visited

Everything posted by awendisch

  1. Sup guys, I'd like that my TUniTreeMenu Items broke the line whenever the text surpasses the limit width, instead of cuting the text and adding "..." like in the picture below. Any ideas how, I'd appreciate.
  2. Seems to work, I would try to do that. Thanks man. Still I would like to know why it didn't work the other way.
  3. I am trying to create a method to call a screen mask , execute a code and finally hide the mask. My objective is to use this code all around my system, like whenever I needed i would just call it from a Library.
  4. After I create a instance of a TUniScreenMask while trying to call a sceen mask manually the Error occurs : ''There is no default JS Object appears' . I'm not quite sure on how to make this work, if someone has any pointers on how to solve this problem I apreciate.
  5. Currently I'm using Unigui 1.90.0.1559. I've been trying to find a solution to drag and drop TUniPanels in order to make a Dinamic layout for placing DashBoards. Normally all you had to do is to code around the mouse events to capture mouse position and then alter the Left and Top property of the object you're draggin. The problem is that neither my form nor my Objects have the "OnMouseMove" event, without this event I cannot implement the code to capture mouse position in real time while draggin the object. If anyone know a solution to this problem I would apreciate it.
  6. I have a TuniDbEdit with the property "InputType" setted to "datetime-local", right now the component is setted to manage a TimeStamp Field, but as I try to use it in run time the error "Could not parse SQL TimeStamp string" occurs. Apparently this component is made to work with Varchar type. Does anyone have a solution to that, it's really important that the DataBase field keep being TimeStamp type.
  7. Currently I'm using this component (UniDbDateTimePicker) with the property "Kind" set to tUniDateTime to handle TimeStamps fields from my DB, but I'm having trouble to set the width correctly to make both sides rightly ajusted. As you guys can see, the left side has more than sufficient space while the right side doesn't have enough. If I try to increase the width the proportion stand the same and the spare space from the left side increase aswell making my layout look bad. Does anyone know how to set the width from both sides (Date and Time) separately?
  8. Greetings, I updated to the latest version and the bug no longer exists. thankful!
  9. In my Unigui it is this behavior that he exhibits, but I need it to be the same as in your video. screen-recording.webm
  10. hello alright, yes, this is the behavior I need. My version of UniGui is 1.90.0.1510. Is there a bug? did you make any changes to load the icon a second time?
  11. I really regret that it takes so long for us, the user who paid for the unigui tool and we are betting on its evolution, to have answers to problems.
  12. Greetings, can you suggest a solution, even if an alternative?
  13. Note that when the edit record button is clicked, the form opens and the selected image is no longer displayed. What I need is to load the image. the test that must be done is. 1 - edit record 2 - change the image 3 - click again to edit record 4 - notice that the image was not loaded (Problem is here)
  14. Hello, below is the test case. Test_IconItems.zip
  15. Hello. yea, What I mean is visible in the .gif image I just attached. what i need is to be able to set the combobox image at runtime, so that when opening the form the image is loaded to the component.
  16. Hello, I need to set the image of a combobox using IconItem, but I need the image to be changed by code. I can change the Combobox's ItemIndex but that does not update the image.
  17. Hi mhmda, Thank you for sharing! This helps a lot who is starting !!
  18. Hello, How can I get your beautiful demo project? The current link is broken!
  19. Hello. Any solution to this question?
  20. Yes, it is related but it is an attempt at a solution as it is not possible to change the position of locked columns. I will try to use two UniDbGrids linked to the same Datasource, but to have the effect of unity, I need to synchronize the scroll of the two UniDbGrids. Nova Imagem de Bitmap.bmp
×
×
  • Create New...