Jump to content

Hayri ASLAN

Moderators
  • Posts

    1578
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by Hayri ASLAN

  1. Hi Link is working. You don't have to access to download
  2. Merhaba InputMask örneklerini inceleyebilirsiniz.
  3. Hi, Can you please specify which edition and build of UniGUI are you using ?
  4. Yes you can use. Simple add component to form. Set the SiteKey. Done
  5. Hi Crystian Yes it is compatible but demo has not been updated for a long time.
  6. Stay Tuned. We are working for every ticket.
  7. Öncelikle aşağıdaki adresten gerekli işlemleri yapar mısınız?
  8. Merhaba Bunun en kolay yolu dosyaları google docs ya da Microsoft Office 365 viewere atıp ordan görüntülemek. Google için basit bi örnek. https://jsfiddle.net/7xr419yb/embedded/result/
  9. Merhaba Column ayarlarında displaymemo seçeneğini true yapın
  10. First of all, please adjust your forum email address. http://forums.unigui.com/index.php?/topic/6291-new-users-please-adjust-your-forum-email-address/
  11. Hi, Can you please specify which edition and build of UniGUI are you using ?
  12. Merhaba Unicalendarpanel kullanabilirsiniz. Örnek bir görüntü var ise size hangi componentleri kullanmanız gerektiğini belirtebiliriz.
  13. Hello We are moving to ExtJS 6.6.0. We found some bugs while testing. After fix them we will publish.
  14. Hello Unfortunately paypal prohibited in Turkey. You can't pay via paypal.
  15. Hi You can not use same name in unidblookupcombobox now. It is our roadmap to use "id" as valueField and "val" as displayField. Stay tuned.
  16. here is 2 example for second column. with UniDBGrid1, JSInterface do begin JSAddListener('beforeedit', JSFunction('editor, e',' if (e.colIdx === 1){return false;} return true; ')); end; with UniDBGrid1, JSInterface do begin JSAddListener('beforeedit', JSFunction('editor, e',' if (e.record.get("1") === "Lee"){return false;} return true; ')); end;
  17. Hi You can use this code. procedure TMainForm.UniFormCreate(Sender: TObject); begin with UniPanel2, JSInterface do begin JSAddListener('afterrender', JSFunction('sender','sender.body.dom.style.backgroundImage="url(\"files/images/print-01.jpg\")";')); end; end;
  18. If you create form as "Application Form" in wizard, you can use this if UniMainModule.GetFormInstance(TUniForm1, False)<>nil then begin // Form is already created end;
  19. You can't get any parameter of external url. It is a security issue. Please check "Cross-Origin Resource Sharing"
×
×
  • Create New...