|
@@ -1,11 +1,13 @@
|
|
program ComboboxNative;
|
|
program ComboboxNative;
|
|
|
|
|
|
uses
|
|
uses
|
|
|
|
+ UTF8Utils,
|
|
dl,
|
|
dl,
|
|
Fresnel, // initializes the widgetset
|
|
Fresnel, // initializes the widgetset
|
|
Fresnel.App, MainUnit, DemoCombobox;
|
|
Fresnel.App, MainUnit, DemoCombobox;
|
|
|
|
|
|
begin
|
|
begin
|
|
|
|
+ writeln();
|
|
FresnelApplication.HookFresnelLog:=true;
|
|
FresnelApplication.HookFresnelLog:=true;
|
|
FresnelApplication.Initialize;
|
|
FresnelApplication.Initialize;
|
|
FresnelApplication.CreateForm(TMainForm,MainForm);
|
|
FresnelApplication.CreateForm(TMainForm,MainForm);
|