Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/20/21 in Posts

  1. Example for consumption of Geolocation API enabling complete data collection from a given ip. Get you free API Key at http://ipstack.com/ (free untill 10.000/day ) Project available at https://www.uniguiexpress.com
    1 point
  2. Hello, Yes. Just install both runtime packages.
    1 point
  3. Еще проще... procedure TMainmForm.UnimFormShow(Sender: TObject); begin JSInterface.JSCall('hide', [], TitleButtons[0].JSMenuItem); end;
    1 point
  4. Hi @Sherzod Thanks again for your patience. When the application starts, SCROLL goes to the TOP, OK !!! But, the components should be created at the beginning of the form, only that they are created at the bottom, because, as we left in the design time the scroll bar "further down", it assumes this position. That's what I'm trying to solve and trying to explain to you. I apologize for the "bad" communication. scrollbox.mp4
    1 point
  5. Online dynamic framework documentation Web Dynamic Framework specification_en1.docx
    1 point
  6. For example: 1. procedure TMainForm.UniFormCreate(Sender: TObject); begin with UniPanel1 do if TitleVisible then begin JSInterface.JSConfig('icon', ['files/truck.ico']); JSInterface.JSConfig('iconCls', ['panelIconCls']); end; end; 2. CustomCSS: .panelIconCls { background-size: 100% auto; }
    1 point
  7. No, it is just another Node. NodeZero indicates that this Node Id is equal to zero. NodeZero also has a special purpose. If you set "persistent_node_zero" to true, it will ensure that Node zero will always be available and running, so you can execute part of your code in that Node which requires continuous availability. Such as a Thread Timer which executes special tasks in certain time intervals.
    1 point
  8. I have successfully combined unigui with fastscript Recently, it took three months to rewrite fr's online report designer with unigui Unigui is too powerful
    1 point
  9. Here is FMX code to facebook. A little tweak to make it work in uniGUI... no time at time moment buts is working ok using FMX. All code source and examples. Have fun.. Project available at https://www.uniguiexpress.com
    1 point
  10. Updated login demo, now works for Google, Azure and Twitter, enjoy ! SignIn_Demo.zip
    1 point
×
×
  • Create New...