sdi

How can I take eclipse out of MDI mode?

Does anyone know of a way to make Eclipse an SDI application rather than an MDI one? SDI - Single document interface, each pane is its own window MDI - Multiple document interface, all of the panes are stuck inside one "master" window. Eclipse is an MDI application. All of the little panes (like the call stack, variable viewer, ect) ar...

How to change the size of view according to mainframe in SDI framework?

I want to set the size of view according to the size of the mainframe in a SDI framework. That is to say when I change the size of mainframe, the size of view changes accordingly, so does the client area. How can I do this? Thank you ...

How do you disable the Maximize button in MFC?

How do you disable the Maximize button/capability in an SDI application? ...

Switch GUI application behavior between SDI and MDI

I currently have an SDI application that is build with Delphi 7, I want the final user to choose the type of interface between SDI and MDI at runtime. my question is how can I change the behavior of the application between SDI and MDI at runtime? Currently I know a couple of applications build with delphi that allow this: EMS SQL Manage...

SDI vs MDI vs TDI vs ???

I'm making a small business application and I'm wondering what the best interface would be. The application itself is your run-of-the-mill service ticket tracker. There will be forms for searching tickets (with a grid for results), creating a new ticked & viewing an existing ticket, managing some administrative stuff (users, a few classi...

RePaint area (region) in sdi view MFC

I want to ask you one question about SDI MFC application. How can I repaint some area (region) on the view in SDI MFC application but without repaint complete view? ...

How to reduce simple cpp application size? (compiled with RAD Studio 2010 cpp builder)

I am using rad studio 2010 cpp builder. I've created a new SDI application, added a TCppWebBrowser control and a simple button that onclick trigger the .navigate for the TCppWebBrowser, I compiled it and I got a 1.20mb file, I was expecting less than 700kb at least. How can I reduce the size of the compiled exe? I don't want to use "bu...

windows xpe sdi deployment problem

Hi everyone. It is the second week I am trying to deploy xpe images, I read all tutorials and papers but nothing happend:S My problem is easy in fact; I am trying to deploy windows xp embedded images to my target machine's harddisk. I am using a xp embedded (via usb boot) that I developed for basic utility services(tap vs...). I bu...