Jump to content

PALF

uniGUI Subscriber
  • Posts

    72
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by PALF

  1. Hello:

    I try to show screenmask while fileupload.

    In OnUniFileUploadCompleted different tasks are performed, which can take several seconds and I would like to show a screenmask.

    I have tried with:

     

    unifileupload3.ScreenMask.Message: = 'uploading';
    unifileupload3.ScreenMask.Enabled: = true;
    UniFileUpload3.Execute;

    but screemask is not shown. Only the progress is shown, if the file is large, and the upload form is still displayed until the UniFileUploadCompleted code is finished.

    I need that once the file has been uploaded the upload form is closed and the screenmask is displayed, but I don't get that result

    Regards,

     

    Alfonso

     

  2. Hello:

     

    I try to play  wmv video with this code, but not show in Chrome or Firefox:

     

    <!DOCTYPE html>
    <html>
    <body>
    
    <video width="400" controls autoplay>
      <source src="media/2.wmv" type="video/x-ms-wmv">
      
    </video>
    
    </body>
    </html>
    
    

    Thank's

  3. Hello:

     

    I have developed an application that generates PDF and shows them in TUnimURLFrame. The PDF is larger than the space of the TUnimURLFrame, but scrolling, it looks good in Android , PC, Ipad and Windows Phone , but in Iphone, only the screen area is shown, not allowing to scroll of the content.
    The application and PDFs are the same ones that look good on other devices and bad on Iphone.

     

    I try to set scrollable=True in TUnimForm , but don't work in Iphone.

     

    Thank's in advance.

     

     

  4. Hello

     

    I try with

    <video id="myVideo" controls autoplay>
      <source src="files/traza.mp4" type="video/mp4">
    </video
    

    and show video ok.

     

    But, if try with position time trackbar, don't advance or rewind.

     

    How do i change video time position?

     

    Thank's in advance

×
×
  • Create New...