Search found 48 matches: activation

Return to advanced search

Re: Window transition event

Dear Yuri, Use the WM_ACTIVATE message in the application's main window procedure. This message indicates window activation changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE for background). You may need to inherit ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

Re: impossible Error : lost DBF ...

... window/dialog is closed. Statements after ACTIVATE command of all other windows (NONMODAL) and all NONMODAL dialogs are executed immediately after Activation, without waiting for the closing of the window/dialog. This is Windows behavior.
by nageswaragunupudi
Fri Jun 02, 2023 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: impossible Error : lost DBF ...
Replies: 4
Views: 363

Re: Newbie Question : XBROWSE

... xbrowse, which require access to an open DBF, we would have got similar errors. The real issue is the difference in handling Modal Vs Non-Modal activation of Windows/Dialogs. Windows: In an application, the Window that is first activated is the Main Window. During the application, we can query ...
by nageswaragunupudi
Sat Nov 26, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1482

Re: Subir una base.dbf a una carpeta en la nube

Adhemar,
I tried but get:
File chooser dialog can only be shown with a user activation.

I don't know if this is out of security reasons, possible.
Maybe with a workaround

Best regards,
Otto
by Otto
Tue Aug 24, 2021 7:12 pm
 
Forum: mod_harbour
Topic: Subir una base.dbf a una carpeta en la nube
Replies: 14
Views: 2089

Re: TIMER Question

Try to move the timer activation to the ON INIT clause (oTimer_1:Activate()).

EMG
by Enrico Maria Giordano
Wed Dec 18, 2019 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TIMER Question
Replies: 3
Views: 716

Re: Activar botón con oDlg:AEValWhen() (SOLUCIONADO)

... in mdichild from FWH1810. Whatsnew.txt ACTIVATE DIALOG oDlg AS MDICHILD. In an MDI environment, converts the dialog as mdichild and activates. On activation, the variable oDlg now refers to the new mdichild window and all actions and codeblocks using oDlg variable now act on the mdichild window. ...
by nageswaragunupudi
Thu Jun 06, 2019 11:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Activar botón con oDlg:AEValWhen() (SOLUCIONADO)
Replies: 17
Views: 2424

Re: TGET behavior (Antonio)

Antonio, i think nobody has used ::lKeepFocus as it was not used in actual tget-code! But it saves keybord- or mouse activation in the case of exist ::oBtn in the get and is elegant.
I am also excite to add in the headerfile on GET and [ACTION[NONEXT]]. [NONEXT] sets ::lKeepfocus to .F.
by byte-one
Sat Jan 12, 2019 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET behavior (Antonio)
Replies: 7
Views: 1284

New FTDN Oct. 2018 (FWH 18.10)

... * Enhanced Active command of Dialog: ACTIVATE DIALOG oDlg AS MDICHILD. In an MDI environment, converts the dialog as mdichild and activates. On activation, the variable oDlg now refers to the new mdichild window and all actions and codeblocks using oDlg variable now act on the mdichild window. ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4229

FWH 1808: Dialog as Mdichild

... on the screen briefly for a fraction of a second and then disappears before the mdichild window is displayed. This flicker is eliminated. 3) After activation, the variable "oDlg" refers to the new mdichild window and not to the dialog object anymore. oDlg can be used to refer to the mdichild ...
by nageswaragunupudi
Mon Oct 22, 2018 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1808: Dialog as Mdichild
Replies: 14
Views: 4091

Re: Math E and function Sigmoid()

https://en.wikipedia.org/wiki/Sigmoid_function

A wide variety of sigmoid functions have been used as the activation function of artificial neurons


Image
by Antonio Linares
Sat Jul 01, 2017 5:03 am
 
Forum: Utilities / Utilidades
Topic: Math E and function Sigmoid()
Replies: 7
Views: 1789

Re: hb_xrealloc can't reallocate memory

... * harbour/src/vm/garbage.c + added new PRG function HB_GCSETAUTO( [nNewVal] ) - nPrevVal which allows to set the frequency of automatic GC activation. nNewVal is number of GC items (in thousands). If total number of new GC items allocated from last GC pass exceed this value then GC is automatically ...
by Carlos Mora
Wed Sep 02, 2015 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7221

Re: OT: Windows 10

Antonio Linares wrote:This is what I forgot:

Install win 7 or 8.
Activate it
Upgrade to Win 10

My OS was Win 7 activated
I have downloaded ISO Win 10 from above referred link
Run set-up and my new Win 10 installed with activation done
by bpd2000
Tue Aug 04, 2015 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10
Replies: 25
Views: 4423

Re: Windows 10

... to use the Cortana SDK. Then our apps could use voice control. Right now I have it on my 3 test devices with Win 10, all using Hey Cortana voice activation. So I can walk into my office and say "Hey Cortana" and give it in instruction, ie. "Hey Cortana, remind me to email Antonio ...
by TimStone
Sun Jun 07, 2015 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10
Replies: 47
Views: 10024

Re: GEt change colors

Try: Activate Dialog oDlg On Init ( oObj:lReadOnly := .T. )
Instead of define the ReadOnly before activation
by sambomb
Fri Jan 16, 2015 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GEt change colors
Replies: 1
Views: 387

Re: Call Center - Slow Application Launch

... database (table). The problem is that after a reset or when the computer is turned on, the formation of the app is about 4 minutes, and all other activation apps are fast! Does the problem would be to cache or something? Best regards D. Basic
by metro
Mon Jun 23, 2014 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call Center - Slow Application Launch
Replies: 17
Views: 4449
Next

Return to advanced search