My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include "ArrayCtrlEdit.h"

using namespace Upp;

Id ALFA("ALFA");
Id BETA("BETA");

GUI_APP_MAIN
{
DataPusher es1;
EditString es2;
ArrayCtrl list;
list.AddColumn(BETA, "huh");
list.AddColumn(t_("fin")).Edit(es2);
list.Appending().AppendLine();
list.Add(123, "Hello", "kuku");
list.Add(123, "Hello", "kuku");
list.GoEnd();
EditString edit;
list.SetCtrl(0, 0, edit);
// list.StartEdit();
DDUMP(list.Get(0, BETA));
TopWindow win;
win.Add(list.SizePos());
win.Run();
win.Sizeable();
}

Change log

r4287 by cxl on Dec 9, 2011   Diff
Crypto: removed from releases, copied to
uppsrc2
Go to: 
Project members, sign in to write a code review

Older revisions

r1307 by cxl on Jun 14, 2009   Diff
Syncing uppdev
r328 by cxl on Aug 15, 2008   Diff
Adding uppdev....
All revisions of this file

File info

Size: 527 bytes, 28 lines
Powered by Google Project Hosting