Search found 886 matches: effect

Return to advanced search

Re: colorize btnbmp with diagonal

...  := FW_MakeYourBitmap( n1*2,n2*2, <|hDC,w,h| With this change, the bitmap covers the full area of the button. We need to keep in mind the effect of using or not using the TRUEPIXEL clause on the dimensions of the controls. Nages look this differences Without Truepixel https://i.postimg.cc/P5SZHc5W/no.png ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 293

Re: colorize btnbmp with diagonal

...  := FW_MakeYourBitmap( n1*2,n2*2, <|hDC,w,h| With this change, the bitmap covers the full area of the button. We need to keep in mind the effect of using or not using the TRUEPIXEL clause on the dimensions of the controls.
by nageswaragunupudi
Thu Apr 18, 2024 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 293

New FTDN February 2024 (FWH 24.02)

... this error was generating an incorrect behavior on new Class TWebView2. That call has been removed and now we need to check if there is any side effect. * Enhancement: function EnumChildWindows() used codeblock must return .T. to continue to next child control or .F. to stop.
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 205

Tbtnbmp effect Urllink

when you move the mouse over


Image


sent the modification to Antonio Linares
by Silvio.Falconi
Wed Feb 28, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tbtnbmp effect Urllink
Replies: 0
Views: 70

Re: Create a Panel width a text

... or even nil the text must be inserted inside the oPaneltext panel which in turn is inside the oPanel2 which acts as an external frame, as a shadow effect //create a shadow effect   @ oPanel2:nTitleHeight+5, 10 PANEL oPanelShadow SIZE oPanel2:nwidth, oPanel2:nHeight-40 of oPanel2  ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Re: SAPI : change Voice

... a RTF Control to use   oGetText:SetSel({StreamPosition , StreamPosition + Length})   oGetText:SetFocus() to get this Effect ( not perfect ) using HMG Syntax and RTF https://i.postimg.cc/nV1YTX0J/Sp-Voice-WORD.gif a Get / MGet will highlight hole Control ...
by Jimmy
Sun Feb 11, 2024 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3560

Re: Mark field as required

Hello, In my case I had to modify the TGet class to achieve the desired effect. What effect? Well, some Gets were mandatory for the user to fill in and so those Gets are marked with a little triangle indicating their obligation when they are empty. It is true ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Fine tune Phi2 from Microsoft with your own data

... of all existence, and who is beyond any description, perception, or distinction. Brahman is the essence of everything, and is the cause and the effect of everything. Brahman is also the creator, the sustainer, and the destroyer of everything. Brahman is also the jiva, the individual soul, who ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: How to find out the IDs of controls and types?

Giovany, sorry, but I didn't understand absolutely anything about what you wanted to do, this example had no effect on Windows 7. Honestly... Giovany, lo siento, pero no entendí absolutamente nada de lo que querías hacer, este ejemplo no tuvo ningún efecto en Windows 7. Sinceramente... ...
by karinha
Sat Jan 13, 2024 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1847

file ID in the Windows file system

... these actions with specific behaviors related to the file's unique identifier (File ID) and other metadata: 1. **Renaming a File to the ID:** - **Effect on File ID**: If you rename a file to anything, including a name that looks like its File ID, the actual File ID assigned by the file system ...
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: Testing Harbour -gc3 flag

... saludos. Probably because you have recompiled only the PRGs of your app. You would have to rebuild [x]Harbour and FWH with to see the real effect of the -gc switches.
by Enrico Maria Giordano
Fri Nov 17, 2023 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4341

Re: Fwh 23.10 TGet another problem

... as it is and set TFont():nDefaultCharSet := <yourCharset at the beginning of your application in the Main() function. This has the same effect of defining _DEFAULT_CHARSET_ Please see font.prg:   DEFAULT nCharSet := ::nDefaultCharSet   #ifdef _DEFAULT_CHARSET_      DEFAULT nCharSet := ...
by Horizon
Sun Nov 12, 2023 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem

... as it is and set TFont():nDefaultCharSet := <yourCharset at the beginning of your application in the Main() function. This has the same effect of defining _DEFAULT_CHARSET_ Please see font.prg:   DEFAULT nCharSet := ::nDefaultCharSet   #ifdef _DEFAULT_CHARSET_      DEFAULT nCharSet := ...
by nageswaragunupudi
Sat Nov 11, 2023 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: The Future of Developer Forums

... in conversations. For general questions, an AI can answer just as well and faster. I see it as disruptive for forums - I see the "Phone Book Effect". Who uses phone books anymore?" We urge all developers to actively engage in discussions, be open to diverse opinions, and value the ...
by Otto
Thu Nov 02, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 311

Re: DBF . Commit

hi Otto,

the "Problem" most are not the DBF, the "Problem" is to "update Index"

Code: Select all  Expand view
SKIP(0)

this will have same Effect like COMMIT
by Jimmy
Fri Oct 20, 2023 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2339
Next

Return to advanced search