Jump to content

Recommended Posts

Posted

Hello,

We would like to use in replacement for INIGUI Intraweb.

Logically, come many questions. Some can not be solved alone.

 

Terminate UniApplication:

We can stop the application after calling a URL (Intraweb WebApplication.Terminate .. (url));

 

Scrollbars;

Runs the application in windowed mode in the browser, no scrollbar is displayed.

How do you manage that?

 

Thank You Kurti

Posted

Terminate UniApplication:

MainModule.UniMainModule.Terminate;

 

and you can redirect your browser to an url like this:

 

Put this code in ServerModule, TerminateTemplate option.

 

<script type="text/javascript">

<!--

window.location = "http://somethinghere.html"

//-->

</script>

 

Thank you .. But how? .. I've been looking everywhere to install javascript.

Client events in the MainForm do not respond to such OnClose, etc.

 

where can I find the 'Servermodule, TerminateTemplate option' I seem to be blind :-)

 

Greeting Kurti

Posted

It means that it will be fixed in one of the next releases. However, it is not a bug. Current behavior is by design and I will decide whether to change it or not.

 

 

OK Thank you

already known when it will be a new beta release? - and - when there will be a release to buy ?

there are already components manufacturer?

or

we can - for example - JavaScript menus (such as Intraweb on the HTML template) integrate ?

kurti

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...