Hi Guillaume, On 22/12/2007, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > I've finally done it. It's the first time I create a new dialog, so it > probably need some tweaks. I attached the patch and a tar.gz file for > the new files.
Finally, some feedback for you!! - In pgRole::ReassignDropOwnedTo, objets should be objects. - In pgRole::ReassignDropOwnedTo an error should be raised if the connection cannot be opened. - The database selection in dlgReassignDropOwned should respect the DB restriction setting for the server. - Remember to append a 'd' to all size/position values in XRC files to denote cross-platform friendly dialog units. - The dialog needs some work. Get yourself a copy of XRCed - it will help enormously. Try to keep the layout and sizing in line with other dialogues. Use sizers to keep everything in line rather than absolute positioning (new dialogues do this, older ones might not). It's a bit fiddly until you get the hang of them, but it does make things much easier to get right across platforms. Thanks, Dave ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly