Jump to content

Hayri ASLAN

Moderators
  • Posts

    1578
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by Hayri ASLAN

  1. procedure TMainmForm.UnimFormReady(Sender: TObject); begin UnimDBGrid1.JSInterface.JSConfig('width', ['100%'], UnimDBGrid1.Columns[0].JSColumn); end;
  2. Hi Please check HTTP Post Callback demos
  3. Please check "DBLookupComboBox - GridMode" Demo
  4. You can find core themes in "..\FMSoft\Framework\uniGUI\uni-1.50.0.1480\css" You can find custom themes in "..\FMSoft\Framework\uniGUI\unipackages-6.5.3\themes"
  5. Merhaba Field üzerinde OnChanged eventini kullanabilirsiniz.
  6. Merhaba Custom code yazdınızmı? Aldığınız hata mesajı nedir?
  7. Hayri ASLAN

    wait screen

    YourForm.ShowMask('Please Wait...'); UniSession.Syncronize; ..... ... . YourForm.HideMask;
  8. For Now you can use this (You need to call this in MainForm) UniSession.AddJS('document.title = "Test"');
  9. Merhaba Gridfiltering demolarını inceleyebilirsiniz.
  10. Merhaba Ekteki dosya ile dener misiniz? Örnek olması açısından ilk butona bir "uniid" değer verip unu formun OnAjaxRequestinde geri alıyorum. Sizde buna göre diğer butonları şekillendirirsiniz. Main.zip
  11. Merhaba Ekteki test projesini inceleyin lütfen Main.zip
  12. Hi Can you try this? with UniPageControl1, JSInterface do begin JSCall('tabPanel.remove', [UniTabSheet1.JSControl,False]); JSCall('tabPanel.insert', [NewIndex,UniTabSheet1.JSControl]); end;
  13. We have a solution. After adjust email address we will share it.
  14. Merhaba GridMultiSelect demosunu inceleyebilirsiniz.
  15. Eğer pencereyi window.open ile siz açtıysanız window.close() ile kapatabilirsiniz.
  16. Hi, Someone changed the password. Can you try now?
  17. pdfframe ye link verirken şunu yapın. Örneğin link:='demo.pdf?'+IntToStr(Random(999999));
  18. Hi You can add this to your js code $('#okBtn').click(function(){ ajaxRequest(JSNAME, "okBtn"); }); $('#surpriseBtn').click(function(){ ajaxRequest(JSNAME, "surpriseBtn"); });
  19. You can override IconCls.
  20. Merhaba Size uzaktan teamviewer ile bağlanabilir miyim? Hatayı daha kolay çözeriz
  21. Merhaba, Bu linki kontrol eder misiniz? http://forums.unigui.com/index.php?/topic/8406-translate-messagedlg/?p=43131
  22. Hi I have Embarcadero® RAD Studio 10.2 Version 25.0.26309.314 and not getting any error in anywhere. Please fresh install unigui and uniexmap.
×
×
  • Create New...