Search found 552 matches: happen

Return to advanced search

Re: hb_getEnv("PRGPATH")

... "official" environment variables of my windows system i can´t see it. maybe it is stored somewhere else? and also i wondered what would happen if accidentally I would have an environment variable named "PRGPATH" defined manually in windows - would this cause some kind of conflict? ...
by Ruth
Tue May 07, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 149

how to change the size of an xbrowse in runtime

I not Know How change the height of a xbrowse I tried with

Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nHeight -= 40
else
oBrw:nHeight += 40
endif
oBrw:refresh()
return nil

but not happen nothing
by Silvio.Falconi
Thu May 02, 2024 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 298

Re: Question about wfReadUrl()

... other URL's, return into a .T. So in case http://www.ma-consult.be is blocked, the url http://www.juda.be is used. And that is what I wanted to happen. So, my problem is solved, thanks to you. Thank you so much for your help. Have a nice weekend.
by driessen
Sat Apr 06, 2024 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2836

Re: Question about wfReadUrl()

... resulting into xDownWeb = "https://www.ma-consult.be. Another question. What if a url is blocked by a firewall or an antivirus. What will happen then? That is de problem I have, especially wit BitDefender.
by driessen
Sat Apr 06, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2836

Re: Error System no longer works.

... complete. Have you modified ERRSYSW.PRG? Copy the ORIGINAL from c:\fwh\source\function to the project folder and compile and tell us what happen. ¿Has modificado ERRSYSW.PRG? Copie el ORIGINAL de c:\fwh\source\function a la carpeta del proyecto, compílelo y cuéntenos qué sucede. Gracias, ...
by karinha
Tue Feb 27, 2024 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 121

Re: SAPI : change Voice

... oVoice:__hObj, { | x, y | QOut( x, y ) } ) i have add that Line into Sample CODE, but nothing "seem" to happen using QOut() :( when change into MsgInfo() it does "fire" a lot, but "what" are x,y :?: i have try to FWLOG      oVoice:__hSink ...
by Jimmy
Sat Feb 10, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3778

future of Rich Text Editor maybe time to start with WEBVIEW

... an alternative to RichEdit in parallel using WebView, e.g., with the TinyMCE editor? I'm just thinking to be prepared for the future. That won't happen overnight. Factors that could influence the future of Rich Text Editors. There is a rising demand for more user-friendly and flexible editors ...
by Otto
Mon Jan 22, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1721

Re: Definir font richedit5

... an alternative to RichEdit in parallel using WebView, e.g., with the TinyMCE editor? I'm just thinking to be prepared for the future. That won't happen overnight. Factors that could influence the future of Rich Text Editors. There is a rising demand for more user-friendly and flexible editors ...
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 619

Re: phpBB to LLM

Hello Antonio, From the looks of it, the training doesn't just happen in one round: First round generated a 715MB file "cached_lm_GPT2Tokenizer_128_fivetech_forums_20231222.sql" in 16min. The second round is actually the training and I'm now at ...
by alerchster
Tue Dec 26, 2023 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4751

Re: copy a row of xbrowse

... 3 modify a record sample change the desc and press ok 4. you 'll see it changed two record ( the copied and the selected) it is wrong !!!! this happen because the number of record is the same
by Silvio.Falconi
Tue Dec 05, 2023 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5832

Re: Calculate total pages

... first a dry-run to count pages and then final run using the count. But whatever we do, this should be transparent to the programmer and should happen without expecting the programmer to do any additional work. For now, we can do this test. First let us make a few modifications to the Printer.prg: ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5913

Re: xBrowse - Dates - FWH 2310

... that was where the problem was located. The posts have specific data. No, I cannot provide a program to display it. At first it seemed to only happen on AMD, but then it didn't. Then it was consistent if the ADS RDD ( LOCAL and REMOTE ) were specified, and if I sent to the standard DBFCDX it ...
by TimStone
Fri Nov 10, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1499

Re: HBIDE - Will there be any further development?

... the time. But I'd like to also see a full-fledged text-mode Harbour IDE in the style of Turbo Vision, as you're saying here. That might not ever happen, but it would be cool. It might be possible to configure Kresin's editor as a development environment ; I'm brainstorming that, but not sure ...
by FWExplorer
Wed Sep 06, 2023 12:40 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 14095

xbrowse border.... smudge

look this https://i.postimg.cc/m2BqWMbr/Y.png Do you happen to notice something strange? I made : @ 120, 02 XBROWSE oBrowse OF oDlg....NOBORDER WITH OBJECT oBrowse :lDrawBorder := .t. :nClrBorder := Rgb(195,195,185) ... now I see you here is ...
by Silvio.Falconi
Sat Jun 10, 2023 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse border.... smudge
Replies: 0
Views: 122

Re: BTNBMP : Different Releases

Do you happen to use a modified BTNBMP.PRG class?

¿Utiliza una clase BTNBMP.PRG modificada?

Regards, saludos.
by karinha
Fri Jun 09, 2023 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP : Different Releases
Replies: 2
Views: 178
Next

Return to advanced search