[DUG]: MDI Child Positioning

2003-09-28 Thread vss
Hi all. IS there something that I need to do to position an MDI child when its shown ? Jeremy --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To

RE: [DUG]: MDI Child Positioning

2003-09-28 Thread Jeremy Coulter
To: Multiple recipients of list delphi Subject: [DUG]: MDI Child Positioning Hi all. IS there something that I need to do to position an MDI child when its shown ? Jeremy --- New Zealand Delphi Users group - Delphi

[DUG]: MDI child in DLL Problem

2003-06-08 Thread vss
Hi All. If you remember last week I was on about plugins. Well I have ended up using the TMaxPluginLoader controls which are quite good, and free :-) Anyway, the plugins are basically DLL's but with soe nice tricks thrown in. BUT, I have a problem that is not just common to these controls. IF I

[DUG]: Mdi - Windowmenu

2002-08-01 Thread Rohit Gupta
Has anyone had the WIndowMenu work on an MDIForm to display list of open MDIChild forms ?Regards Rohit == CFL - Computer Fanatics Ltd. 21 Barry's Point Road, AKL, New Zealand PH(649) 489-2280 FX(649) 489-2290 email

RE: [DUG]: Mdi - Windowmenu

2002-08-01 Thread Myles Penlington
Yep. Seems to work fine. D6 - Win2K. Was okay on NT4 also. Myles. -Original Message- From: Rohit Gupta [mailto:[EMAIL PROTECTED]] Sent: Friday, 2 August 2002 1:40 p.m. To: Multiple recipients of list delphi Subject: [DUG]: Mdi - Windowmenu Has anyone had the WIndowMenu work

RE: [DUG]: MDI

2001-10-09 Thread Dennis Chuah
the maximise functionality and make all maximised forms take up the full client area of the main form. Regards, Dennis. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 10 October 2001 06:27 To: Multiple recipients of list delphi Subject: [DUG]: MDI

Re: [DUG]: MDI

2001-10-09 Thread Robert Martin
Subject: [DUG]: MDI We have an MDI app where most of our forms are maximised. When the user opens a non maximised child Windows automatically changes all other forms to non maximised and reduces their size. Does anyone know how to get around this behaviour? Robert Martin Software Engineer

RE: [DUG]: MDI

2001-10-09 Thread Patrick Dunford
Is it impractical to use a normal form parented onto a panel? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert MartinSent: Tuesday, 9 October 2001 17:27To: Multiple recipients of list delphiSubject: [DUG]: MDI We have an MDI app

Re: [DUG]: MDI

2001-10-09 Thread Robert Martin
Yes it would require major app changes 150+ screens Robert MartinSoftware EngineerWild Software Ltd - Original Message - From: Patrick Dunford To: Multiple recipients of list delphi Sent: Wednesday, October 10, 2001 12:13 PM Subject: RE: [DUG]: MDI

RE: [DUG]: MDI

2001-10-08 Thread Chris Reynolds
: Multiple recipients of list delphiSubject: [DUG]: MDI We have an MDI app where most of our forms are maximised. When the user opens a non maximised child Windows automatically changes all other forms to non maximised and reduces their size. Does anyone know how to get around

[DUG]: MDI Form in a DLL

2001-04-03 Thread vss
Hi. I have asked this question before, BUT I cant find the code someone sent me. I want to Open a form from a DLL as an MDI child in an MDI Parent. Can anyone help ? Cheers, Jeremy Coulter Jeremy Coulter (Manager) Visual Software Solutions Christchurch, New Zealand PH 03-3521595 FAX

Re: [DUG]: MDI Form in a DLL

2001-04-03 Thread Robert Martin
] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 3:06 AM Subject: [DUG]: MDI Form in a DLL Hi. I have asked this question before, BUT I cant find the code someone sent me. I want to Open a form from a DLL as an MDI child in an MDI Parent. Can a

Re: [DUG]: MDI Form in a DLL

2001-04-03 Thread vss
Thansk for that. But unfortunitly no go. It is haveing problems createing the MDI child in the Dll at the Create point, and your sample made no diff. Thanks, Jeremy Coulter --- New Zealand Delphi Users group -

Re: [DUG]: MDI Form in a DLL

2001-04-03 Thread Robert Martin
That may have been why we went to modal DLL forms for our MDI app. - Original Message - From: [EMAIL PROTECTED] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 4:24 AM Subject: Re: [DUG]: MDI Form in a DLL Thansk for that. But un

RE: [DUG]: MDI Form in a DLL

2001-04-03 Thread James Low
delphi Subject: Re: [DUG]: MDI Form in a DLL Thansk for that. But unfortunitly no go. It is haveing problems createing the MDI child in the Dll at the Create point, and your sample made no diff. Thanks, Jeremy Coulter

Re: Re: [DUG]: MDI Form Size

2001-02-08 Thread Corey Murtagh
"Chrissy R" [EMAIL PROTECTED] wrote on 8/02/2001 20:55:48: snip Separately: Your example worked except that if the design size of the image is small - 100x100 - then the image can be resized but the image on the bits past 100 is either direction does not draw. If I set the design time size to

Re: Re: [DUG]: MDI Form Size

2001-02-08 Thread Chrissy R
Chrissy R wrote snip Separately: Your example worked except that if the design size of the image is small - 100x100 - then the image can be resized but the image on the bits past 100 is either direction does not draw. If I set the design time size to 2000x2000 and then resize the image at

Re: Re: Re: [DUG]: MDI Form Size

2001-02-08 Thread Corey Murtagh
"Chrissy R" [EMAIL PROTECTED] wrote on 9/02/2001 01:05:03: snip Something like: You may be correct - BUT - I don't understand that code. What is fastcall? What is the "::"? What is "*" before "Sender"? What is "-". This does not look like the Delphi code I write. Sorry, it was Borland

Re: [DUG]: MDI Form Size

2001-02-08 Thread Nello Sestini
Either that or you can order a copy of my PhD thesis. i was hoping for some kind of "sneak preview" before the official release. BTW - in this latest go - the TImagelist is gone, replaced with TPictureBox - mainly to avoid possible problems with TImagelist (like your 2048 thing). -ns

Re: [DUG]: MDI Form Size

2001-02-07 Thread Chrissy R
I still have no idea how to do this - can anyone help please. Chrissy. - Original Message - From: Chrissy R [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 12:48 PM Subject: [DUG]: MDI Form Size Hi, I have some MDI

Re: Re: [DUG]: MDI Form Size

2001-02-07 Thread Corey Murtagh
"Chrissy R" [EMAIL PROTECTED] wrote on 8/02/2001 03:25:42: You are not missing what I am asking. When I resize the form I get scroll bars but when I try to scroll the shapes redraw in the original position but the scroll bars have moved - the thing just does not look or behave correctly. I

Re: Re: [DUG]: MDI Form Size

2001-02-07 Thread Chrissy R
From: Corey Murtagh [EMAIL PROTECTED] "Chrissy R" [EMAIL PROTECTED] wrote on 8/02/2001 03:25:42: You are not missing what I am asking. When I resize the form I get scroll bars but when I try to scroll the shapes redraw in the original position but the scroll bars have moved - the thing

Re: Re: Re: [DUG]: MDI Form Size

2001-02-07 Thread Corey Murtagh
"Chrissy R" [EMAIL PROTECTED] wrote on 8/02/2001 10:59:34: snip which solved a bunch of problems. A TPaintBox would probably do just as well. Either way, align it to client so that it fills the full scrollable area of the form and you won't have to worry about where the scrollbars are when

Re: [DUG]: MDI Form Size

2001-02-07 Thread Chrissy R
: Thursday, February 08, 2001 10:48 AM Subject: Re: [DUG]: MDI Form Size Chrissy I get scroll bars but when I try to scroll the shapes redraw in the original position but the scroll bars have moved - the thing just does not look or behave correctly. I will look at your project and see

Re: [DUG]: MDI Form Size

2001-02-07 Thread Nello Sestini
That is better. What it does not do is resize the image. I want to be able to resize the image to the max(form size,area covered by shapes) I have a list of shapes so can easily redraw them. I want scroll bars when ever the canvas is larger than the image. The image could,

Re: [DUG]: MDI Form Size

2001-02-07 Thread Chrissy R
That is better. What it does not do is resize the image. I want to be able to resize the image to the max(form size,area covered by shapes) I have a list of shapes so can easily redraw them. I want scroll bars when ever the canvas is larger than the image. The image could,

[DUG]: MDI Form Size

2001-02-06 Thread Chrissy R
Hi, I have some MDI forms in my application. I am drawing shapes on these forms and they are redrawing correctly. What I cannot do is resize the forms when the shapes are outside the current area. I can make scroll bars appear but I cannot scroll the form. How should I do this? Chrissy.

RE: [DUG]: MDI, menus Converting to D5 etc

2001-01-23 Thread Neil Anderson
I will try and see what happens -Original Message- From: Rohit Gupta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 23 January 2001 10:19 p.m. To: [EMAIL PROTECTED] Subject: Re: [DUG]: MDI, menus Converting to D5 etc Maybe I am missing something. Whats wrong with creating a descendant

RE: [DUG]: MDI, menus Converting to D5 etc

2001-01-23 Thread Neil Anderson
Thanks for the reply Carl which I have included as it seems I have been blessed in being the sole user able to post to the DUG. The approach you mention does sound daunting, it reminds me of writing self modifying assembler code for 6800's ! I have found another fix

[DUG]: MDI, menus Converting to D5 etc

2001-01-22 Thread Neil Anderson
Hi All Well we are now in a pickle. We have an application with over 70 forms which are distributed as packages, form size ~80K. At runtime the main executable performs a loadpackage on the screen bpl and then a findclass of the form's class to instantiate the form. After a lot of deliberation

[DUG]: MDI, menus and $400

2001-01-15 Thread Neil Anderson
Hi I have recently upgraded my MDI application from D3 to D5. In doing so I discovered the following problem running the application under Windows 98: When two MDIChild forms with their own TMainMenu objects are created and maxmised (menus are merged) the merged menu structure gets moved to

RE: [DUG]: MDI, menus and $400

2001-01-15 Thread Carl Reynolds
What is the fix? It may well be possible to convert it to a patch that can be applied. Cheers, Carl --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website:

[DUG]: MDI

2001-01-10 Thread Matthew Comb
Are MDI forms still being used or are they fairly redundant these days. What is the easiest way to make sure that your whole app only gets one icon in the taskbar and when you minimise second and third etc forms that the whole application minimises? Cheers, Matt.

[DUG]: MDI

2001-01-09 Thread Matthew Comb
Are MDI forms still being used or are they fairly redundant these days. What is the easiest way to make sure that your whole app only gets one icon in the taskbar and when you minimise second and third etc forms that the whole application minimises? Cheers, Matt.

RE: [DUG]: MDI

2001-01-09 Thread Max Nilson
Are MDI forms still being used or are they fairly redundant these days. We use them extensively. From our point of view (accounting software) MDI provides a simple way to group zillions of different forms into one umbrella that is simply managed and easy to understand by the users. Apart from

RE: [DUG]: MDI

2001-01-09 Thread Colin Fraser
To: Multiple recipients of list delphi Subject: [DUG]: MDI Are MDI forms still being used or are they fairly redundant these days. What is the easiest way to make sure that your whole app only gets one icon in the taskbar and when you minimise second and third etc forms that the whole application

Re: [DUG]: MDI

2001-01-09 Thread Mark Derricutt
One thing I like about MDI is that you can seperate out database connections from the main forms OnCreate/OnShow routine easier, one example I once saw used MDI, but only ever had one MDI child which was always maximised, I like MDI for some things, but not for others (i.e. Eudora, IMHO is one of

Re: [DUG]: MDI

2001-01-09 Thread Neven MacEwan
of list delphi [EMAIL PROTECTED] Sent: Wednesday, 10 January 2001 17:53 Subject: [DUG]: MDI Are MDI forms still being used or are they fairly redundant these days. What is the easiest way to make sure that your whole app only gets one icon in the taskbar and when you minimise second and third etc

Re: [DUG]: MDI

2001-01-09 Thread VersPumps
What I've been doing is procedure TForm1.CreateForm2BtnClick(Sender: TObject); begin if not assigned(Form2) then Form2 := TForm2.Create(Application); Form2.ManualDock(Form1,nil,alClient); Form2.Visible := True; Form2.BringToFront; end; Looks like SDI but much more manageable designing,

RE: [DUG]: MDI

2001-01-09 Thread Chris Reynolds
their various windows. They would have to go there to tile or cascade anyway. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neven MacEwan Sent: Wednesday, January 10, 2001 4:56 PM To: Multiple recipients of list delphi Subject: Re: [DUG]: MDI Matt

[DUG]: MDI Apps

2000-08-24 Thread Rohit Gupta
I use MDI for all my apps, the only serious problme is the maximising of the child...its easy to fix, none of your forms have a maximise button. There are other trivial problems that we have fixed in one place by subclassing forms. Rohit

[DUG]: MDI Apps

2000-08-24 Thread Rohit Gupta
I use MDI for all my apps, the only serious problme is the maximising of the child...its easy to fix, none of your forms have a maximise button. There are other trivial problems that we have fixed in one place by subclassing forms. Rohit

Re: [DUG]: MDI forms

2000-04-26 Thread Rohit Gupta
have been split up years ago. -) To: Multiple recipients of list delphi [EMAIL PROTECTED] Send reply to: [EMAIL PROTECTED] From: "Steven Wild" [EMAIL PROTECTED] Subject: [DUG]: MDI forms Date sent: Wed, 26 Apr

[DUG]: MDI forms

2000-04-25 Thread Steven Wild
Why does opening a non-maximised MDI Child form over top of a maximised MDI Child form cause the maximised one to de-maximise? How do I stop this behaviour from happening? Is it possible that it is something to do with the MDI parent not liking its children in assorted states?? Steven

[DUG]: MDI Forms and Showmodal Hassles

1999-04-15 Thread Darren Bilby
Okay, this is probably a stupid newbie question but I can't find an answer for it. I've got a MDI application running with a few MDI child forms maximised, I need a modal box to appear and then simply return. I basically just create the form then do a showmodal on it:

RE: [DUG]: MDI Forms and Showmodal Hassles

1999-04-15 Thread Patrick Dunford
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Darren Bilby Sent: Thursday, 15 April 1999 20:41 To: Multiple recipients of list delphi Subject: [DUG]: MDI Forms and Showmodal Hassles Okay, this is probably a stupid newbie question but I can't

RE: [DUG]: MDI Forms and Showmodal Hassles

1999-04-15 Thread Carl Reynolds
[SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 15, 1999 8:41 PM To: Multiple recipients of list delphi Subject: [DUG]: MDI Forms and Showmodal Hassles I've got a MDI application running with a few MDI child forms maximised, I need a modal box to appear and then simply return. I

RE: [DUG]: MDI Forms and Showmodal Hassles

1999-04-15 Thread Patrick Dunford
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carl Reynolds Sent: Friday, 16 April 1999 09:21 To: Multiple recipients of list delphi Subject: RE: [DUG]: MDI Forms and Showmodal Hassles Hmmm... tried doing the same in our MDI application

RE: [DUG]: MDI Forms and Showmodal Hassles

1999-04-15 Thread Carl Reynolds
Hi Patrick, Hmmm... tried doing the same in our MDI application and had no problems (the maximised MDI child forms didn't restore themselves when the non-MDI form was created and shown). What versions of Delphi and Windows are you using? No I am referring to switching from one MDI form to

RE: [DUG]: MDI Forms and Showmodal Hassles

1999-04-15 Thread Darren Bilby
: Friday, 16 April 1999 09:21 To: Multiple recipients of list delphi Subject: RE: [DUG]: MDI Forms and Showmodal Hassles Hmmm... tried doing the same in our MDI application and had no problems (the maximised MDI child forms didn't restore themselves when the non-MDI form was created and shown