Jump to content

Hayri ASLAN

Moderators
  • Posts

    1578
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by Hayri ASLAN

  1. Hello Do you want to achieve reverse geocoding?
  2. Hi Can you please create a test case?
  3. Hi AfterScroll event of dataset?
  4. Hayri ASLAN

    Gmaps

    Merhaba Unimaps kullanmanızı tavsiye ederim.
  5. Hello Are you using Unigui professional edition?
  6. Hello Can you please specify which version and build are you using?
  7. Confirmed. For now please use below code for workaround. We will fix this in the one of the next builds. procedure TMainForm.UniFormReady(Sender: TObject); begin with cArea, JSInterface do begin JSCode('var b = document.getElementById("'+JSName+'_canvas"); b.removeEventListener("mouseup", '+JSName+'.ev_mouseup, false);'); end; end;
  8. Hello Added to main pool. We will address this issue one of the next builds.
  9. Merhaba Test case yapabilir misiniz?
  10. Hi If you want to use FontAwesome, you should use pseudo css like below .x-grid-row-collapsed .x-grid-row-expander::before{ content: "\f2b6"; font-family: 'FontAwesome'; font-size: 16px; background: white; } .x-grid-row-expander::before{ content: "\f294"; font-family: 'FontAwesome'; font-size: 16px; background: white; }
  11. Hello Which version and build are you using?
  12. Hayri ASLAN

    RemoteQuery

    We need to implement remotequery to tagfield. I will add this to our board but i can't tell you the exact time
  13. Hayri ASLAN

    RemoteQuery

    Hello UniTagField is same with UniListBox so you can't use remote query. For unicheckcombobox if you use remotequery, the selection will not be persistent. Everytime when you search something, it will clear the selection. So you need to find another way to achieve this.
  14. Merhaba Hizliresim e yurtdisindan erisilmiyor. Baska bir yere yukleyebilir misiniz?
  15. Hayri ASLAN

    pivotgrid

    Hello Can you please create a test case?
  16. Hello It is not possible to intercept F3 on opera. You may use below solution: go to opera:settings/keyboardShortcuts> Find next, and remove F3. You can use e.g. "Ctrl+G", or add a new custom key combination for this feature.
  17. Merhaba Maalesef dediginiz sey mumkun degil. Bi gruplama yapildiginda gruba gore siralanir.
  18. Hello Added to Main pool. We will address this issue in the one of the next builds.
  19. Merhaba UniDBGrid1ColumnSort eventini bos birakmissiniz. Ornek uygulamaya bakarak onu mutlaka tanimlamaniz lazim. Ben asagidaki kodu ekleyince hemen calisti. procedure TMainForm.UniDBGrid1ColumnSort(Column: TUniDBGridColumn; Direction: Boolean); begin if SameText(Column.FieldName, 'kullanici') then dxMemData1.SortedField := 'kullanici'; end;
  20. Merhaba Ornek bir uygulama yapmaniz mumkun mu?
×
×
  • Create New...