Jump to content

dionel1969

uniGUI Subscriber
  • Posts

    459
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by dionel1969

  1. Hello everyone!!!.

    I have an Edit Box in a Form, and I want it to perform certain actions when certain keys are pressed. After the actions have been carried out, I need the Edit Box to be clean and active for the next thing to do. In this case I try with the Slash (/) and it works sometimes and other times it doesn't, interspersed. I am doing something wrong? or Am I forgetting something?

     

    testeditoboxclear.rar

  2. Hello:

    The biggest problem is that there are no errors. It just stays looking to connect somewhere but doesn't connect in the end.

    The App is StandAlone for testing purporses, running over Windows 2012 Server, but it is not working as server, is for just testing. And I installled the same run-time package as I'm using for developing in my computer. (1.90.0.1563)

     

    Dionel

     

    Unigui-Error.jpeg

  3. Hi, I'm having a problem trying to test an application developed with unigui that I just finished this week. On my machine, in which UNIGUI is fully installed, it works fine, but on the test computer it keeps looking for something on the internet and in the end it gives an error that it can't connect to "I don't know what". I am using version 1.90.0.1563, because the latest version cannot be downloaded. I paid for the License last year and it expired in April of this year, due to other problems that I had to solve before in the company and UNIGUI could not be used for more than a year. Question: Do I have to buy the license again? What is that module looking for and where is it not found? Is there anything else or something specific that I should read about UNIGUI licensing?

     

     

  4. Hello everybody:

     

     I just installed Delphi XE2 in a recently installaded Windows 2003 Server. With this X2 installation I intall last uploaded Unigui version. There's nothing before, but when I tryingt to use "inheritance mechanism" from unigui there appear an error like this: "UniForm not found". Is there something I'm missing???

     

     Notice: I use this with Delphi 2009 and it works well.

     

    Thank you for your attention and time.

     

  5. My ideas w/slight modifications

     

     

    - Standard version (Without source)

    This will be the standard version for uniGUI. You'll get the Ext JS license separately (Combined in future). You will receive a DCU only package. More or less like something we currently distribute as beta.

     

    - Pro version (without source)

     include some additional tools and several incident support pack (ie. 2 premium incidents)

     

    - Source code sold as a separate product

    This can be another option.

     

    - Premium Support Pack.

     

    I agree.

  6. You can use UniMainModule.OnSessionTimeout and ExtendTimeOut to extend session for another xxx seconds

     

     

    UniMainModule.OnSessionTimeout did not work for me in the "near" past while there was a ADO Proc running. To avoid that I had to use threads for calling ADO Proc and do some refreshing in the interface using unitimer.

  7. Hi,

     

    In our application, the login is a mandatory action so we do a simple thing:

     

    develop a login form, adding the following to be the first form displayed:

     

    initialization

    RegisterMainFormClass(TfrmLogin);

     

    and deleting similar lines in the MainForm

     

     

    If the login succeeds, simply initialize what you need and do:

     

    frmLogin.Hide;

    frmMain.Show;

     

    All session flags and shared information, we put them in MainModule.pas as public members of TUniMainModule, so they are available for all session forms through UniMainModule function (be sure that MainModule is present under "uses" clause of your forms).

     

     

    It is very simple, but it works for us...

     

    Regards,

     

    Thank you for your comments. This issue I solved a time ago, but anyway thank you again for your help.

  8. Hi to all.

     

    I share the uniGMap component.

    It is based on code I have used in several projects and actually developed to fulfill my needs.

     

    There is no need for external JS files.

    It can add and remove markers and lines,

    change several map properties like zoom , type , control visibility etc

    and notify about map events through AjaxEvent like zoom , click , markerclick ....

     

    It has been tested with both 0.89.0.958 and 0.90.0.964

     

    Thank you. I will take a look about it later.

×
×
  • Create New...