Jump to content

zilav

uniGUI Subscriber
  • Posts

    573
  • Joined

  • Last visited

  • Days Won

    44

Posts posted by zilav

  1. No other solutions due to security issues. If you can control how user opens a browser like providing him a link to click or pressing a button in custom application, you can add parameters to URL and read them in unigui app.

  2. TWebBrowser is actually OLE browser window, it can't be used on server. UniGUI is server side library.

     

    And you did it wrong even with TWebBrowser. It works, but it's horrible. Instead you check GET/POST url address of a form and parameters names, then use Indy library to perform this operation, get back html page in a string and parse it for needed data. And that method can be done on the server inside unigui app too.

    • Upvote 1
  3. The only difference is that js method sets the last parameter to True which means "animate". Normally UniGUI exposes majority of properties in designer but "Animated" is not there yet. If you don't need animation, then just setting Position is easier. Traffic is the same.

    You can aways check Sencha ExtJS docs for javascript methods and properties on client side. For this particular function

    http://docs.sencha.com/extjs/4.2.3/#!/api/Ext.ProgressBar-method-updateProgress

×
×
  • Create New...