Jump to content

Recommended Posts

Posted

U don't. U can add parameter but your'll have too open form depending on parameter inside the MainForm (redirect from mainform depending on parameter value)

Posted

As I understand the concept, you can have multiple webpages served by the same stand-alone server.

 

For example, the Hybrid project, it DO serves THREE different webpages at the same time.

 

One webpage for the mobile

One webpage for the desktop

One page for the serverstatus ( 127.0.0.1:8077/server )

 

 

I can't see why the uniGui should'nt be able to handle even more webpages.

 

The question is how?

Posted

I think the confusion is around what constitutes a 'webpage'.

In UniGui you can have a pretty much unlimited number of forms (subject to server resources).

These can be created/populated/manipulated/destroyed and displayed by server events, client side processing and user actions - From a users perspective these are effectively different webpages.

  • 3 weeks later...
Posted

http://localhost:8077/?username=xxxxx&password=yyyyy&frm=Form2

For now we use this implementation:

 

[Login form] - [MainForm] - [Form1] - [Form2] - [Form3]......

 

I we want to start the app from specific form we MUST first we hide the login form and display the MainForm and from there we navigate (automatic) to [Form2].

 

We suggest a property in MainModule for "StartForm" so we could easily display the form for various users and we could change it at run time..

 

For now it is difficult to use, we must hide LoginForm and show MainForm and from there we add code based on the parameters from client side to show the specific form.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...