Search found 606 matches: internal

Return to advanced search

Re: mod_harbour + ADS on linux server

... modharbour and a simple prg to CGI-BIN folder . In http docs i wrote .htaccess with your instructions But I received always an Error ( 500 Server Internal Error ) [Thu Dec 01 15:53:15.563653 2022] [cgid:error] [pid 2452856:tid 140467170232064] End of script output before headers: modharbour Pheraps ...
by giuliano
Thu Dec 01, 2022 2:55 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31784

Re: Great news regarding mod_harbour CGI !!!

... the error? Best regards, Otto https://w ..........g/cgi-bin/adhemar/images/lAcrSoft.jpg Server error! The request cannot be answered because an internal error occurred in the server. The server is either overloaded or an error occurred in a CGI script. If you think this is a server malfunction, ...
by Otto
Wed Nov 23, 2022 3:17 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 8272

Re: bKeyDown and interactive "close"

... many GET i can use ENTER, instead of TAB, to "jump" to next GET 2154      case nKey == VK_TAB .or. nKey == VK_RETURN so ENTER is "internal" used by GET and CODEBLOCK will not get nKey = 13
by Jimmy
Fri Nov 18, 2022 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bKeyDown and interactive "close"
Replies: 8
Views: 641

Re: The more fancy Xbrowses the more slow they become ?

... know DMW use DirectX and also "Visual Effect" us it old GDI32 is "slow" but GDI+ also can use Hardware Acceleration for "internal" Graphic, using "share RAM", you can try to use XMP RAM Modus (or use Overclock Modus) instead of 2400Mhz i can use 3600Mhz ...
by Jimmy
Thu Nov 03, 2022 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 499

Re: CodeBlock

Dear Ari, In harbour/include/hbapi.h you find this: https://github.com/harbour/core/blob/master/include/hbapi.h typedef struct _HB_CODEBLOCK { const HB_BYTE * pCode; /* codeblock pcode */ PHB_SYMB pSymbols; /* codeblocks symbols */ PHB_SYMB pDefSymb; /* symbol where the codeblock was cre...
by Antonio Linares
Tue Nov 01, 2022 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CodeBlock
Replies: 2
Views: 289

Re: Migranting xHarbour for Harbour

... pelo direito de usuário: <b>d0026</b>" INFO  ENDTASKGROUP    Now I can enter the system and the windows that has the Task, gives internal error in LIB, where I do not have the sources: Ari
by Ari
Thu Aug 25, 2022 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migranting xHarbour for Harbour
Replies: 18
Views: 1036

Re: hb_strToUTF8 en xHarbour con BUG

... for so long for a display where you can see the different codings. Thanks to your screenshot I have now found out that it is possible with The internal file lister (F3) of TotalComander The integrated file lister allows to view files of almost any size (now up to 2^63 bytes) in text, Unicode, ...
by Otto
Tue Aug 09, 2022 9:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: hb_strToUTF8 en xHarbour con BUG
Replies: 10
Views: 771

Re: Readonly and/or disable GETs background color

... color the background during the paint event, right? And "who" exactly give the default COLOR_WINDOW color to the readonly GETs? Is it an internal Windows behaviour that can be change only using paint event? EMG Si no se especifica lDisColors en false ni bColor, el color del panel disable ...
by cmsoft
Fri Aug 05, 2022 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 944

Re: Readonly and/or disable GETs background color

Thank you. So we have to color the background during the paint event, right? And "who" exactly give the default COLOR_WINDOW color to the readonly GETs? Is it an internal Windows behaviour that can be change only using paint event?

EMG
by Enrico Maria Giordano
Fri Aug 05, 2022 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 944

Re: CLASS fwTVCL for IP-TV

... ::bMenu, nRow, nCol, ::oParent, ::nIndex ) }*      OnDummy( TIME(), "End VLC Setup" )      // for each Instanze internal TIMER      DEFINE TIMER ::cTimer of oParent INTERVAL 100 ACTION ::VLCstate()                                                       ...
by Jimmy
Tue Aug 02, 2022 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 802

Re: FiveWin ActiveX Event

...        MsgInfo("DblClick " + VAR2CHAR(aParams),VAR2CHAR(pParams)) but it does "react" on VLC "internal" Event      case cEvent == "MediaPlayerEndReached"         MsgInfo("MediaPlayerEndReached") --- "Click" ...
by Jimmy
Sun Jul 17, 2022 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin ActiveX Event
Replies: 6
Views: 641

Re: Help about TWebView class. reading something from website.

Dear Hakan, Yes, it is internal, but as you have checked it works on many other cases. So it seems to me as the sent javascript is not correct. Have you been able to inspect it (right click on webview) and see if you get any warning ...
by Antonio Linares
Fri Jul 01, 2022 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1676

Re: Help about TWebView class. reading something from website.

Antonio Linares wrote:Dear Hakan,

many thanks for all your feedback about webview

We are all learning about it and its really usefull that we share our findings


So, we are waiting.

Where is te WV_SENDTOFWH() function?. Is it internal?
by Horizon
Fri Jul 01, 2022 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1676

Re: How many time my application is run in memory

Do you mean how long one of your programs has been running?

From powershell:

New-TimeSpan -Start (get-process <yourapplication>).StartTime

Internal to the program? I would just set a variable with DateTime() on entry, then diff that with current DateTime() to get total runtime of the app.
by rhlawek
Fri May 13, 2022 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1295

Re: Test Windows Mdi with panel right

... if you use explorerbar you don't have Hscroll and Vscroll at the same point because the internal area of the main window does not end before the explorerbar as in the picture I posted it would take a control similar to the buttobar but ...
by Silvio.Falconi
Mon May 02, 2022 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test Windows Mdi with panel right
Replies: 10
Views: 751
PreviousNext

Return to advanced search