Guest Posted November 24, 2010 Posted November 24, 2010 Message from: "cleudios" It is possible to create a MDI applications? or create a background form that "contains" child form? I tried to set formstyle properties, but web application doesn't work. Thanks . Quote
Guest Posted November 24, 2010 Author Posted November 24, 2010 Message from: "Harry Rogers" cleudios wrote: > It is possible to create a MDI applications? or create a background > form that "contains" child form? > > I tried to set formstyle properties, but web application doesn't work. > > Thanks Hi Cleudios The basic structure of a UniGui Web app is very like a Midi app in that the Browser window can be viewed as the overall parent window with all subsequent forms as children. If you set 'MainFormDisplayMode' to 'mfPage' in UniServerModule then you can remove borders from the Mainform and then have the visual feel that subsequent windows are 'within' it. All the best Harry -- . Quote
Guest Posted November 24, 2010 Author Posted November 24, 2010 Message from: "cleudios" Il 24/11/2010 14.27, Harry Rogers ha scritto: > cleudios wrote: > >> It is possible to create a MDI applications? or create a background >> form that "contains" child form? >> >> I tried to set formstyle properties, but web application doesn't work. >> >> Thanks > > Hi Cleudios > > The basic structure of a UniGui Web app is very like a Midi app in that > the Browser window can be viewed as the overall parent window with all > subsequent forms as children. > If you set 'MainFormDisplayMode' to 'mfPage' in UniServerModule then > you can remove borders from the Mainform and then have the visual feel > that subsequent windows are 'within' it. > > All the best > > Harry > wonderful . Quote
Guest Posted November 25, 2010 Author Posted November 25, 2010 Message from: "Farshad Mohajeri" "cleudios" wrote in message news:d8RFn48iLHA.2084@anaxagvs227... > It is possible to create a MDI applications? or create a background form > that "contains" child form? > > I tried to set formstyle properties, but web application doesn't work. > MDI form is not implemented on web site. . 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.