Search found 47 matches: mainwindow

Return to advanced search

Re: Dialog NOWAIT does not go to background

I think, that is what he means : On start, the Dialog is shown behind the Mainwindow : http://www.pflegeplus.com/pictures/Switch5.jpg A click somewhere on the Dialog visible Area, brings it on Top : ( switching between Window and Dialog ) http://www.pflegeplus.com/pictures/switch6.jpg ...
by ukoenig
Sat Jul 02, 2011 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog NOWAIT does not go to background
Replies: 5
Views: 1261

New FTDN May/Mayo 2011 (FWH 11.05)

... msgbar. Buttonbar will be in 2007 style in both the cases. If nil is specified as second paramter, RPreview decides the style on the basis of the MainWindow if any, Array of two numeric/nil values can be specified as third paramter to force width and/or height of buttonbar. By deault, RPreview ...
by Antonio Linares
Sat May 28, 2011 10:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2011 (FWH 11.05)
Replies: 0
Views: 1428

Re: Changing the tTitle text at runtime

Hello Marco, You don't need to define the Title, only the Textobject. This button ( on Mainwindow ) changes the Text defined in Title 1. // Style 2007 // ------------- @ 580, 300 BTNBMP oBtn1 OF oWnd ; SIZE 200, 80 ; PROMPT "&Change Text" 2007 ; FONT ...
by ukoenig
Sat May 07, 2011 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the tTitle text at runtime
Replies: 7
Views: 1187

New FTDN January/Enero 2011 (FWH 11.01)

... defined, combobox and other controls were not positioned properly. Now fixed. Enhancements: a) RPreview was using 2007 style for buttonbar if a mainwindow is defined with a buttonbar having 2007 style only. If the application was themed and not using 2007 style, TRebar was used for the buttonbar, ...
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: New MDI-background-painter ( Vers. 1.2 Download )

... some more Functions. Buttons are included inside the Project-file. Now it is possible, to create a Standalone EXE-file, that looks like the Tool-Mainwindow. Please check the < Rmk-file > for the Path-defines. Download Version 1.2 ( 4.8 MB ) : http://www.pflegeplus.com/fw_downloads/MDIPaint.zip ...
by ukoenig
Sat Dec 25, 2010 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New MDI-background-painter ( Vers. 1.2 Download )
Replies: 3
Views: 981

Re: Process identifier

Natter,

there is a internal FWH-function.
You can create a Array.
Next search inside the Array for Your EXE ( Title of MainWindow )

aTasks := GetTasks()
xBROWSE( aTasks )

Image

Best regards
Uwe :lol:
by ukoenig
Sat Dec 11, 2010 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Process identifier
Replies: 5
Views: 1402

Re: round bitmap btn

Silvio, the Solution I found working on a Mainwindow, with- and without Border using animated REFLEX-Buttons : Simply show and hide Buttons in Relation to selected DBF-Records with any Text. http://www.pflegeplus.com/pictures/trbutton1.jpg ...
by ukoenig
Thu Nov 18, 2010 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: round bitmap btn
Replies: 11
Views: 3020

Re: round bitmap btn

... to place it ( Top, Left, Bottom, Right or Center ) I will add / include a Window-Version . Because You want to show the Buttons from inside the Mainwindow, a nice Solution could be, using a transparent VTitle with - or without Border for placing the Bitmaps. Best Regards Uwe :lol:
by ukoenig
Thu Nov 18, 2010 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: round bitmap btn
Replies: 11
Views: 3020

Re: Dialog Question

... a Array. Each Main-button defines a Array-element must be displayed inside the Dialog. The Dialog shows different Array-Values, defined with the Mainwindow-buttons from < n >. http://www.pflegeplus.com/pictures/dlgarray.jpg A Solution, You don't need a Close / exit-Button ...
by ukoenig
Sat Nov 06, 2010 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Question
Replies: 13
Views: 2345

To Antonio ALSO FOR EXPLORERBAR

Dear Antonio, Dear Daniel, We have also the same error on Explorerbar when we use it on a dialog ( .nor. 4 style) into a normal MainWindow when we create many panels and we have at left a xbrowse, the object oExbar should create a vertical but on the same object near to panels to scroll ...
by MdaSolution
Thu Jul 08, 2010 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio ALSO FOR EXPLORERBAR
Replies: 0
Views: 250

Question about < oDlg:SaveToBmp( ... >

... TOP/LEFT from main-Window http://www.pflegeplus.com/pictures/capt1.jpg The Screencapture-contents uses 0, 0 for TOP/LEFT from the Mainwindow http://www.pflegeplus.com/pictures/capt2.jpg Moved VTitle to Position 0, 0 http://www.pflegeplus.com/pictures/capt3.jpg ...
by ukoenig
Thu Mar 04, 2010 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about < oDlg:SaveToBmp( ... >
Replies: 0
Views: 275

Re: About : tracing GDI resources

... show them inside a extra Browser. http://www.pflegeplus.com/pictures/Foldtest1.jpg Still 14 Positions after 3 Dialog-openings on Mainwindow-Level. http://www.pflegeplus.com/pictures/Foldtest2.jpg Best Regards Uwe :lol:
by ukoenig
Tue Nov 24, 2009 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About : tracing GDI resources
Replies: 9
Views: 1888

Re: Reduced Memory after VTitle-Dialog-Switch ?

... to get the same Structure like the Tool-Application. Two BMP's are added to the VTitle. All Dialogs are from Code ( no resources used ) : 1. The Mainwindow 2. A Button to open the Dialog 3. A Button for the Preview inside the Dialog In all Dialogs, a Res.-Check is included. http://www.pflegeplus.com/pictures/restest1.jpg ...
by ukoenig
Fri Nov 06, 2009 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reduced Memory after VTitle-Dialog-Switch ?
Replies: 15
Views: 5029

OK, I will try.

... STATIC FUNCTION ShowDialog() //-------------------------------------------------------------------------// local oDlg LOCAL cText := 'Try click on MainWindow, please' if FindWindow( 0, "Test" ) != 0 MsgInfo( "Application already working" ) return nil endif DEFINE DIALOG oDlg ...
by xVar
Mon Feb 09, 2009 8:00 am
 
Forum: FiveWin for Pocket PC
Topic: Test Functions in FWPPC , exists or no?
Replies: 5
Views: 889

... So there is no connection anymore to the event which called the Rpreview. If you look into Property Inspector the Parent Window of Preview is the MainWindow of the application. Regards, Otto
by Otto
Tue Feb 19, 2008 3:28 pm
 
Forum: FiveWin for CA-Clipper
Topic: How destroy a preview report object
Replies: 11
Views: 3684
PreviousNext

Return to advanced search