Jump to content

Mauri

uniGUI Subscriber
  • Posts

    49
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

903 profile views

Mauri's Achievements

Newbie

Newbie (1/4)

2

Reputation

  1. I need to implement the Autocomplete functionality (similar to Smart Compose in Gmail) in a Memo field (TUniMemo or TUniHTMLMemo). Anyone have any suggestions on how to do this? Can be another component in javascript!
  2. Hello, My software has about 500 forms using the classic theme. I would like to initiate a visual change of some forms using a new theme (Triton). So, I wonder if I can apply a different theme to each form?
  3. Farshad, thank you for your feedback and with this functionality the product will be even better!
  4. In the new version of UNIGUI v1.50.0.1480 the load balancing functionality was implemented! In this context I would like to know if there is any documentation that explains how to configure this functionality because in the normal UNIGUI documentation I did not find this (http://www.unigui.com/resources/online-documentation/developer-manual) [uNG-2682] - HyperServer: Improved load balancing.
  5. we have a list of messages that are stored in the database and every time a message is triggered I make a query in the database. As this list changes very seldom we will read from the database at the time of initializing the IIS Server (We use ISAPI). I would like to store all messages in a variable of type TDictionary, however I do not know if I can leave it in ServerModule? I was wondering if multiple sessions fetching at the same time this single variable in ServerModule can give some conflict or problem? The idea would be to avoid having such a variable for each session and having only 1 for the system as a whole. Does anyone have any experience with global variables in this regard?
  6. Is there an event that I can show more records or call another form with all the information?
  7. Hi, uniGUI Version 1.0.0.1390 Best Regards
  8. Hello, I have a TUniCalendarPanel component loaded with data and, because has a lot of records, show the link "+12 more...". I'd like to know how to treat this link for receive the records and can show other TUniForm of our system? Attached photo of case. Grateful already! Mauri
  9. I need to implement this chat feature in the system and would like to know if anyone could implement this using UNIGUI? Any suggestion is welcome!
  10. Mauri

    Application Form

    Hello, after I updated to version 1.0 RC (actually using 1365) I noted a difference when using appication forms. I know that application forms are created on demand without having to create it in code, but now, when I simply use something from the form like: Form1.someVariable := 'test' the form will automatically show without having to use Show or Showmodal, was this change intentional? If it was, is there a way to disable it? Because I have some forms that on Show I set some variables in other forms that will be used later, so that's causing me problems because when I open a form it will open the other ones. Thank you
  11. Is it possible to include multiple routes? Using latitude and longitude, like Point 1 > Point 2 > Point 3 > Point 4 ?? Thank you.
  12. Awesome component, any plans of including the drawing library in the near future? Thank you for your great work.
  13. Na versão Trial não é possível alterar o título
×
×
  • Create New...