Jump to content

rhennink

uniGUI Subscriber
  • Posts

    63
  • Joined

  • Last visited

Everything posted by rhennink

  1. AH!! would be really great!! thnx in advance!
  2. Hi Sherzod, this is really great!!!, and my test-project is really working great!!!! THNX! can you help me with one simple thing? I would like to see which cell has moved from the source-position/grid to the new position/grid. Then I can create some logic in my code to do some data-processing. thnx!!! RIchard
  3. Hi! I'm looking for a solutation to drag-and-drop a cell between 2 stringgrids. Does anyone have a solution for his one? RIchard
  4. yes! great and thnx!!! i din't look at the params 😉
  5. Sure, I already did for myself 😉 thnx for your effort!! TestGridDblCLick.zip.zip
  6. Hi, thnx for you quick answers. I already tried these ones, but it don't get this to work with the TUniStringGrid. When I DblClick the header column, I don't get the correct .col and .row index.
  7. Hi, I would like to 'intercept' the UniStringGrid ColumnHeader doubleclick Event. I created a stringgrid, and created columns with the grdXXX.Columns.Add I get an dblclick event via the OnOjaxEvent, but checking the grdXXX.col it doesn't give the right value. Any Ideas?
  8. HI , The situation is that I have one view with 2 grids. Both grids have 31 days columns, with the days of the month in it. I used the UniScrollbox to scroll both grids simultaneously which worked perfectly, but 😉 Both grids have 2 fixedCols, which are als moving away when we move to the right with the UniScrollbox. (and this is off course normal behaviour) And we would like that fixed cols are always visible if we are moving the grids to the right. Any workaround how we can fix this? I Tried with the function below, but this doesn't work (in the current /latest) version. UniStringGrid1.JSInterface.JSAddListener('activate', 'function() {'+UniStringGrid1.JSName +'.getScrollable().scrollTo({x: #})}');" b
  9. HI Sherzod, i was just curious if you were able to create this example. hope to hear from you.. RIchard
  10. Would be really great! thnx in advance
  11. Hi Sherzod, I was curious if you could find the time to create an example. Regards, Richard
  12. Would be really really great!! thnx!!!
  13. hi, thnx for your reply. would you be willing to provide me with a small demo example? Richard
  14. Hi, not completely. I would like to drag a cell from stringgrid1 and drop it on stringgrid2
  15. Hi, did you get a solution for this one?
  16. off course ;-), but din't find the exact solution looking for
  17. Hi, simple question, and I hope there is a simple solution 😉 I have 2 stringgrids, and would like to drag a cell from the first one to the second grid. What to do?
  18. HI, did you find a solution to drag & drop cells?
  19. thnx. and do you know ho to get the #-value from the moving grid?
  20. Hi, We have multiple TuniStringGrid's on one form with (for example) 40 columns. If we scroll (horizontally) in one of the grids, we would like that the other grid's are scrolling at exact the same position (horizontally). How can we do that?? RIchard
  21. Hi, I checked the forums, but cannot find anything working about this, but.. How can I implement drag & drop on a StringGrid. I would like to drag some data from a DBGrid to a cell (converted) in a StringGrid. Thnx! Richard
×
×
  • Create New...