Jump to content

wkotze

uniGUI Subscriber
  • Posts

    28
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    south africa bloem

Recent Profile Visitors

761 profile views

wkotze's Achievements

Newbie

Newbie (1/4)

2

Reputation

  1. wkotze

    mobile Splitter

    Hi All I have a mobile app with grid on top and detail panel below, not having a mobile splitter, i improvised with buttons to increase/decrease height. Can anyone please assist with a better solutions thank you
  2. thank you Sherzod,is hyperserver required however, is this not handled by IIS in an more optimized manner automatically as oppose the service mode?
  3. hi Guys I currently run my application as unigui "service" with hyperserver. I do however want to start using IIS on the server (vps running win servewr 2016), as i have a need to run other websites as well on port 80 If i change my unigui application to run as "ISAPI" in IIS, do I still need to run HYPERSERVER ? thank you Wihan
  4. sorry Sherzod, examples not clear. i am trying to display both the server time and the local time to thuser procedure TMainmForm.lbltimeClick(Sender: TObject); var servertime,devicetime : string; begin ... servertime := formatdatetime('hh:mm:ss',now) // javascript call to put local time into 'jsdatestr' // UniSession.AddJS(' var ldate = new Date(); var jsdatestr = ldate.toLocaleTimeString("EN-us").substring(0,8); '); <-- is UniSession.AddJS event the correct call ? devicetime := ??? <--- i need jsdatestr from JS above here uniGUIDialogs.ShowMessageN( 'server time is ' + servertime + ', your local time is ' + devicetime ) ... end
  5. sorry Sherzod, can you please provide some code as in simple example i've used thank you!!
  6. Hi Guys, how can i get the value from a script back into a local variable procedure blabla; var x1 : string; begin UniSession.AddJS(' var x = "unigui" ; '); // i want js x returned into variablex1 thank you
  7. PERFECT! , thank you Sherzod
  8. any feedback on this ?
  9. you can just place it on the form an test test1.zip
  10. yes 1.90.0.1531, i suspect TUnimContainerPanel as well
  11. I am not able in browser to (clipboard) selectAll or Copy any text in TUnimHTMLFrame; (worked in edge without higligting te selected text, BUT not in crome or firefox at all) thank yoiu
  12. wkotze

    Servermessages

    both servermodule.servermessages and maninmodule. servermessages is set BUT only servermodule. servermessages display on session termination I want maninmodule. servermessages to display NOT servermodule. servermessages
  13. wkotze

    Servermessages

    Farshad, only servermodule.servermessages gets called, maninmodule. servermessages inot test1.zip
×
×
  • Create New...