Jump to content

ZigZig

uniGUI Subscriber
  • Posts

    352
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by ZigZig

  1. Mask, glad to see I make you laugh, even if you try to talk to Farshad about me in Farsi, which is not very polite.

    I just wanted to help you, and I cannot reproduce your issue (nobody can).

     

    Sorry, I won't try to help you anymore, your last answer looks like a troll to me.

    • Upvote 1
  2. Hello,

     

    It seems that we don't understand correcty your issue, because none of us is able to reproduce it.

     

    So could you please:

    - post a sample project that shows your problem;

    - specifiy your exact configuration (uniGUI and Delphi version, OS, browser, AV...)

     

    Thanks!

  3. I'm trying to do a general lookup form, as I have in vcl app.

    Unfortunately, as I said before, your wish doesn't meet the standard way client-server apps are made in asynchronous mode.

  4. Web frameworks such as ExtJS are asynchronous (the first "A" of "AJAX" means "asynchronous").

    So you cannot directly synchronize client actions (such as closing a modal form) and server actions (such as using Delphi code, which runs on server side, to put a specific value in a field).  It is not a limitation of uniGUI, it's just the way Web Client-Server applications are.  

     

    The only way, if you want to synchronize client action (done on a browser) and server reaction (written in Delphi and running on your server), is to use callback procedure.  Otherwise, you can write a 100% client procedure (in Javascript) to put the value of your field into your TUniEdit (see Client Events) : this way will by synchronous (because it stays on client side) !

  5. Hello Sekpsis,

     

    I think that there is no ONE good answer.  It depends on your database itself (working with several databases is easier with Firebird or Interbase than with Oracle or DB2, and I don't mention MS Access), on your DB components (BDE, ADO or FireDAC doesn't allow you the same things), on your drivers (OLE-DB, ODBC, Native?), on your web server (Apache OR IIS?)...

     

    And overall, it depends on your skills, habits, previous experiences and preferences...

  6. So, Merry Mawlid, respectfully!  I hope that the coincidence of birthdays is an omen of unity and peace for 2016. 

     

    @Schweppes: you are absolutely right, I should have said "Merry Christmas Eve".  So, as today is the day: Merry Christmas to everyone!

    • Upvote 4
×
×
  • Create New...