Jump to content

ZigZig

uniGUI Subscriber
  • Posts

    352
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by ZigZig

  1. Anyway, UniSession.UrlRedirect('http://www.google.com') works iike a charm, even with a popup-blocker : the same window changes to Google page without blocking. Tested on MS Edge, IE11, Chrome and Firefox (latest uniGUI build : 1301).
  2. 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.
  3. 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!
  4. You can change UniLabel1.Caption in runtime.
  5. ZigZig

    app execution

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

    app execution

    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) !
  7. ZigZig

    vcl apps

    No, you can't.
  8. Can't you just type it in the theme property field?
  9. Documentation is available here : C:\Program Files (x86)\FMSoft\Framework\uniGUI\Docs
  10. If you can work with other DB than Firebird, you can try Azure SQL Database (from Microsoft) : it works in Delphi just like a Microsoft SQLServer, but it is located in the cloud (Microsoft Datacenter). Performance is very good and pricing is correct.
  11. Hello, This topic is very interesting. Unfortunately, I don't speak Portuguese.
  12. ZigZig

    ISAPI app

    Could you please post a full project (in a zip file), so that we can understand your issue?
  13. ZigZig

    messagedlg

    Could you please post a full project (in a zip file)? Without that, it is very difficult to understand where is your issue...
  14. ZigZig

    messagedlg

    What about "nil" with only one "n" (just like BantuKumar wrote) ? BTW, what is your uniGUI version ?
  15. ZigZig

    ISAPI app

    What is your "lib" object, where is it created?
  16. ZigZig

    quickreport

    You don't have to search too far: http://forums.unigui.com/index.php?/topic/1039-quickreport/
  17. 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...
  18. Actually, we already tried to make such a thing: http://forums.unigui.com/index.php?/topic/5070-a-mini-guide/?p=25902. Please feel free to use this Wiki, write into it, add or edit topics... !
  19. ZigZig

    Merry Christmas!

    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!
  20. Joyeux Noël ! Feliz Navidad ! Feliz Natal ! С Рождеством ! Merry Christmas in all languages !
  21. Could you please use English, or post in "Non-English" section? Thanks a lot!
×
×
  • Create New...