Search found 1477 matches: area

Return to advanced search

Re: colorize btnbmp with diagonal

... 0,0,h,w }, oBrush:hBrush )            return nil            > )            RELEASE BRUSH oBrush    return hBm I wish have all the area of button with diagonal so how I must make to have it ? Your function LinesBmp() works correctly (filling full area) if you created the Dialog ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 300

Re: colorize btnbmp with diagonal

... 0,0,h,w }, oBrush:hBrush )            return nil            > )            RELEASE BRUSH oBrush    return hBm I wish have all the area of button with diagonal so how I must make to have it ? Your function LinesBmp() works correctly (filling full area) if you created the Dialog ...
by nageswaragunupudi
Thu Apr 18, 2024 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 300

colorize btnbmp with diagonal

...         > )            RELEASE BRUSH oBrush    return hBm I wish have all the area of button with diagonal so how I must make to have it ?
by Silvio.Falconi
Mon Apr 15, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 300

Re: Create a Panel width a text

... Size and    oFonttext:nHeight() +2 is hight of each Line. while Source use oPanelShadow as Parent which does not use "full Area" of TTaskPanel()    oPanel2:nHeight     := aDim[ 2 ] + (3 * (oFonttext:nHeight() +2) ) that will give you ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3188

Re: Create a Panel width a text

... Size and    oFonttext:nHeight() +2 is hight of each Line. while Source use oPanelShadow as Parent which does not use "full Area" of TTaskPanel()    oPanel2:nHeight     := aDim[ 2 ] + (3 * (oFonttext:nHeight() +2) ) that will give you ...
by Jimmy
Sat Feb 24, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3188

DBF editor

... both Fivewin and mod harbour. A dbStruct() reads the database structure and then a dialog is automatically generated. On the right, there is an area where you can drag and drop the input fields and sort them. You can then create a customized input dialog. Best regards, Otto https://mybergland.com/fwforum/dbf_editor.gif
by Otto
Tue Feb 20, 2024 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editor
Replies: 2
Views: 234

Re: RAO advice on using Mysql

... server with 4.1 million records. Let us see the speed. This speed is by accessing the data from a Server in NewYork over Internet. Speeds on local area network will be even far better. #include "fivewin.ch"function Main()   local oCn, oRs, nSum, nSecs   SET ...
by nageswaragunupudi
Fri Feb 02, 2024 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 979

Re: MySql vs Oracle

... very dangerous scenarios, but it is for this reason that we have to learn much more than before. You have your banking details outside your local area, when you buy on Amazon, when you interact with your government pages,… and yes, The definition of "The Cloud" is basically someone else's ...
by Carles
Fri Jan 26, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1673

Re: Monitor function error

... SM_CYFULLSCREEN flags, as seen in C:\FWH\source\function\getsysin.prg. These constants are designed to return the width and height of the client area for the primary display monitor, excluding the taskbar and other docked bars from the work area of the screen. What are your values if you move ...
by Otto
Wed Jan 10, 2024 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor function error
Replies: 2
Views: 548

Re: add a line in the print report

... is comparable or superior in quality to Italian cuisine, it will be better to provide arguments of a completely different type, for example the area of the city where the restaurant is located or the opportunity to taste a certain dish.
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 545

Re: Transparent area becomes black when use BUTTON...ADJUST

This is your definition of the buttonbar  DEFINE BUTTONBAR oBar OF oWnd 3D size 110,66 1) Remove "3D" clause. This is creating problem of transparency. If you remove this clause, the images will be transparent. But resizing makes the image ragged. 2) Add "GDIP" clause. This makes...
by nageswaragunupudi
Wed Dec 06, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: Transparent area becomes black when use BUTTON...ADJUST

This is working fine for me here with FWH1912 Thank you for taking your time to create the sample. I managed to create a reduced self-contained example that still shows the bug on my pc. Can you see whether that is the case or not on yours? https://drive.google.com/file/d/1704KUUwkl5Jqtejrr_OeiRI7f...
by hua
Wed Dec 06, 2023 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: Transparent area becomes black when use BUTTON...ADJUST

nageswaragunupudi wrote:Can i see the rc file entries for whatsnew.bmp?

Suggested format
Code: Select all  Expand view
WHATSNEW 10 "whatsnew.bmp"

but not
Code: Select all  Expand view
WHATSNEW BITMAP "whatsnew.bmp"


I coded it this way
Code: Select all  Expand view
WHATSNEW RCDATA "whatsnew2.png"
WHATSNEWG RCDATA "whatsnew2g.png"
 
by hua
Wed Dec 06, 2023 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874
Next

Return to advanced search