Search found 2371 matches: correct

Return to advanced search

Re: a folder into a dialog

hi.
karinha wrote:Jimmy, Silvio, comprueba ahora si esto es correcto, por favor.
Jimmy, Silvio, check if this is correct now, please.

Body height of FolderEX is OK, but DIalog changed height which seems me wrong
by Jimmy
Wed Jun 12, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a folder into a dialog
Replies: 27
Views: 486

Re: a folder into a dialog

Jimmy, Silvio, comprueba ahora si esto es correcto, por favor. Jimmy, Silvio, check if this is correct now, please. // C:\FWH\SAMPLES\SILVFLD3.PRG#Include "FiveWin.ch"#Include "Constant.ch"#define DLG_nColorDlg    RGB(245,245,235)#define ...
by karinha
Tue Jun 11, 2024 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a folder into a dialog
Replies: 27
Views: 486

Re: Mod Harbour installation -

... use, I remember them Mr Otto that Antonio Linares has created a dedicated session for this type of argument, we should use that session to be more correct. Felicitaciones, el Sr. Otto es realmente una buena cortina, sistemáticamente con estos mensajes en este foro como para forzar "necesariamente" ...
by Silvio.Falconi
Sat Jun 08, 2024 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour installation -
Replies: 16
Views: 406

PathUrl()

... and domain name like "https://example.com/folder/subfolder". ChatGPT told me to work around this with AP_HeadersIn() . Is this the correct way to do it? Kind regards to all and many thanks in advance, Ruth
by Ruth
Mon Jun 03, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PathUrl()
Replies: 3
Views: 113

Re: also for obrw nheight

I like everything correct: How do I declare, NINDEX?

Me gusta todo correcto: ¿Cómo declaro, NINDEX?

Gracias, tks.

Regards, saludos.
by karinha
Fri May 17, 2024 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also for obrw nheight
Replies: 10
Views: 531

Re: At() and Rat() return the same value on a character string

... may be two spaces like "Amy Hadley" so now I need to know counting backwards where the end of the space may be .. So in order to get the correct results I need to know where the space starts and where the space ends, hence the use of the At() and Rat() function ... Is there a better way ...
by Rick Lipkin
Thu May 16, 2024 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: At() and Rat() return the same value on a character string
Replies: 4
Views: 256

Re: At() and Rat() return the same value on a character string

No, 4 is the correct result. The difference between AT() and RAT() is that RAT() search from right to left but the position is always counted from left. Anyway, Harbour shows the same result as xHarbour.
by Enrico Maria Giordano
Wed May 15, 2024 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: At() and Rat() return the same value on a character string
Replies: 4
Views: 256

Re: hb_base64encode() stays empty

... me understand further. I combined now that modharbour returns a string for hb_base64encode() whereas in xharbour it returns an array. Is this a correct assumption? Thank you for your help. Or is it that the returned value is too long for a string in xharbour.... Many, many thanks and kind regards ...
by Ruth
Wed May 15, 2024 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 579

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

karinha wrote:Enrico, is this correct? And the version, is it 4.2.4 of UPX.exe?

Code: Select all  Expand view

C:\UPX4\UPX.EXE -9 --lzma FOTOSPRO.EXE
 


Regards, saludos.


Yes, latest version is 4.2.4:

https://github.com/upx/upx/releases/tag/v4.2.4

The correct syntax (I'm using) is:

Code: Select all  Expand view
C:\UPX4\UPX.EXE --lzma FOTOSPRO.EXE
by Enrico Maria Giordano
Sat May 11, 2024 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 950

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

Enrico, is this correct? And the version, is it 4.2.4 of UPX.exe?

Code: Select all  Expand view

C:\UPX4\UPX.EXE -9 --lzma FOTOSPRO.EXE
 


Regards, saludos.
by karinha
Sat May 11, 2024 3:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 950

Re: passing a value through a for..next loop

... dialog is activated and controls are to be shown, the value of "n" is 21 and naturally we get runtime error as subscript out of range. Correct way: for n := 1 to 20 aGet[ 1 ] := MakeGet( n * 20, 50, aVar, n, oWnd ) next n ACTIVATE WINDOW .... //-------------- static function MakeGet( ...
by Antonio Linares
Fri May 10, 2024 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 957

Re: len an array

give me 1 instead of zero Because that is the correct answer. aLines  := HB_ATokens( "one", "|" )? aLines // -> { "one" } I not Know how I Have on String now I made aLines := hb_ATokens( cString,"|" ...
by Silvio.Falconi
Mon May 06, 2024 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: len an array
Replies: 5
Views: 282

Re: len an array

give me 1 instead of zero

Because that is the correct answer.

Code: Select all  Expand view
aLines  := HB_ATokens( "one", "|" )
? aLines // -> { "one" }
by nageswaragunupudi
Mon May 06, 2024 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: len an array
Replies: 5
Views: 282

Bug Combobox itemData in FWH-23.10

Hi, Testing Mr. Rao's example, with FWH-23.10, I detect that the "oItem:itemData" attribute of COMBOBOX returns incorrect data with FWH 23.10. Works perfect with FWH-20.07. When reviewing the class I see many changes between the two versions. How and where do I correct it ? ...
by Cgallegoa
Wed May 01, 2024 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Combobox itemData in FWH-23.10
Replies: 14
Views: 853

Re: Silvo .. changes to your xMate environment

Enrico, BUILDX TUTOR04: con ES0 compila con ES2 no compila. What are the correct FLAGS, this is my question. REM %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w3 /p %2 %3 > comp.log 2> warnings.log%hdir%\bin\harbour %1 /m /n /gc0 /w3 /es0 /i%fwh%\include;%hdir%\include ...
by karinha
Tue Apr 30, 2024 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 953
Next

Return to advanced search