Search found 3392 matches: called

Return to advanced search

Re: DNS

WSACleanup() is responsible for performing cleanup tasks when your program is finished using Winsock functionality. Unloads Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) that were loaded during the initialization process using ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 97

Re: Another for Btnbmp

Dear Mr. Silvio when I press a button then a black border forms how do I remove the black border? By default, this border, called FocusRect is drawn around the button in focus, same way as Windows OS paints TButton, TButtonBmp. This border indicates to the user which button has focus ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 604

Re: Another for Btnbmp

Dear Mr. Silvio when I press a button then a black border forms how do I remove the black border? By default, this border, called FocusRect is drawn around the button in focus, same way as Windows OS paints TButton, TButtonBmp. This border indicates to the user which button has focus ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 604

Error en Listbox.

... occurred at: 24-03-2024, 19:23:58 Error description: Error BASE/1081 Argument error: + Args: [ 1] = N 0 [ 2] = A { ... } Stack Calls =========== Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:RESIZE( 656 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 51

Fulltext-Search

... Usage: At its simplest, you can use findstr to search for a string in a file. For example, to search for the word "example" in a file called "myfile.txt," you would use the following command: findstr "example" myfile.txt Regular Expressions: findstr supports regular ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 236

Re: Error System no longer works.

Show: Called from MAIN(71) in .\ihss32.PRG 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 ...
by karinha
Tue Feb 27, 2024 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 104

Error System no longer works.

... Internal Error - E:\Datafile\Ihss32\ihss32.exe Terminated at: 2024-02-26 14:12:18 Unrecoverable error 9003: Too many recursive error handler calls Called from STR(0) Called from ERRORDIALOG(151) in .\source\function\ERRSYSW.PRG Called from (b)ERRORSYS(23) in .\source\function\ERRSYSW.PRG Called ...
by byron.hopp
Mon Feb 26, 2024 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 104

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... :=  { | | CheckCollapse(oPanel3,cMsg,3) } i don´t know how but METHOD LButtonUp will be "automatic" called which include      if ! Empty( ::bOnCollapse )   // new         Eval( ::bOnCollapse, Self )   // new      endif    // new so ...
by Jimmy
Mon Feb 26, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 337

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Antonio,

Codeblock-Slot like these we need, thx
but how is METHOD LButtonUp() called when i click to collaps/enlarge :?:

Request :
also need for DragDrop
Code: Select all  Expand view
METHOD LButtonUp( nRow, nCol )

include DATA lDrag and ::Capture()
by Jimmy
Sat Feb 24, 2024 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 337

Re: link error

It seems that rbdesign.prg is for Harbour only. xHarbour does not provide a function called HB_COMPILEFROMBUF().
by Enrico Maria Giordano
Wed Feb 14, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 421

Re: SAPI : change Voice

... Property "Voice" Error description: (DOS Error -2147352573) WINOLE/1007 Argument error: VOICE Args: [ 1] = O Stack Calls =========== Called from: => TOLEAUTO:VOICE( 0 ) Called from: main.prg => CHANGEVOICE( 125 ) Called from: main.prg => (b)MAIN( 43 mi solunción Function ...
by Danielmaximiliano
Sun Feb 11, 2024 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3100

Re: SAPI : change Voice

Dear Jimmy,

> when change into MsgInfo() it does "fire" a lot, but "what" are x,y

These are VERY GOOD news !!! :-D

Please send me your PRG as you are using it so MsgInfo() gets called, please!!!
by Antonio Linares
Sat Feb 10, 2024 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3100

Re: HarbourWave - leaked information

I recently discovered something interesting – leaked information about a project called 'HarbourWave.' It seems that this project is in development, but little was known about it so far. The leaked information provides some insights into the goals and potential ...
by Silvio.Falconi
Sun Jan 28, 2024 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HarbourWave - leaked information
Replies: 7
Views: 814

HarbourWave - leaked information

I recently discovered something interesting – leaked information about a project called 'HarbourWave.' It seems that this project is in development, but little was known about it so far. The leaked information provides some insights into the goals and potential ...
by Otto
Sat Jan 27, 2024 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HarbourWave - leaked information
Replies: 7
Views: 814

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... works perfectly in Webview2. Check out the GIF. We would now need to program a dual adapter, so that when working in the Webview, save2FWH is called, and otherwise the AJAX function. Here is the link to enter your email. I will then send you the download link. If you don't receive a response ...
by Otto
Sat Jan 27, 2024 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1429
Next

Return to advanced search

cron