Jump to content

Hayri ASLAN

Moderators
  • Posts

    1578
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by Hayri ASLAN

  1. Merhaba UniMainModule.EnableSyncronousOperation True olmali.
  2. Hello Please use below solution type TXPopupMenu = class(TUniPopupMenu) end; procedure TMainForm.UniFormToolClick(Sender: TUniCustomButtonItem); begin with TXPopupMenu(UniPopupMenu1).MenuControl.JSInterface do begin JSCall('showBy', [JSStatement(Sender.JSName)]); end; end;
  3. Merhaba Trial versiyonu programi calistirdiginiz bilgisayarada kurmalisiniz.
  4. Hello, Please use below solution. Form-> OnCreate procedure TMainmForm.UnimFormCreate(Sender: TObject); begin with UnimSegmentedButton1, JSInterface do JSAddListener('painted', JSFunction('a', 'a.getPressedButtons()[0].innerElement.dom.style.backgroundColor= "#00AA00";')); end; UnimSegmentedButton -> ClientEvents -> ExtEvents -> toggle function toggle(sender, button, isPressed, eOpts) { if (isPressed){ button.innerElement.dom.style.backgroundColor= '#00AA00'; } else{ button.innerElement.dom.style.backgroundColor= ''; } }
  5. If you are using pagination, client-side sorting will not work.
  6. Hi Which version and build are you using?
  7. Hi SuspendLayouts isn't available in ExtJS modern toolkit.
  8. Hi Parent of the Unisweetalert should be a form that rendered. You can't put Unisweetalert into mainmodule or datamodule unless you are creating it in runtime and giving a form like above.
  9. Hello Which version and build are you using?
  10. Merhaba Paypal demosunda yaptigim ornegi inceleyebilir misiniz?
  11. Merhaba Pivot grid kolonlari otomatik olarak olusturuluyor. Siz nereye resim eklemek istiyorsunuz?
  12. Hi, There is not unifileupload.dfm It is created on fly. You can see it in unifileupload.pas
  13. Hello Which build and version are you using?
  14. What about UniApplication.UniMainModule? is it nil too?
  15. If there is no session, it will be nil. Are you calling this code from ServerModule?
  16. Hi, Yes. Just make sure Connection Failure Recovery is enabled in ServerModule.
  17. Hayri ASLAN

    play video

    Hi You should change your source to embedded one. Please check https://developers.google.com/youtube/iframe_api_reference
  18. Hi KendoUI is very different than ExtJS. If you can find an ExtJS example, we can implement it to UniGUI.
×
×
  • Create New...