
Gerhard
uniGUI Subscriber-
Content Count
3 -
Joined
-
Last visited
-
Gerhard started following Farshad Mohajeri
-
Thanks Farshad I come right now that I understand that
- 5 replies
-
- social media interaction
-
(and 66 more)
Tagged with:
- social media interaction
- facebook login
- TUniRadioGroup
- ServerModule
- HTTPCommand
- excel
- export
- UniFileUploade
- clearbutton
- new page
- UniNativeImageList
- transparency
- parameters dll isapi
- TUniChart
- TUniURLFrame
- POST
- JSAdd
- JSCall
- UniDbGrid
- Clean
- Filters
- html
- script
- function
- does not work
- AddJS
- c3
- chart
- css
- UniHTMLFrame
- TUniPanel
- Hexaseo
- TUniURLFrame
- FilesFolderURL
- uniDBGrid
- Key
- hello
- OXI JOINER
- MCATURBO for you
- font
- client
- side
- TUniDBGrid
- keyboard navigation
- UniChart
- fit.js
- BoundList.js
- logfile
- unimDBGrid
- text size
- TunimDGGrid
- Row height
- text height
- font size
- ISS
- Apache
- Windows Service
- Unitreeview color treeview
- TUniDBGrid
- Release Date
- adsquery
- uniDbgrid
- UniStringGrid
- components
- Accordion
- DBTreeGrid
-
Hi Thanks to Farshad I have this sorted out: For any who is new here are the changes you must make to a new form in C++: 1) Under header enter (*.h): TNewForm* NewForm; 2) In the main file enter (*.cpp) TNewForm *NewForm(void) { return( (TNewForm *)UniMainModule()->GetFormInstance(__classid(TNewForm))); } //--------------------------------------------------------------------------- Now call the form from Main Form directly as: NewForm()->Show(); Do not create a new instance with new. Gerhard Stoltz
- 5 replies
-
- social media interaction
-
(and 66 more)
Tagged with:
- social media interaction
- facebook login
- TUniRadioGroup
- ServerModule
- HTTPCommand
- excel
- export
- UniFileUploade
- clearbutton
- new page
- UniNativeImageList
- transparency
- parameters dll isapi
- TUniChart
- TUniURLFrame
- POST
- JSAdd
- JSCall
- UniDbGrid
- Clean
- Filters
- html
- script
- function
- does not work
- AddJS
- c3
- chart
- css
- UniHTMLFrame
- TUniPanel
- Hexaseo
- TUniURLFrame
- FilesFolderURL
- uniDBGrid
- Key
- hello
- OXI JOINER
- MCATURBO for you
- font
- client
- side
- TUniDBGrid
- keyboard navigation
- UniChart
- fit.js
- BoundList.js
- logfile
- unimDBGrid
- text size
- TunimDGGrid
- Row height
- text height
- font size
- ISS
- Apache
- Windows Service
- Unitreeview color treeview
- TUniDBGrid
- Release Date
- adsquery
- uniDbgrid
- UniStringGrid
- components
- Accordion
- DBTreeGrid
-
Hi I am new to uniGUI and a C++ programmer. I have a very simple problem, that is to create a form from my main form. In standard C++ i will do it as follows by calling this function from my main form: //--------------------------------------------------------------------------- void __fastcall TResByWebReservationForm201701::UniButton1Click(TObject *Sender) { TPickItemsForm* PickItemsForm= new TPickItemsForm(this); PickItemsForm->Show(); } //--------------------------------------------------------------------------- But I get the error: I notice in Pascal the call
- 5 replies
-
- social media interaction
-
(and 66 more)
Tagged with:
- social media interaction
- facebook login
- TUniRadioGroup
- ServerModule
- HTTPCommand
- excel
- export
- UniFileUploade
- clearbutton
- new page
- UniNativeImageList
- transparency
- parameters dll isapi
- TUniChart
- TUniURLFrame
- POST
- JSAdd
- JSCall
- UniDbGrid
- Clean
- Filters
- html
- script
- function
- does not work
- AddJS
- c3
- chart
- css
- UniHTMLFrame
- TUniPanel
- Hexaseo
- TUniURLFrame
- FilesFolderURL
- uniDBGrid
- Key
- hello
- OXI JOINER
- MCATURBO for you
- font
- client
- side
- TUniDBGrid
- keyboard navigation
- UniChart
- fit.js
- BoundList.js
- logfile
- unimDBGrid
- text size
- TunimDGGrid
- Row height
- text height
- font size
- ISS
- Apache
- Windows Service
- Unitreeview color treeview
- TUniDBGrid
- Release Date
- adsquery
- uniDbgrid
- UniStringGrid
- components
- Accordion
- DBTreeGrid