Antonio,
I measured the gradient shadow on a standard window on my current Windows 10. The gradient is 13 pixels wide and goes from RGB(205,205,205) to RGB(254, 254, 254). So that is what we need on panels too.
James
Search found 13 matches: measured
Searched query: measured
- Sun Oct 03, 2021 3:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 11 Fluent Design
- Replies: 2
- Views: 12938
- Sun Aug 06, 2017 3:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TGraph 2 Y-axis for different's scales
- Replies: 20
- Views: 4532
Re: TGraph 2 Y-axis for different's scales
... for interactions, the exact values seem to be of less importance.
It would also be interesting to plot the difference between the two values (measured at the same time). This would probably tell you more about the interaction than plotting them both separately.
I'm not sure what you wanted me to ...
It would also be interesting to plot the difference between the two values (measured at the same time). This would probably tell you more about the interaction than plotting them both separately.
I'm not sure what you wanted me to ...
- Sun Aug 06, 2017 1:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TGraph 2 Y-axis for different's scales
- Replies: 20
- Views: 4532
Re: TGraph 2 Y-axis for different's scales
... scale?
James
Hi James, look like a good solution but when Y-axis values overlap will be a mess, the big problem is that while Crude Oil is measured in hundreds of thousands, gas values is measured in millions, and we need to see both lines together to show how they interact each other ...
James
Hi James, look like a good solution but when Y-axis values overlap will be a mess, the big problem is that while Crude Oil is measured in hundreds of thousands, gas values is measured in millions, and we need to see both lines together to show how they interact each other ...
- Mon Jun 23, 2014 7:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Call Center - Slow Application Launch
- Replies: 17
- Views: 5389
Re: Call Center - Slow Application Launch
... FWH / (x) Harbour. Any major delay is only due to time taken to read the data.
No. MySQL has a very good set Index. Speed data retrieval is measured and it is very good.
4) I guess you are dealing with very large files. You need to work on optimizing your queries. In particular it is a ...
No. MySQL has a very good set Index. Speed data retrieval is measured and it is very good.
4) I guess you are dealing with very large files. You need to work on optimizing your queries. In particular it is a ...
- Wed Dec 11, 2013 2:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: VPN is slow
- Replies: 14
- Views: 5090
VPN is slow
... DBF files on VPN server and it lasts about 2 and half minutes! I isolated only the part of code which uses the DBF at the program beginning and measured the start and end of the function job.
There is nothing I can do to speed up the process of opening. Each DBF is opened like this:
USE someDBF ...
There is nothing I can do to speed up the process of opening. Each DBF is opened like this:
USE someDBF ...
- Tue Jul 16, 2013 4:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Trouble with PIXEL clause of SAY command
- Replies: 5
- Views: 1606
Trouble with PIXEL clause of SAY command
I am having trouble with the PIXEL clause of the SAY command.
This:
@ 140,120 say "Title" of oDlg pixel
Actually displays at 290, 242 (measured with an on-screen pixel ruler).
I can create correction factors and get it to display properly.
140/292 = .48
120/242 = .50
So I can do:
@ (140 * .48 ...
This:
@ 140,120 say "Title" of oDlg pixel
Actually displays at 290, 242 (measured with an on-screen pixel ruler).
I can create correction factors and get it to display properly.
140/292 = .48
120/242 = .50
So I can do:
@ (140 * .48 ...
- Mon May 27, 2013 9:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Multithreading
- Replies: 34
- Views: 6778
Re: Multithreading
Antonio,
With Seconds(). What else?
EMG
Antonio Linares wrote:Enrico,
How have you measured it ?
With Seconds(). What else?
EMG
- Mon May 27, 2013 8:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Multithreading
- Replies: 34
- Views: 6778
Re: Multithreading
Enrico,
How have you measured it ?
How have you measured it ?
- Mon Apr 15, 2013 9:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Upgrading FWH/xHarbour & VS 2010
- Replies: 44
- Views: 11952
Re: Upgrading FWH/xHarbour & VS 2010
... to upgrade to MS Visual Studio 2010 Express ? Unfortunately we can not support previous MS VS versions.
The speed of an application is not related to its size. Apps tend to grow as the libraries grow in complexity, thats quite common.
Why do you think it is slower ? Have you measured it in any way ?
The speed of an application is not related to its size. Apps tend to grow as the libraries grow in complexity, thats quite common.
Why do you think it is slower ? Have you measured it in any way ?
- Tue Sep 22, 2009 5:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Alpha-Blended-BMP on Panel
- Replies: 4
- Views: 1133
Re: Alpha-Blended-BMP on Panel
Hello Uwe,
did you every measured the speed differences between alpha blended and simple bmps.
Maybe I am doing something wrong but it seems as a simple bmp is painting much quicker.
What is your experiences?
Best regards,
Otto
did you every measured the speed differences between alpha blended and simple bmps.
Maybe I am doing something wrong but it seems as a simple bmp is painting much quicker.
What is your experiences?
Best regards,
Otto
- Fri Aug 07, 2009 1:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mappoint Methods question
- Replies: 16
- Views: 4650
Re: Mappoint Methods question
... object Required. An expression that returns a Map object.
StartLocation Required Location object. The start point of the distance to be measured.
EndLocation Required Location object. The end point of the distance to be measured.
Remarks
To return the distance to a location, route, or ...
StartLocation Required Location object. The start point of the distance to be measured.
EndLocation Required Location object. The end point of the distance to be measured.
Remarks
To return the distance to a location, route, or ...
- Sat May 16, 2009 8:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Drawing PNG from Resources !!!
- Replies: 7
- Views: 7725
Re: Drawing PNG from Resources !!!
... define FIICC_DEFAULT 0x00
#define FIICC_COLOR_IS_CMYK 0x01
FI_STRUCT (FIICCPROFILE) {
WORD flags; // info flag
DWORD size; // profile's size measured in bytes
void *data; // points to a block of contiguous memory containing the profile
};
// Important enums ...
#define FIICC_COLOR_IS_CMYK 0x01
FI_STRUCT (FIICCPROFILE) {
WORD flags; // info flag
DWORD size; // profile's size measured in bytes
void *data; // points to a block of contiguous memory containing the profile
};
// Important enums ...
- Mon Oct 01, 2007 1:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: .net
- Replies: 7
- Views: 2412
.net
... windows 3.11?). But then hardware caught up to the need for more speed. It got faster, multithreaded, more and more RAM, Cache, huge HDs that are measured in TB... Likewise, the day will come when VERY wide broadband will be taken for granted and .net will be "forced" upon us. That day will be here ...