Jump to content

Terminate / Scrollbars


kurti

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...