Jump to content

davor242

uniGUI Subscriber
  • Posts

    40
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by davor242

  1. New situation. :D

    I have five team members created and visible in customer portal and a five-member license.

    I need to create two new members (replacing two existing ones). But cannot.

    I go to product, select license and add user. But the create new user button is greyed and I only see the existing five.

                                                                                                                                                                                                                                                                                                               

                                                                                                                                                                                                                                                                          

  2. There are a few tutorials in Portugeese.

     

    Here is a one:https://www.youtube.com/watch?v=kKSxuwUQROI

     

    If you don't speak Portugese you can at least probably follow with the screencast what he is doing. It is pretty straightforward.

     

    If you are familiar with DataSnap but NOT familiar with UniGUI/Ajax then your biggest obstacle wiill be understanding the architecture of UnIGUI - not the actual process of consuming datasnap services.For this http://unigui.com/resources/online-documentation/developer-manualis excellent.

  3. Open position available for a Delphi developer in Sweden at a large multinational coorporation.

     

    * Near Stockholm (1hr)

    * Merits, experience with any of following: UI (2D/3D), DB, Reporting, Web, Industrial Automation, PLCs

    * Both "traditional" (pre D2009) and "modern" Delphi is used

    * 5+ years of professional experience and proof of work required

    * English is required, Swedish is a big bonus.

    * Must relocate

     

     

     

     

     

  4. My team would be interested in training / workshop / deep-dive - UniGUI best practices, UniGUI + DB, UniGUI + Reporting, UniGUI customization etc. Do you have any plans on offering such?

     

    • In English
    • 1-3 days
    • Location at traners convenience

     

     

     

     

  5. Thank you very much! I wasn't aware of dkDisableF5. :D Worked beautifully.

     

    Additionally, after a quick google, I added this to MainForm.Script:

    window.onbeforeunload = function() 
    {
      return "You will be automatically logged out if you proceed with this action.";
    };
    

    ...

     

    To answer your follow-up question: It is all about reducing the number of support call when users loose their work. :D

  6. First of all, excuse my newbiness. :D

     

    What is the current best practice, easiest, user-friendly way to have a session "survive" a F5 refresh?

    Ideally, F5 refresh should bring the logged in user to the exact same state.

     

    I understand that metadata (user,pwd,id) can be stored in a cookie. But that lacks the session state.

    Can a session be restored from a cookie?

    Do we have to manually track the state and restore it in a new session?

     

    I am very new to all this so, if possible, could someone please explain why F5 Refresh has such a complete amnesia effect?

     

     

  7. FMX for Linux and VCL for Linux are particularly interesting when you look who is behind these, namely Eugene Kryukov.

     

    I don't know the details on how/why/when he left Embarcadero by judging from the activity he is still very much on-board the Delphi train. He works for Image-Line these days (makers of FL Studio, possibly the best looking and definitely sounding app written in Delphi hehe).

  8. Hi,

     

    How does Team Management work?

    How do I extend an existing license with additional seats?

    How do I add members to the Team?

    Are all Team Members equal, multiple admins - how about transfer of admin rights?

     

×
×
  • Create New...