Search found 66 matches: react

Return to advanced search

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

... be assign Value in METHOD LButtonUp(nRow, nCol, nFlags ) CLASS TTaskPanel but there is no Codeblock-Slot like bLButtonUp which will "react" when click on "Collaps" :( i do not understand "when" to call LButtonUp() Question : where are Titlebar Resource of ...
by Jimmy
Sat Feb 24, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 336

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

hi Silvio, See checkscroll method thx for Answer but how to "react" to call Method ChekScroll() :?: when "click" there will be WM_LBUTTONDOWN / WM_LBUTTONUP Event fired for this we have Codeblock-Slot like in c:\fwh\samples\testmmd.prg ...
by Jimmy
Sat Feb 24, 2024 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 336

Re: Create a Panel width a text

... me so far it will "resize" oPanel2 and "reposition" oPanel3 only when "Collapse" oPanel2 i don´t know how to "react" on ( need more "resize/reposition" ) #include "FiveWin.ch"//#include "ribbon.ch"//----------------------------------------------------------------------------//static ...
by Silvio.Falconi
Sat Feb 24, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2895

Re: Create a Panel width a text

... me so far it will "resize" oPanel2 and "reposition" oPanel3 only when "Collapse" oPanel2 i don´t know how to "react" on ( need more "resize/reposition" ) #include "FiveWin.ch"//#include "ribbon.ch"//----------------------------------------------------------------------------//static ...
by Jimmy
Sat Feb 24, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2895

Re: La IA contesta y se queda tan ancha

... que no existen, quizá existan en otros entornos. Yo creo que en temas que existe una barbaridad de información , como Angular, JavaScript , react debe ser muy útil pero en los temas minoritarios que yo consulto la verdad que muy útil no es, por lo menos por ahora. También creo que cuando ...
by jvtecheto
Sat Dec 30, 2023 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: La IA contesta y se queda tan ancha
Replies: 12
Views: 941

Re: Using Microsoft AI Phi-2 from FWH

... pFunc)       nErr := CallDll32 ( "Llama" , "llama64.dll" ,cModel , cPrompt, pFunc )RETURN .T. but it does not react same Way like Fivewin Sample it does not write "Answer" on-fly ... it write it on "End" and all Text in "one Block"
by Jimmy
Fri Dec 22, 2023 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6854

Re: opposite of HB_FUNC( REGISTERDRAGDROP ) ?

hi Antonio, thx for Answer it seems me that Sample is to react on DragEnter DragOver DragLeave Drop to receive in "my App" when use "as Target" but i like to Dragdrop Data from "my App" and send to external App e.g. Picture ...
by Jimmy
Wed Dec 13, 2023 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: opposite of HB_FUNC( REGISTERDRAGDROP ) ?
Replies: 5
Views: 461

Re: Parameter for Timeout

... AppEvent it include "Timeout" when "no Event" arrive and after "timeout" is over, it send Event xbe_None now i can react on xbe_None and call "DoCloseWindowAndDBF()" --- my Question is : how can i "simulate" 4th Parameter of AppEvent() under Fivewin
by Jimmy
Mon Sep 18, 2023 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 738

Re: Parameter for Timeout

hi, thx for Answer to use a TIMER is not a Solution 4th Parameter of AppEvent ( = ACTIVATE ) does react on "NO Event" within "Timeout" i can check          CASE nEvent == xbe_None            // Timeout            DoCloseWindowAndDBF() and "close" ...
by Jimmy
Mon Sep 18, 2023 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 738

Re: Reason for closing DBF file

... open" while "not work" in App and Network "timeout" those Type of App are not "Network ready" as they do not react on "Energie Saveing" and hold DBF "open"
by Jimmy
Mon Sep 18, 2023 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1100

Cursor in XBROWSE "down" instead of "right" after ENTER

hi, i have Set EDIT_NONE and use oWnd:bKeyDown to react on VK_RETURN   oBrw:nEditTypes := EDIT_NONE   oWnd:bKeyDown := { | nKey, nFlag | DoBrowseKey( nKey, nFlag, oWnd, oGet, oBar, oBrw, aHead ) } STATIC PROCEDURE DoBrowseKey( ...
by Jimmy
Sat Jun 10, 2023 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cursor in XBROWSE "down" instead of "right" after ENTER
Replies: 2
Views: 195

Re: show DELETED Record in XBROWSE

... this   USE (cDBF)   SET DELETED OFF so it was AFTER open DBF ... this make the funny Effect that MsgInfo say "OFF" but DBF "react" like "ON" now when change to   SET DELETED OFF    USE (cDBF) it work :) but as i say i can´t reproduce it in a small Sample
by Jimmy
Fri May 26, 2023 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: show DELETED Record in XBROWSE
Replies: 11
Views: 427

Re: calendar not run ( DBLCLICK)

... nMsg, nWParam, nLParam ) but not run how you did this :?: i have made a copy and "disable" METHOD HandleEvent() to "react" on Event like VK_ESCAPE
by Jimmy
Sun May 21, 2023 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 999

Re: calendar not run ( DBLCLICK)

hi Silvio, the "Error" is "by Concept" of TCalendar which have METHOD HandleEvent ( ) VIRTUAL so it will NOT react on Event like Dblclick or other :!: you can make a copy of CLASS TCalendar(), modify and include it in you App --- as you say you want a "empty" ...
by Silvio.Falconi
Sun May 21, 2023 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 999

Re: calendar not run ( DBLCLICK)

hi Silvio, the "Error" is "by Concept" of TCalendar which have METHOD HandleEvent ( ) VIRTUAL so it will NOT react on Event like Dblclick or other :!: you can make a copy of CLASS TCalendar(), modify and include it in you App --- as you say you want a "empty" ...
by Jimmy
Sun May 21, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 999
Next

Return to advanced search

cron