Good afternoon beloved master:
NO IT'S NOT! Hover over the DIALOGUE and BUTTONS. And use the TRANSPARENT command in the DIALOG too!
Buenas tardes amado maestro:
¡NO, NO LO ES! Pase el cursor sobre el DIÁLOGO y los BOTONES. ¡Y use el comando TRANSPARENT en el DIÁLOGO también!
Gracias, tks ...
Search found 11 matches: hover
Searched query: hover
- Sat Oct 12, 2024 8:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 24.09
- Replies: 95
- Views: 8286
- Thu Sep 19, 2024 10:23 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Webview 2 + Html + ChatGPT !
- Replies: 60
- Views: 7586
Webview 2 + Html + ChatGPT !
... background-color: white;
border-radius: 8px;
padding: 15px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.ventana:hover {
transform: translateY(-5px);
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
h1 {
text-align: center;
color: #333;
}
h3 {
margin-top: 0;
color ...
border-radius: 8px;
padding: 15px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.ventana:hover {
transform: translateY(-5px);
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
h1 {
text-align: center;
color: #333;
}
h3 {
margin-top: 0;
color ...
- Thu Nov 23, 2023 11:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Nages : BTNBMP Class Features
- Replies: 0
- Views: 567
To Nages : BTNBMP Class Features
Why does the button get smaller when I hover over a btnbmp button? In my opinion it's not normal!!!
Furthermore, aesthetically it is not good
sample:
@ oBrowse:nBottom+2, 5 BTNBMP aBtn[3] PROMPT "&Add" OF oDlgEdit;
SIZE 90, 19 PIXEL FLAT BITMAP "Add_NEW" LEFT NOROUND;
ACTION NIL
https://i ...
Furthermore, aesthetically it is not good
sample:
@ oBrowse:nBottom+2, 5 BTNBMP aBtn[3] PROMPT "&Add" OF oDlgEdit;
SIZE 90, 19 PIXEL FLAT BITMAP "Add_NEW" LEFT NOROUND;
ACTION NIL
https://i ...
- Sun Aug 06, 2023 2:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH new AutoHelp feature !!!
- Replies: 14
- Views: 1754
Re: FWH new AutoHelp feature !!!
I'm looking for a other way of help.
When I hover over a button, folderex, xbrowse,... we can see that the hover is changing a color background or showing a tooltip etc..
At that moment, is there a option to get the value or ID from that items i'm hovering over ? Mayby in combination with a Dialog ...
When I hover over a button, folderex, xbrowse,... we can see that the hover is changing a color background or showing a tooltip etc..
At that moment, is there a option to get the value or ID from that items i'm hovering over ? Mayby in combination with a Dialog ...
- Sat Jul 29, 2023 7:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: EXE Author's name on Windows 11
- Replies: 30
- Views: 2905
Re: EXE Author's name on Windows 11
Enrico
If you hover over the .exe with your mouse you do the the Company name ... etc .. but not when you look at the properties of the .exe ..
Rick Lipkin
If you hover over the .exe with your mouse you do the the Company name ... etc .. but not when you look at the properties of the .exe ..
Rick Lipkin
- Wed May 24, 2023 8:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: CLASS modification
- Replies: 33
- Views: 4186
Re: CLASS modification
... the IsOverDay() function is wrong as I can't find this function determines that the mouse is on the prompt of the days or in other areas.
if you hover the mouse over the name of the month or over the year it is not highlighted !!!
while if you click on the black arrows you can change the month ...
if you hover the mouse over the name of the month or over the year it is not highlighted !!!
while if you click on the black arrows you can change the month ...
- Mon Feb 13, 2023 10:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: write a test on Image control
- Replies: 4
- Views: 305
Re: write a test on Image control
... myfunc(hdc,oBold,cCod)
FW_SayText( hDC, ;
cCod, ;
{150,32,170, 250 },,oBold, CLR_GREEN, , .f. ) // x1,y1 hasta x2,y2
return nil
only if i hover over it then i see something, the procedure has some gets that the user has to fill in, every time i fill a get i refresh ccod . back in the day i ...
FW_SayText( hDC, ;
cCod, ;
{150,32,170, 250 },,oBold, CLR_GREEN, , .f. ) // x1,y1 hasta x2,y2
return nil
only if i hover over it then i see something, the procedure has some gets that the user has to fill in, every time i fill a get i refresh ccod . back in the day i ...
- Tue Nov 08, 2022 2:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: MENUITEM RESOURCE transparency ?
- Replies: 28
- Views: 2468
Re: MENUITEM RESOURCE transparency ?
... bitmaps on the top menu bar are not displayed.
2. When we click a menu item the bitmaps on the drop-down are NOT painted transparently.
3. When we hover the mouse over topbar menuitems, the bitmaps start appearing and that too without transperency.
This happens with Menus without any 20?? style ...
2. When we click a menu item the bitmaps on the drop-down are NOT painted transparently.
3. When we hover the mouse over topbar menuitems, the bitmaps start appearing and that too without transperency.
This happens with Menus without any 20?? style ...
- Mon Oct 31, 2022 7:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin Uxtheme
- Replies: 8
- Views: 1191
Re: Fivewin Uxtheme
Dear Jimmy,
> CLASS TFolder() is the latest Control where i notice that it does not show "Hot" Style when "hover"
Could you please post a screenshot, using another GUIs, of such "Hot" Style when "hover" ?
Class TFolderEx was a usar (Daniel Garcia Gil) contribution to FWH and its quite similar to ...
> CLASS TFolder() is the latest Control where i notice that it does not show "Hot" Style when "hover"
Could you please post a screenshot, using another GUIs, of such "Hot" Style when "hover" ?
Class TFolderEx was a usar (Daniel Garcia Gil) contribution to FWH and its quite similar to ...
- Mon Oct 31, 2022 4:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin Uxtheme
- Replies: 8
- Views: 1191
Re: Fivewin Uxtheme
hi Antonio,
Could you please post some screenshots ?
i can only talk about Controls which i have used until now ... and that are not much
---
CLASS TFolder() is the latest Control where i notice that it does not show "Hot" Style when "hover"
btw. TFolderEx() seems not documented in Help File
Could you please post some screenshots ?
i can only talk about Controls which i have used until now ... and that are not much
---
CLASS TFolder() is the latest Control where i notice that it does not show "Hot" Style when "hover"
btw. TFolderEx() seems not documented in Help File
- Sun Oct 30, 2022 10:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin Uxtheme
- Replies: 8
- Views: 1191
Re: Fivewin Uxtheme
... without "visual style" and the same with "visual style"?
a Button get "other" Style when Manifest is "enable", that you can "see"
but what about "hover" ( when Mouse is over Control but not click ) when have no Manifest or not "enable" :?:
Visual Style for "PUSHBUTTON are
BEGIN_TM_PART_STATES ...
a Button get "other" Style when Manifest is "enable", that you can "see"
but what about "hover" ( when Mouse is over Control but not click ) when have no Manifest or not "enable" :?:
Visual Style for "PUSHBUTTON are
BEGIN_TM_PART_STATES ...