Search found 49 matches: inactive

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 a Class TMyWindow...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 117

Re: "Save As" dialog box

...      BIF_BROWSEINCLUDEFILES, .T. ) I need something similar, but without the option to select a file (folder files should be inactive)
by Natter
Fri Jan 26, 2024 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1746

Re: ButtonBmp TABSTOP

... This should work and in fact this works . Keep this in ON INIT clause. In the above example, according to the RC file, tabstop for oBtn[ 2 ] is inactive and tabstop for oBtn[ 1 ] and oBtn[ 2 ] are active. Please try this program. Here we enable tabstop for the second button and disable tabstop ...
by wartiaga
Sun Jan 07, 2024 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2427

Re: ButtonBmp TABSTOP

... This should work and in fact this works . Keep this in ON INIT clause. In the above example, according to the RC file, tabstop for oBtn[ 2 ] is inactive and tabstop for oBtn[ 1 ] and oBtn[ 2 ] are active. Please try this program. Here we enable tabstop for the second button and disable tabstop ...
by nageswaragunupudi
Sat Jan 06, 2024 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2427

Re: Disabled buttons at oBar not greyed out after using FWH1912

Is it Normal, Pressed, Inactive and Mouse Over?

Yes
by nageswaragunupudi
Wed Sep 13, 2023 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 792

Re: Disabled buttons at oBar not greyed out after using FWH1912

... clause which results in non-sharp images of buttons. Question; cResName2, cResName3 and cResName4 are for what states? Is it Normal, Pressed, Inactive and Mouse Over ? #xcommand DEFINE BUTTON [ <oBtn> ] ;             [ <bar: OF, BUTTONBAR > <oBar> ] ;      ...
by hua
Wed Sep 13, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 792

Re: Forcing to unlock a record

... any ACTION --- does Fivewin ACTIVATE have a "Timeout" :?: this i do use under Xbase++ where i use Timeout and close Windows when "inactive"   nEvent := 0   DO WHILE !lExit      nEvent := APPEVENT( @mp1, @mp2, @oXbp, nTime )  // 4th Parameter Timeout      DO CASE    ...
by Jimmy
Thu Nov 17, 2022 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 774

Re: xbrowse too slow

... do with the browse speed. However, the printing could take some time and if the user is waiting for it to complete, then the browse screen will be inactive while the printing is going on. This is not the fault of the browse, yet users will probably think it is. One solution is to display on the ...
by James Bott
Sat Sep 21, 2019 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4251

Re: Bug on Tfolderex

Please test this code. Except the first tab in all others the controls inside all are inactive!
Code: Select all  Expand view
Function ActDesactDlgs( lEnable )
   local x
   For x = 2 to Len( oFolder:aDialogs )
          oFolder:DisableTab( x )
         oFolder:EnableTab( x )
   Next x
Return nil
by byte-one
Fri Sep 20, 2019 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on Tfolderex
Replies: 9
Views: 1114

Re: Bug on Tfolderex

Cristobal, simple do a oFld:disabletab(nOtion) and later a oFld:enabletab(nOtion). Then the tab is enabled and can clicked but all the controls inside this tab are inactive.
by byte-one
Fri Sep 20, 2019 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on Tfolderex
Replies: 9
Views: 1114

Re: Multiple Dimension Array in Combobox

... done. All works fine, as usual. If someone does have a thought on what I've presented, the code is still in place ( though commented out so it's inactive ) and I can test their input. Have a wonderful weekend ...
by TimStone
Thu Aug 29, 2019 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4009

Re: Question to XBROWSE 1810

Thanks!
In the meantime i also found this lines and make a DATA to switch this lines on/off. But for accordance to older versions the code should be inactive for standard and switchable to your new edit!
by byte-one
Thu Nov 29, 2018 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to XBROWSE 1810
Replies: 4
Views: 902

Re: Titulo de Dialogo

... is TRUE, the window is flashed from one state to the other. If it is FALSE, the window is returned to its original state (either active or inactive). When an application is minimized and this parameter is TRUE, the taskbar window button flashes active/inactive . If it is FALSE, the taskbar ...
by cnavarro
Tue Nov 07, 2017 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Titulo de Dialogo
Replies: 14
Views: 2108

Re: Introducing FiveTech's fivedit

Dear Cristobal,

I downloaded FIVEDIT.
When I try to create a new file all the options are grey.
Trying to open a recently used file I get a msg “editor inactive”.

Can you please help me to start with FIVEDIT.

BTW can I change the icons to another color beside black.

Best regards,
Otto
by Otto
Mon Jul 31, 2017 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 105357

Re: FWH: MySql/MariaDB: RowSet object

how to make REQUERY with pagination ors := ::oSetup:oServer:RowSet("Select * from produtos ? order by descricao",{"where inactive = 'N'"}, 50) // pagination with 50 **** ERRO DON´T WORK... *** ors:Requery("where name like '%PINAPPLE% '") // WITH PAGINATION 50 ...
by nageswaragunupudi
Mon May 15, 2017 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19439
Next

Return to advanced search