Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » Problem with Clipboard in GridCtrl
Re: Problem with Clipboard in GridCtrl [message #35164 is a reply to message #35162] |
Wed, 18 January 2012 09:49   |
 |
koldo
Messages: 3432 Registered: August 2008
|
Senior Veteran |
|
|
Hello Daniel
This is the code:
#include <CtrlLib/CtrlLib.h>
#include <GridCtrl/GridCtrl.h>
using namespace Upp;
GUI_APP_MAIN
{
TopWindow w;
GridCtrl grid;
grid.Clipboard().CopyColumnNames();
grid.AddColumn("Data");
grid.Add(AttrText("123").Center().Paper(LtGreen()).Bold());
grid.Add(AttrText("023").Center().Paper(LtGreen()).Bold());
grid.Add(AttrText("523").Center().Paper(LtGreen()).Bold());
w.Add(grid.SizePos());
w.Run();
}
The package is also included.
Thank you .
Best regards
IƱaki
[Updated on: Wed, 18 January 2012 09:57] Report message to a moderator
|
|
|
 |
|
Problem with Clipboard in GridCtrl
By: koldo on Fri, 18 November 2011 13:14
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: unodgs on Sun, 20 November 2011 23:26
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: unodgs on Sat, 03 December 2011 23:09
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: koldo on Sat, 03 December 2011 23:37
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: unodgs on Sun, 04 December 2011 00:04
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: koldo on Sun, 04 December 2011 00:37
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: koldo on Mon, 09 January 2012 12:04
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: koldo on Mon, 09 January 2012 16:03
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: unodgs on Wed, 18 January 2012 09:07
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: koldo on Wed, 18 January 2012 09:49
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: unodgs on Wed, 18 January 2012 11:24
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: koldo on Wed, 18 January 2012 12:39
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: unodgs on Wed, 18 January 2012 13:55
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: koldo on Wed, 18 January 2012 15:42
|
 |
|
Re: Problem with Clipboard in GridCtrl
By: koldo on Thu, 19 January 2012 11:38
|
Goto Forum:
Current Time: Wed Apr 30 01:08:01 CEST 2025
Total time taken to generate the page: 0.03245 seconds
|