Jump to content

pro_imaj

uniGUI Subscriber
  • Posts

    929
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by pro_imaj

  1. @Sherzod Yes, this works, I tried it while making a test case, but it doesn't work in my project, the background is always recorded as black in my project.😪
  2. @Sherzod Unfortunately, my main project has a black background. When I create sample projects, it comes out with the same codes as you wrote. Could it be caused by a setting on the servermodule or mainmodule side?
  3. @Sherzod Hi No matter what I do with the background color, the picture background is always saved as black. is there a solution for this?
  4. I fixed the problem by adding the form close function to the end of the UniCanvas1AfterSubmit event.
  5. Hi When I run the code below, the code in line 2 works and closes the form, without SubmitData in line 1 working. How do I get it to work sorted in Unigui? UniCanvas1.SubmitData; TuniForm(Owner).Close;
  6. Hi @Ron, Reply, thank you for the example, I appreciate it. In this example, since the user can use different colors while drawing, everything on the screen changes when I change the Color, how can I change the color without wiping the screen? What I'm doing is briefly HTMLFrame.HTML.Text := memBlack.Text; I have attached an example. mousemove_ex.zip
  7. Is there a sample application on this subject has been done and shared before. This is not the main topic of my project but I need something like this in some part.
  8. Yes I saw. I reviewed the "Canvas" example. I have seen people who have worked with java script libraries such as http://fabricjs.com/ in the forum, but I did not get any results, I am writing in case there is someone who can produce such a solution.
  9. It would be very useful, if you know anything, I would be very happy if you share it. *I reviewed Unigui's own demos. i want to do -Drawing in different colors -Adding some simple shapes -Add and scale images -Save the action as a picture
  10. Hi, I want to make something like Paint that will allow the user to draw freely with Unigui, I searched in the forum but I couldn't find the right examples. There are also professional Javascript libraries adapted to Unigui. Thank you.
  11. @Sherzod @Farshad Mohajeri Any progress on this? I'm about to go crazy 😇
  12. @Farshad Mohajeri Hi, I think you need to edit the componet regarding this issue. This issue has taken me 2 days and still not resolved.
  13. @Sherzod Hi, The UniDBTagField object needs to have a ListSource property. When I manually add data to the Item field of the UniDBTagField object at design time, it works fine, However, when creating a form in the code part, when I fill it with a loop or fill it with a button, unfortunately I cannot see the old information.
  14. This problem may not be related to UniDBTagField, in the example I sent you, when I add UniDbCheckCombobox instead of UniDBTagField, there is no problem while recording and that blank screen does not appear, yes, but when I open it in edit mode, the relevant data does not appear. It's as if the situation is related to a bug caused by unigui regarding my opening Frame in a Form.
  15. I am using MSSQL, if it is suitable for you, I will do the work and send it to you as a script.
  16. Hi @Sherzod Unfortunately not, there is no problem with any log files or debug mode. I'm sure there is a big bug in this component. Instead, I used UniDBCheckCombobox without changing any code and got the result without any problems. Since the UniDbTag component is much more useful, I want to use it, otherwise I solved my problem with UniDBCheckCombobox.
  17. @Sherzod I've been dealing with this problem for 2 days, I'm using it in the try except block, it seems that the database has been registered, but access to everything is stopped on the unigui side, if you can help me, I would be very grateful.
  18. I can give anydesk when you are available, I try all the ways, but the result is the same, I cannot prepare a test case because there is a database connection.
  19. After this event, when I try to open a frame in the Form, something like this appears. A frame opens in a form that normally has the System Close button
  20. Also, there is a bug in UniDBTagField component and it affects the whole project. If the user writes and saves anything that is not in the list, then no frame can be opened in the project, which is a very big problem.
  21. Hello, I noticed that the UniDBTagField object has no FieldLabel properties, it needs to have it like all other objects, how do I solve this?
  22. I found the source of the problem with CreateOrder; When processing with CreateOrder, it should be started from 1, since I start from 0, edits are not positioned when 0 in all other objects. This is not a definitive solution, normally it should have been resolved with TabControl. Thanks for your help. @Sherzod
×
×
  • Create New...