Search found 62 matches: outline

Return to advanced search

Re: Another for Btnbmp

When an element, such as a button, is focused on a webpage, the browser typically outlines it with a dotted or solid border. This behavior is akin to the "FocusRect" you mentioned. The focus outline is crucial for accessibility, as it assists users, especially ...
by nageswaragunupudi
Mon Mar 25, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4958

Re: Another for Btnbmp

Dear Mr. Rao, When an element, such as a button, is focused on a webpage, the browser typically outlines it with a dotted or solid border. This behavior is akin to the "FocusRect" you mentioned. The focus outline is crucial for accessibility, as it assists users, ...
by Otto
Mon Mar 25, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4958

Re: Creating table with Trichedit

... {0.4,0.5,0.5,0.8,0.9,0.9,0.9,0.5,0.5} ; // Array of column widths ROWHEIGHT .2 ; // Minimum row height is .25" CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarca; // Sombras en columnas HEADERROWS 1; // dos lineas de titulos HEADER aFldNames; HEADERFONTSIZE 10; HEADERAPPEAR ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1451

Re: Creating table with Trichedit

... {0.4,0.5,0.5,0.8,0.9,0.9,0.9,0.5,0.5} ; // Array of column widths ROWHEIGHT .2 ; // Minimum row height is .25" CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarca; // Sombras en columnas HEADERROWS 1; // dos lineas de titulos HEADER aFldNames; HEADERFONTSIZE 10; HEADERAPPEAR ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1451

Re: Creating table with Trichedit

... CELLWIDTHSээ ancho1 ; // Array of column widths ROWHEIGHT .25 ; // Minimum row height is .25" ROWBORDERS DOTTED ; CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarc1; // Sombras en columnas HEADERROWS 1; // dos lineas HEADER {"","","Cartella ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1451

Re: Creating table with Trichedit

... CELLWIDTHSээ ancho1 ; // Array of column widths ROWHEIGHT .25 ; // Minimum row height is .25" ROWBORDERS DOTTED ; CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarc1; // Sombras en columnas HEADERROWS 1; // dos lineas HEADER {"","","Cartella ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1451

Re: Creating table with Trichedit

... CELLWIDTHSээ ancho1 ; // Array of column widths ROWHEIGHT .25 ; // Minimum row height is .25" ROWBORDERS DOTTED ; CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarc1; // Sombras en columnas HEADERROWS 1; // dos lineas HEADER {"","","Cartella ...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1451

file ID in the Windows file system

... identifier (File ID) for a file, you typically need to use specific tools or write a program that interacts with the Windows API. Here's a general outline of how you can retrieve the File ID: **Using Command Line:** - **fsutil**: Windows includes a command-line utility called fsutil that can display ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: App Termination and Relaunch.

... function or the `CreateProcess` function to start a new instance of your application from within your existing application. Here's a general outline of how you can do it: 1. Terminate the Current Instance: You can use the `ExitProcess` function or simply return from the `main` function (if ...
by Antonio Linares
Fri Oct 06, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 396

Re: Web programming with Mod Harbour

... and JavaScript). Mod Harbour can be used alongside web frameworks to handle HTTP requests, business logic, and data manipulation. Here's a general outline of how you can approach web programming with Mod Harbour: Choose a Web Framework: Since Mod Harbour is primarily used for backend development, ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 327

Re: Small Question about Word and FWH

... Application 2, before calling cWord:Quit(), you can use inter-process communication to check the state of the document in jWord. Here's a general outline of the steps involved: a. Use a suitable inter-process communication mechanism supported by your programming language or platform, such as named ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1150

Re: POPUP window size

Hi, karinha ! It's not really, but it helped me find a solution to my problem. Thanks ! Another question - how to make a colored outline around this window ? colored outline around this window? Would it be a SKIN()? You're too modern for me to keep up. hahahahahahaha. contorno de color ...
by karinha
Sat Apr 08, 2023 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: POPUP window size
Replies: 3
Views: 219

Re: POPUP window size

Hi, karinha !

It's not really, but it helped me find a solution to my problem. Thanks !

Another question - how to make a colored outline around this window ?
by Natter
Sat Apr 08, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: POPUP window size
Replies: 3
Views: 219

Re: FW Preview user style

... of lines long and distilled it down to 1/10 of it's original size using OOP. Note that (generally) reading OOP code is like reading a collapsed outline, which is so much easier to read and understand. Sorry Otto, but I don't see how your technique is more "straightforward" and easier ...
by James Bott
Sun May 15, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1699

Re: Windows 11 Fluent Design

Antonio, Now I notice that the Win 10 window shadow is so sophisticated that it even bends the shadow into the outline that is part of the window! I have an tree image in the background and some of the green from the tree is showing in the shadow AND in the border line of the ...
by James Bott
Sun Oct 03, 2021 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9399
Next

Return to advanced search