Jump to content

newsanti

uniGUI Subscriber
  • Posts

    320
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by newsanti

  1. newsanti

    play video

    procedure TsnbxUnimCustomApp001MainForm.Run_PLAY(Sender: TObject); begin var oForm:= TMainmForm(Form); oForm.Image1.Visible:= False; var oFrame:= oForm.UnimHTMLFrame1; oFrame.HTML.Text:= '<!DOCTYPE html> '+ ' <html>'+ ' <body>'+ // ' <video id="video01" width= "100%" height="100%" controls muted loop autoplay>'+ ' <video id="video01" width= "100%" height="100%" muted loop autoplay>'+ ' <source src="files/video01.mp4" type="video/mp4">'+ ' </video>'+ ' </body>'+ ' </html> While Video Playing..if user Click on HTLMFrame (Video), How to Stop Playing? or How to Stop Playing with Code?
  2. How to setting image size (width,height) of TunimVideo.PosterURL?
  3. How to auto start video with tunimvideo? (at ClientSide unimForm.onShow) now, need click then play. procedure TMainmForm.UnimFormAfterShow(Sender: TObject); begin UnimVideo1.Play; //do not work end;
  4. Font: Noto Serif Thai Text: สิ้นงวด Text: รายไตรมาส
  5. After play youtube..How to stop playing?
  6. work.. if code with servermodule.create and mainmodule.create. not work (round3) if code with mainm.create. How to customize css in form at run-time ? (Update MainPain CSS at run-time) it work only refresh browser again. (After add CSS to ServerModule.CustomCSS>>work only new MainPage) runtimeCSS.zip
  7. constructor TMainmForm.Create(AOwner: TComponent); begin inherited; with UniServerModule.CustomCSS do begin Add('.Round1 {'); Add(' border-radius: 50px;'); Add('}'); end; TUniLayoutConfig(Panel1.LayoutConfig).Cls:= 'Round1'; end; Not work!
  8. How to use horizontal scroll of Tunimscrollbox but do not show bar?
  9. How to code for TunimScrollBox?
  10. How to config scrollbar color of tunimpanel?
  11. Use orientation change event to setting padding to center of panel.
  12. Problem: Form display position at center only. Mobile2Form.zip
  13. Event Painted...with Tunimemo... has effected flash white border. (2 step ..1. write white border then 2. remove border)
  14. UnimMemo1.JSInterface.JSConfig('border', ['0 0 0 0']); Border still exist.
  15. Ext.form.field.Text view source $form-text-field-border-color $form-text-field-border-style $form-text-field-border-width https://docs-devel.sencha.com/extjs/7.5.1/classic/Ext.form.field.TextArea.html#css_var-S-$form-text-field-border-style
×
×
  • Create New...