Search found 14 matches: misalignment

Return to advanced search

Re: Bad quality with GIF (and GDI+)

I was not clear enough. The misalignment is between ResizeImg() and ResizeBmp().

EMG
by Enrico Maria Giordano
Wed Nov 04, 2015 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad quality with GIF (and GDI+)
Replies: 84
Views: 9921

Re: Little misalignment in prompt of TBtnBmp

Antonio, it works perfect : http://www.pflegeplus.com/pictures/BtnBmp9.jpg http://www.pflegeplus.com/pictures/BtnBmp10.jpg The Buttonbar-Test using Skin-Gradients NORMAL , FOCUS and PRESSED for the Buttonbar-Gradient : http://www.pflegeplus.com/pictures/Ba...
by ukoenig
Fri Jan 01, 2010 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little misalignment in prompt of TBtnBmp
Replies: 8
Views: 2101

Re: Little misalignment in prompt of TBtnBmp

Domenico, Here there is an example that is working fine, could you please test it ? thanks :-) #include "FiveWin.ch"function Main()   local oWnd, oBtn   DEFINE WINDOW oWnd   @ 5, 10 BTNBMP oBtn PROMPT "teste" TOP SIZE 60, 64 OF oWnd 2007 ACTI...
by Antonio Linares
Fri Jan 01, 2010 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little misalignment in prompt of TBtnBmp
Replies: 8
Views: 2101

Re: Little misalignment in prompt of TBtnBmp

Enrico, first tests of the new Buttonbar- and Button-Painter shows the difference of TOP and BOTTOM - Adjustment : http://www.pflegeplus.com/pictures/BtnBmp6.jpg http://www.pflegeplus.com/pictures/BtnBmp5.jpg BOTTOM shows a Problem with Linefeed the second Textline co...
by ukoenig
Fri Jan 01, 2010 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little misalignment in prompt of TBtnBmp
Replies: 8
Views: 2101

Re: Little misalignment in prompt of TBtnBmp

Enrico, I'm working on a Update of the Button-Skin-Painter ( with a new Button-Editor for < TBtnBMP > ). It still takes some time, to test and include all possible Settings inside a new Folder-page. All 3 Button-Styles are included now : http://www.pflegeplus.com/pictures/TBtnBMP1&...
by ukoenig
Wed Dec 30, 2009 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little misalignment in prompt of TBtnBmp
Replies: 8
Views: 2101

Re: Little misalignment in prompt of TBtnBmp

Dear friends, in order to help you I need of a reduced and self contained sample of the problem.

EMG
by Enrico Maria Giordano
Wed Dec 30, 2009 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little misalignment in prompt of TBtnBmp
Replies: 8
Views: 2101

Re: Little misalignment in prompt of TBtnBmp

Dear EmG, there is also a misalignment when I click on btnbmp. I can click only on down part of the button and not on top part I associated a menu to a btnbmp and when I click on top the button not open any menu If I click on down part ...
by DiGregorio
Wed Dec 30, 2009 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little misalignment in prompt of TBtnBmp
Replies: 8
Views: 2101

Re: Little misalignment in prompt of TBtnBmp

Can you show a sample of the problem? The following sample works fine here: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg, oBtn    DEFINE DIALOG oDlg    @ 2, 2 BTNBMP oBtn;           FILE "c:\fwh\bitmaps\open.bmp...
by Enrico Maria Giordano
Wed Dec 30, 2009 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little misalignment in prompt of TBtnBmp
Replies: 8
Views: 2101

Re: Little misalignment in prompt of TBtnBmp

Enrico, I tested all 4 positiones. it seems, there is a problem with TOP as well. http://www.pflegeplus.com/pictures/postest1.jpg Without Style 2007 it is OK http://www.pflegeplus.com/pictures/btnbmptext1.jpg // --------------- Image --------------------REDEFINE BTNBM...
by ukoenig
Tue Dec 29, 2009 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little misalignment in prompt of TBtnBmp
Replies: 8
Views: 2101

Little misalignment in prompt of TBtnBmp

In the following sample you will see that the prompt is not perfectly vertically centered: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg, oBtn    DEFINE DIALOG oDlg    @ 2, 2 BTNBMP oBtn;           PROMPT "This i...
by Enrico Maria Giordano
Thu Dec 24, 2009 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little misalignment in prompt of TBtnBmp
Replies: 8
Views: 2101

Re: Little bitmap misalignment in TMsgItem

Enrico,

Implemented. Thanks! :-)
by Antonio Linares
Fri Jan 23, 2009 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little bitmap misalignment in TMsgItem
Replies: 2
Views: 551

Little bitmap misalignment in TMsgItem

In the following sample, the bitmap and the text in the msgbar are not aligned: #include "Fivewin.ch" FUNCTION MAIN() LOCAL oWnd DEFINE WINDOW oWnd SET MESSAGE OF oWnd 2007 DEFINE MSGITEM OF oWnd:oMsgBar; SIZE 20; BITMAP "c:\fwh\bitmaps\16x16\lock.bmp" DEFINE MSGI...
by Enrico Maria Giordano
Sat Jan 10, 2009 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little bitmap misalignment in TMsgItem
Replies: 2
Views: 551

FTDN new June 2006 build / nuevo build de Junio 2006

... SetPos(). * Enhancement: Class TListBox minor fix on Methods Select( nItem ) and IsMultipleSel(). * Fix: Class TGet Method Paint(), fixed text misalignment. * New: Class TToolBar Method DelButton( nButton ) allows to dinamically delete buttons from a toolbar. * New: IMPORTANT: Due to recent ...
by Antonio Linares
Thu Jun 29, 2006 8:53 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new June 2006 build / nuevo build de Junio 2006
Replies: 2
Views: 2980

Return to advanced search