Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » Selecting a cell in gridctrl
Re: Selecting a cell in gridctrl [message #12237 is a reply to message #12235] |
Sat, 20 October 2007 11:18   |
|
dmcgeoch wrote on Fri, 19 October 2007 19:49 | Where is that function defined? I am using 710-dev1 and the only version of the function is SetCursor(int n). Has there been an update to gridctrl for that function?
Thanks,
Dave
|
Opps, I'm sorry. There is SetCursor0(Point p) which is not public. Sorry for mistake..
Anyway please add for now to gridctrl interface:
void SetCursor(Point p) { SetCursor0(p.x + fixed_cols, p.y + fixed_rows, false); }
I'll add it this in the next dev snapshot.
|
|
|
 |
|
Selecting a cell in gridctrl
By: dmcgeoch on Fri, 19 October 2007 00:20
|
 |
|
Re: Selecting a cell in gridctrl
By: unodgs on Fri, 19 October 2007 08:28
|
 |
|
Re: Selecting a cell in gridctrl
By: dmcgeoch on Fri, 19 October 2007 19:32
|
 |
|
Re: Selecting a cell in gridctrl
By: unodgs on Fri, 19 October 2007 19:52
|
 |
|
Re: Selecting a cell in gridctrl
By: dmcgeoch on Sat, 20 October 2007 01:49
|
 |
|
Re: Selecting a cell in gridctrl
By: unodgs on Sat, 20 October 2007 11:18
|
 |
|
Re: Selecting a cell in gridctrl
By: dmcgeoch on Mon, 22 October 2007 16:33
|
 |
|
Re: Selecting a cell in gridctrl
By: unodgs on Mon, 22 October 2007 23:19
|
 |
|
Re: Selecting a cell in gridctrl
By: dmcgeoch on Tue, 23 October 2007 20:26
|
 |
|
Re: Selecting a cell in gridctrl
By: dmcgeoch on Thu, 01 November 2007 18:02
|
 |
|
Re: Selecting a cell in gridctrl
By: mezise on Thu, 01 November 2007 18:36
|
 |
|
Re: Selecting a cell in gridctrl
By: unodgs on Thu, 01 November 2007 18:47
|
 |
|
Re: Selecting a cell in gridctrl
By: dmcgeoch on Thu, 01 November 2007 19:23
|
 |
|
Re: Selecting a cell in gridctrl
By: unodgs on Thu, 01 November 2007 21:27
|
Goto Forum:
Current Time: Wed Jun 25 14:26:42 CEST 2025
Total time taken to generate the page: 0.05888 seconds
|