Jump to content

jozef

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by jozef

  1. This is not unpredictable. In my opinion, your good support can encourage anyone to buy your product. Keep in mind that your sales policy needs to be reviewed, as well as more flexibility. I myself am testing and evaluating this framework to migrate from the VCL project. But I saw Chenta Buck very bad in the framework, which made the decision difficult for me
  2. Apparently, you would not have answered the question if it had no financial aspect. My problem was solved by enabling the property EnableLocking
  3. I use the trial version
  4. What should I do now to solve this problem?
  5. Does this mean that this problem is due to not having an email?
  6. -------------------------------------
  7. Hi, I am using version uniGUI Complete Professional 1.90.0.1572 When I activate the selection mode in the grid, because the form is in page mode and the grid is in alclient , the horizontal scroll jumps. Of course, only when the main module is set to RTL
  8. FMSoft_uniGUI_Complete_Professional_1.90.0.1568_Trial
  9. Can the Unicheckbox be made into 3 modes? off on neutral
  10. I want to change the item directions of some combobox with css classes to rtl and some others to ltr.
  11. i knew that this code works. in fact i want apply this style "direction:rtl" or "direction:ltr" to combo box items, but this code not working!
  12. ok .I use this version: "uniGUI Complete Trial Edition 1.0.0 Build 1410" But the problem is still exist
  13. hi all when i add unilistbox on form, i add css class to it with this code: function beforerender(sender, eOpts) { sender.addClass('testClass'); } this code add testClass to table that holding ul, but i want add this class to ul tag immediately. any body can help me?
  14. jozef

    combogrid

    please give me an example for your second way?
  15. jozef

    combogrid

    hello everyone Is this component in UniGui? https://www.jeasyui.com/documentation/combogrid.php
  16. i dont need gsap. i just want to change above code.
  17. i used of this code. i want to place left of the form at the center of screen. how to do this? function window.beforeshow(sender, eOpts) { sender.animate({ duration: 200, to: { x:450, opacity: 100} }); }
×
×
  • Create New...