Jump to content

Ario.Paxaz

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ario.Paxaz

  1. I mean the color of the UnimEdit round box.
  2. Hello, How can I change the color of the UnimEdit when the focus is on ?
  3. I found it, I should have made these changes too, because my browser was Brave, after putting this code, I saw it. http://forums.unigui.com/index.php?/topic/11445-placeholder-empty-text-chang-color/&do=findComment&comment=60722
  4. Hello, How can I make the second form cover only 2 out of 3 parts of the first form when displaying the form on mobile and one third of the first form can be seen under the second form? Regards.
  5. Hello, Can I use Empty Text for UnimNumberEdit ? Regards.
  6. Hello, What event should I use for UnimEdit?
  7. Thank you, I will use this plugin for now until UnimDatePicker 's problem is fixed.
  8. Hello, Thanks, it worked on desktop. Where should I write Afterrender for UnimEdit?
  9. I want to use this for now until the check of the UnimDatePicker component is done. https://ghaninia.ir/posts/انتخابگر-تاریخ-شمسی-جاوااسکریپت
  10. It is Persian Date Picker . persian-picker-master.zip
  11. Hi, I used the following code to give an UniEdit a class name. UniEdit1.ClientEvents.ExtEvents.Values['beforerender'] := 'function beforerender(sender, eOpts){ sender.addClass("date");}'; Put the output photo. DatePicker_Persian.rar
  12. Hi, Please, guide me to use this Solar(Jalali) date selector. https://github.com/ghaninia/persian-picker
  13. I want to leave a combo box for the day, month and year until your review is completed and give it to the customer. But I don't think it will be very beautiful.
  14. Can you guide me to design such a form that is a date selector, what should I use? For example, what should I use to implement the day selector that is clear in the picture?
  15. Yes, I know that they are different. I assumed that they might have inherited from an object.
  16. UnimDatePicker does not have the Kind attribute, like UniDateTimePicker.
  17. I have done the settings as per the post below, but Jalali calendar is not displayed. http://forums.unigui.com/index.php?/topic/1202-jalali-calendar/&do=findComment&comment=35004
  18. I sent the output on the computer. If you need, I will also send the output on the mobile phone
  19. This can be done without canvas? I mean, can it be fixed with UnimLabel or another object ? Because during the presentation, I want the canvas and the label to be in exactly the same place, and it is possible that if I use the canvas, I will have to change the place during the presentation.
  20. I do not understand your question. I display the calendar to the user to get the date. The user selects a date and then I give him information according to the selected date from the database.
  21. Hi How is this made? Is a UniCanvas object placed before this UnimLabel? Regards.
  22. Because the program is for mobile, I put it on dptEdge. I put it on dptFloated and made the settings related to the Jalali calendar, but the conversion was not done. Regards.
×
×
  • Create New...