... I know the exact size of each box.
If I have 5 check boxes vertically, and each is the same size, with space between each row, and absolutely no overlap, I still have the problem.
If I check on box one, then the text for all 4 may disappear.
I know it is not because of overlapping boxes.
Here ...
Search found 38 matches: overlap
Searched query: overlap
- Mon Oct 24, 2022 7:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Splash Screen for Startup
- Replies: 0
- Views: 1742
- Mon Oct 24, 2022 6:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Splash Screen for Startup
- Replies: 0
- Views: 1742
Re: Splash Screen for Startup
Dear Tim,
I think such behavior happens cause the size of the checkboxes.
You have to design them in a way that they don't overlap
I think such behavior happens cause the size of the checkboxes.
You have to design them in a way that they don't overlap
- Mon Aug 01, 2022 5:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cyclometric circle
- Replies: 11
- Views: 7613
Re: cyclometric circle
... polygon is outlined by using the current pen and filled by using the current brush and polygon fill mode. The polygons drawn by this function can overlap.
---
perhaps you need a "Region" Function
CreatePolygonRgn function
https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf ...
---
perhaps you need a "Region" Function
CreatePolygonRgn function
https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf ...
- Fri Nov 19, 2021 10:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How many control per dialog?
- Replies: 21
- Views: 2278
Re: How many control per dialog?
Dear Richard,
Yes, of course. I need button overlap the grid. Because it is the guest stay noon 1st day to noon 2nd day. It is not browse, it is sayline().
Sometime I try to find Grantt library to make like this picture but not found. If you have any idea, most welcome.
Thanks for your question ...
Yes, of course. I need button overlap the grid. Because it is the guest stay noon 1st day to noon 2nd day. It is not browse, it is sayline().
Sometime I try to find Grantt library to make like this picture but not found. If you have any idea, most welcome.
Thanks for your question ...
- Wed Aug 18, 2021 12:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Lookup method of Tdatabase
- Replies: 44
- Views: 5463
Re: Lookup method of Tdatabase
... OUT of the record being evaluated OR the proposed check_OUT is less than the check_IN date of the record being evaluated. I know it is hard to grasp, but it only wants to know if there is no overlap in the reservation time. If it meets either one of the above tests, then it does not overlap.
James
James
- Sun Jan 17, 2021 7:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Overlap on MENU
- Replies: 2
- Views: 414
Re: Overlap on MENU
The menu on MacOs works in the same way.
- Sun Jan 17, 2021 3:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Overlap on MENU
- Replies: 2
- Views: 414
Re: Overlap on MENU
This has all along been the default behavior of the Windows Menu system.
- Fri Jan 15, 2021 10:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Overlap on MENU
- Replies: 2
- Views: 414
- Mon May 11, 2020 9:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fast Report´s future
- Replies: 56
- Views: 9524
Re: Fast Report´s future
Thank you very much Otto, but EasyReport does not work well: the texts at the bottom are mounted and overlap each other.
https://i.ibb.co/tPw1gGF/otto.png
It's what I've been saying for years, but nobody wants to listen to me,then also the management of the controls on the areas ...
https://i.ibb.co/tPw1gGF/otto.png
It's what I've been saying for years, but nobody wants to listen to me,then also the management of the controls on the areas ...
- Mon May 11, 2020 8:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fast Report´s future
- Replies: 56
- Views: 9524
- Mon Oct 29, 2018 8:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: @ SAY, @ GET COORDINATES
- Replies: 7
- Views: 1689
@ SAY, @ GET COORDINATES
... works.
There is a sample RC2PRG.prg program, and it does a nice job, but the coordinates are not even close to being accurate. The controls all overlap significantly. I don't know if anyone has used this before and perhaps has a multiplier or correction to adapt to today's monitors.
Any guidance ...
There is a sample RC2PRG.prg program, and it does a nice job, but the coordinates are not even close to being accurate. The controls all overlap significantly. I don't know if anyone has used this before and perhaps has a multiplier or correction to adapt to today's monitors.
Any guidance ...
- Fri Dec 01, 2017 9:08 am
- Forum: FiveTouch
- Topic: FiveTouch Preguntas frecuentes
- Replies: 9
- Views: 7824
Re: FiveTouch Preguntas frecuentes
... 1px;
}
QTabWidget::pane {
border: 1px solid #444;
top: 1px;
}
QTabBar::tab:last
{
margin-right: 0; /* the last selected tab has nothing to overlap with on the right */
border-top-right-radius: 3px;
}
QTabBar::tab:first:!selected
{
margin-left: 0px; /* the last selected tab has nothing to ...
}
QTabWidget::pane {
border: 1px solid #444;
top: 1px;
}
QTabBar::tab:last
{
margin-right: 0; /* the last selected tab has nothing to overlap with on the right */
border-top-right-radius: 3px;
}
QTabBar::tab:first:!selected
{
margin-left: 0px; /* the last selected tab has nothing 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: 4352
Re: TGraph 2 Y-axis for different's scales
... on the same page each with a different Y axis scale and the same X axis 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 ...
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 ...
- Fri Aug 04, 2017 5:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Pro's and Contra's fom Resources or Coded screens
- Replies: 47
- Views: 14738
Re: Pro's and Contra's fom Resources or Coded screens
... need to be sure that all controls were to respond exactly the same way ... height, width, placement, and font. We should be able to say:
@ 1,1 SAY "Line 1"
@ 1,10 GET line1
@ 2,1 SAY "Line 2"
@ 2,10 GET line2
And know that each line was properly spaced, no overlap, just like with Clipper / DOS.
Tim
@ 1,1 SAY "Line 1"
@ 1,10 GET line1
@ 2,1 SAY "Line 2"
@ 2,10 GET line2
And know that each line was properly spaced, no overlap, just like with Clipper / DOS.
Tim
- Wed Aug 02, 2017 7:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Pro's and Contra's fom Resources or Coded screens
- Replies: 47
- Views: 14738
Re: Pro's and Contra's fom Resources or Coded screens
... I need to handle labels, gets, dropdowns, checkboxes, browses, bitmap bars, etc.
Sometimes if I say @ 5,5, then I cannot now use @ 6,5. They overlap. Maybe someone could write a tutorial on how to get these uniform. I'd love it.
With that said, I do have some popups where I can use these, but ...
Sometimes if I say @ 5,5, then I cannot now use @ 6,5. They overlap. Maybe someone could write a tutorial on how to get these uniform. I'd love it.
With that said, I do have some popups where I can use these, but ...