|
|
Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » "Forlano tabs" - how to reduce a headache by the proper use of the designer...
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer... [message #2157 is a reply to message #2153] |
Sun, 02 April 2006 15:56   |
 |
fudadmin
Messages: 1321 Registered: November 2005 Location: Kaunas, Lithuania
|
Ultimate Contributor Administrator |
|
|
What next.. I guess you will want to have some columns in your ArrayCtrl...
You will need 2 more steps:
1. Create a name for it in your *.lay file e.g. - arr
2. initialize it in the constructor like this:
Tab1::Tab1()
{
CtrlLayout(*this, "");
arr.AddColumn("col1");
arr.AddColumn("col2");
arr.AddColumn("col3");
}
Edit:
or
Tab1::Tab1()
{
CtrlLayout(*this, "");
arr.AddColumn("Name");
arr.AddColumn("Fed");
arr.AddColumn("Birthday");
arr.AddColumn("Gender");
arr.AddColumn("Title");
arr.AddColumn("ID FIDE");
arr.AddColumn("Rat FIDE");
arr.AddColumn("ID Nat");
arr.AddColumn("Rat Nat");
arr.AddColumn("K");
arr.AddColumn("Available");
}
[Updated on: Sun, 02 April 2006 16:21] Report message to a moderator
|
|
|
 |
|
"Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 12:11
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 12:17
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: forlano on Sun, 02 April 2006 13:17
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 13:28
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 13:30
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: forlano on Sun, 02 April 2006 13:43
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 13:50
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: forlano on Sun, 02 April 2006 14:11
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 14:22
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 15:19
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 15:56
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: forlano on Sun, 02 April 2006 18:51
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 19:58
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: mirek on Sun, 02 April 2006 20:25
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 20:47
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: forlano on Sun, 02 April 2006 20:46
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: mirek on Sun, 02 April 2006 20:54
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: forlano on Mon, 03 April 2006 00:17
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Mon, 03 April 2006 13:23
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: forlano on Mon, 03 April 2006 13:29
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: mirek on Mon, 03 April 2006 16:33
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Mon, 03 April 2006 16:37
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: mirek on Mon, 03 April 2006 16:39
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: forlano on Mon, 03 April 2006 13:26
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Mon, 03 April 2006 13:32
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Mon, 03 April 2006 13:45
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: mirek on Mon, 03 April 2006 16:37
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 18:54
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: forlano on Sun, 02 April 2006 19:47
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 20:00
|
 |
|
Re: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
By: fudadmin on Sun, 02 April 2006 20:01
|
Goto Forum:
Current Time: Sat Apr 26 08:38:15 CEST 2025
Total time taken to generate the page: 0.00795 seconds
|
|
|