Jump to content

svenke

Members
  • Posts

    3
  • Joined

  • Last visited

svenke's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Not really what I want. I need to do it from the event handler "movemouse". Also, where are the javascript event handlers documented? Please read my previous post again.
  2. There was nothing in the GridCellStyle example that showed how to do what I want. As I said before, I want to color the cells in the stringgrid when the mouse passes over them when the left mouse button is pressed. This must be done in the JavaScipt event handler "mousemove". How do I access the grid from the event handler and what functions are available in the event handler to access the grid and where are they documented. What I need: 1. Accessing the grid. 2. Accessing the current cell below the mouse pointer. 3. Be able to check if the left mouse button is pressed.
  3. I'm evaluating uniGui compared to TMS Core. I want to color the cells in the string grid from the mousemove event handler. How do I do that and where is the documentation for the string grids java script functions. Sincerely, Sven
×
×
  • Create New...