Search found 75 matches: sdi

Return to advanced search

Re: xBrowse on a Dlg OF oWnd MDI does not respond

I gave up on MDI designs a long time ago, and with it all the associated problems. I think single document interfaces (SDI) are much better UI's anyway.

Glad you solved your problem though.

James
by James Bott
Fri Feb 13, 2015 5:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on a Dlg OF oWnd MDI does not respond
Replies: 3
Views: 1102

Re: Need Ideas

No, SDI. My clients had continuous problems with MDI..
by TimStone
Fri Nov 07, 2014 4:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Ideas
Replies: 8
Views: 1425

Re: O.T. ejecutable con tiempo de caducidad.¿Alquien me ayuda?

... articulos, facturas, etc, heredan de una clase programa, en dicha clase se puede implementar el metodo general para la apertura de la ventana SDI o MDI para todas las hijas. Como ejemplo, parte del codigo de activación para cada ventana METHOD Activate() CLASS TProgram _date() ...
by Joaquim Ferrer
Thu May 30, 2013 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. ejecutable con tiempo de caducidad.¿Alquien me ayuda?
Replies: 22
Views: 6864

Re: Metro style

... year ago they were asking for backstage. You can make good or bad decisions on a Metro style interface as well as Ribbon Bar, Regular Button Bar, SDI, or MDI. You have to listen to the users and be guided by what they need, not what we want them to have. Sometimes all they need is a new feature ...
by Gale FORd
Fri Sep 28, 2012 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro style
Replies: 83
Views: 18786

Re: Tabs or similar ..

I remember , that someone did SDI application with tabs , but can't to say what exastly . Maybe you can direct me to that ?

Regards !
by Rimantas
Sun Oct 02, 2011 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tabs or similar ..
Replies: 5
Views: 1117

New FTDN January/Enero 2011 (FWH 11.01)

... window is closed and also the preview window can not be closed. This is fixed now. With this fix: When the application has a main window (MDI or SDI), when the main window is closed, all open Preview windows are closed. When the application does not have a main window (application starting with ...
by Antonio Linares
Mon Feb 14, 2011 6:19 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2011 (FWH 11.01)
Replies: 0
Views: 1651

Re: BtnBmp on Main Window

... twice with different data selected. You can do this with a main window and a splitter too. Just about anything you can do with MDI you can do with SDI. The main issue I have with MDI is all the window manipulation that the user has to do. This is just overhead work for them, that gets in the way ...
by James Bott
Tue Dec 07, 2010 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp on Main Window
Replies: 13
Views: 3233

Re: Error con tdbobdc + xbrowse + mdi

Ese no es el problema,

Funciona en un dialogo y/o un entorno sdi.

El metodo open es para la clase tdbodbcdirect, y yo estoy usando tdbodbc.

el metodo open si la memoria no me falla mete el resultado del query en una tabla dbf/cdx lo que la hace sumamente lenta con tablas grandes.

Saludos.
by Simon
Fri Nov 26, 2010 5:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con tdbobdc + xbrowse + mdi
Replies: 9
Views: 1271

Re: Problems with skinbuttons (Antonio)

Gunther

I can reproduce it (in my app) on 7, vista and xp tested on all 3 of them

I use sdi mainly, i have the problem on xbrowse mainly but on some browses (not all) which make it difficult to isolate

At the moment , i deactivated it from my app

Richard
by Richard Chidiak
Tue Oct 12, 2010 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent! Problems with skinbuttons (Antonio)
Replies: 19
Views: 4241

Re: vTaskBar on the left MDIChild Window on the Right

Reinaldo, I feel obligated to say that SDI takes about the same amount of code as the MDI example. So if you are thinking of migrating to this MDI example then think twice about migrating to SDI. With SDI you won't have the windows control issues ...
by James Bott
Wed Sep 29, 2010 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4596

Re: vTaskBar on the left MDIChild Window on the Right

... menu or you would have to modify the FW menu source to keep the mdi child windows from showing up on the menu. You don't have this issue with SDI. Regards, James /*Purpose : Test ExplorerBar with MDI Author  : James Bott, jbott@compuserve.comCompany : Intellitech, gointellitech.comDate ...
by James Bott
Tue Sep 28, 2010 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4596

Re: vTaskBar on the left MDIChild Window on the Right

... Now I remember VTaskBar--I have a copy of it somewhere. I have used Manuel's TSButtons and bar too. Below is sample code of how to simulate an SDI interface using MDI. Of course, this would also require some modification of your code--perhaps less than converting to SDI, but you would have ...
by James Bott
Tue Sep 28, 2010 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4596

Re: vTaskBar on the left MDIChild Window on the Right

... two horizontal button bars next to each other, albeit one belongs to the parent and the other to the child. Again, I know that's why you speak of sdi and I agree. If the world was perfect... ;-) That I know of, the windows bar (as in oWnd:obar), is the only control that you can't move a window ...
by reinaldocrespo
Tue Sep 28, 2010 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4596

Re: vTaskBar on the left MDIChild Window on the Right

Thank you for the link. Looks good. I'm not saying it is impossible to imitate mdi with sdi or even undesirable. I'm saying it is already working with mdi. I don't like to go back and change code that is working unless there is a bug to be fixed AND your changes will ...
by reinaldocrespo
Tue Sep 28, 2010 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4596

Re: vTaskBar on the left MDIChild Window on the Right

Here is a video of an SDI app made with FW (many years ago).

http://www.mediafire.com/?b7ss8zqjar8nc35

Regards,
James
by James Bott
Tue Sep 28, 2010 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4596
PreviousNext

Return to advanced search