Jump to content

donlego

uniGUI Subscriber
  • Posts

    231
  • Joined

  • Last visited

Everything posted by donlego

  1. donlego

    Servermessages

    hello i found the way just empty your ulr href like this replace server message on server module & mainmodule
  2. in unimainmodule , there an server message properties how change "[###url###] to my custom url like 'www.google.com'
  3. donlego

    Servermessages

    i need the solution to ,for this case
  4. after update firefox browser to 76.0.1 (64-bit) today , the warning show unigui version 1506
  5. helo how to get the label of series on unichart click i want to get the label on the series ex : 0-30 hari 31-60 61-90 >90 i use this event, but just get value of the series, i want to get the label of the series procedure TFrmDefaultList.chartnya_listSeriesClick(Sender: TUniCustomChart; Series: TUniChartSeries; Index: Integer; Value: Variant; X, Y, PageX, PageY: Integer); begin showmessage(vartostr(value)); end;
  6. i still need session expire / timeout , my app limiting the user count acces , so if the user session never expire it can be problem to other user who want to login to the app
  7. step : 1. on the browser url type localhost:8077/?cust_id=1000 2. try move the form until the session timeout (+-1 second) 3. click the restart application link the url i want back like first 1 opened the url localhost:8077/?cust_id=1000 when user clikc restart application session.rar
  8. Url localhost Open the url on 2 or more tab browser , it create 2 session id, How make it just create 1 session id On 1 same browser
  9. 1 url opened on 1 browser 2 tab create diffrent session id can it not create a new session id if there was session id created on same browser ?
  10. please add this fitur to hyper server remote deploy not just exe , coz sometime when update my new app version not just single exe, it can be other file or folder
  11. hello jahlxx the app url is work but the server url is not work with error object is not found i try both url ip_address/my_app_1/server ip_address/my_app_2/server is there any miss configuration ?
  12. 211.179.137.233:8077/my_app/?cust_id=1000 211.179.137.233:8077/my_app/?cust_id=2000
  13. The parameter is dinamic Like if i have url Ip_addreess/app/cust_id=100 Ip_addreess/app/cust_id=200 When the session timeout page show, The user click restart app then back to first url
  14. any body have experience with this ? keep the default ur with parameter when click restart application
  15. hello jahlxx its work thank you jahlxx
  16. hello i have url with http://localhost:8077/?role=administrator with parameter role on session timeout or invalid sesion how to make when click restart application the default url back to http://localhost:8077/?role=administrator the parameter value is dinamic
  17. Ip_address/my_app_1 (work) Ip_address/my_app_2 (not work)
  18. Ip_address/my_app_1 (work) Ip_address/my_app_2 (not work)
  19. are there any instructions, which I must follow
×
×
  • Create New...