kurti Posted July 30, 2012 Posted July 30, 2012 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 Quote
AlbertoVesx Posted July 30, 2012 Posted July 30, 2012 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> Quote
Administrators Farshad Mohajeri Posted July 31, 2012 Administrators Posted July 31, 2012 Scrollbars; Runs the application in windowed mode in the browser, no scrollbar is displayed. How do you manage that? Set Form.AutoScroll->True Quote
kurti Posted July 31, 2012 Author Posted July 31, 2012 Set Form.AutoScroll->True Thank you ... I had already tried. This adds only the scroll bars in the form - not in the browser Quote
kurti Posted July 31, 2012 Author Posted July 31, 2012 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 Quote
kurti Posted August 1, 2012 Author Posted August 1, 2012 Hi, I hope this help you. Thank you!!!! ... there I would have never sought Quote
Administrators Farshad Mohajeri Posted August 1, 2012 Administrators Posted August 1, 2012 Thank you ... I had already tried. This adds only the scroll bars in the form - not in the browser Logged #1375 Quote
kurti Posted August 2, 2012 Author Posted August 2, 2012 Logged #1375 Logged ?? does that mean - is improved in a new release? Quote
Administrators Farshad Mohajeri Posted August 2, 2012 Administrators Posted August 2, 2012 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. Quote
kurti Posted August 5, 2012 Author Posted August 5, 2012 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 Quote
Administrators Farshad Mohajeri Posted August 7, 2012 Administrators Posted August 7, 2012 Please see our new roadmap. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.