Jump to content

Vision

uniGUI Subscriber
  • Posts

    72
  • Joined

  • Last visited

Recent Profile Visitors

1018 profile views

Vision's Achievements

Member

Member (2/4)

1

Reputation

  1. I tried to read the different posts but I didn't find much
  2. Hello, I would like to be able to display a media player that can run the rtsp stream. What is the right thing to do? Thank you in advance
  3. Hello, I would like to insert several instances of vlc media player into some components like TUniPanel or TUniFrame. The call libvlc_media_player_set_hwnd (vlcMediaPlayer, Pointer (PnlBottomLeft.Handle)) obviously doesn't work because I am not returning a handle. Then VLC opens a new window on its own. Is there a way to do this? Thank you in advance
  4. Hi Mr Farshad In mainform I create an instance of this thread when a user presses a button. The operation could be very long so I want to be able to invoke tthread.terminate when the session is abandoned by the user. This object is a private variable of the main form. Tnks for help
  5. Hi, small question unigui vers 1.9.0.1526 in general if I close a browser tab (whith an unigui session inside) i receive UniFormAjaxEvent='bclose' and then TUniBaseJSForm.DoDestroy-> UniFormDestroy BUT if i execute a thread i dont receive that events. WHY? the session stay alive.. My problem is that i need to terminate a worker thread when the container session is closed.I just can see a UniFormDestroy when i terminate my application.. hint???? tnks
  6. Hi Mr Farshad Mohajeri thanks for the tip: you got it right! It is the fault of the kaspersky antivirus. As soon as I disable the antivirus it doesn't happen anymore. Repeatable condition on 30 on / off tests. Thank you very much for the suggestion: you have given me a great help. Best regards
  7. today I restarted the pc and everything worked at the beginning. After a few attemps he started again.. look at attached immages: it happens. Is there some shared resource maybe? tip?
  8. 10 k row no problem. (1 MB file) 300 k row happen every time and file have diffent amount of byte in server on client side. (34 MB file) full example attached sendFile.7z
  9. Hi everyone I have to send to client a CSV, more or less 100 MB, but I see something strange: the received file is shorter respect the file I send, a lot of row are not present. it's like if a 'flush' is missing. Do unisession.sendfile have some limitation? Tip? tnks (unigui 1.90.0.1514, chrome >=73)
  10. Hi tnks for reply, i just need 2 things: 1) How to integrate and where? I mean, is something like addJs and i have to put in main.create? 2) I need to set specific value in cookies, so, can i have an example? Tnks again
  11. Hi ,I'm using unigui UniGui v1.90.0.1514 . I need to set cookie when user see unimainmodule-->BackButtonAction:=bbaWarnUser; A callback to a procedure should be perferct.. It is possible? IN PARTICULAR: i need to set cookie when RELOAD is pressed. Tnks
  12. The constant are used because this is a demo. Is only an offset. I did not understand your answer: I'm just asking for a way to resize an image client side. If is possible to move I suppose that is also possible to resize. I'm doing it wrong?
×
×
  • Create New...