Search found 51 matches: inactive

Return to advanced search

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

bEditWhen works with all edit types. In case of EDIT_BUTTON, the button is inactive. In case of EDIT_LISTBOX and EDIT_GET_LISTBOX, the listbox opens (this is for information of the user) but the user can not change the value. bEditWhen works in all cases. Also, ...
by elmoiquique
Sun Mar 31, 2024 7:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2658

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

bEditWhen works with all edit types. In case of EDIT_BUTTON, the button is inactive. In case of EDIT_LISTBOX and EDIT_GET_LISTBOX, the listbox opens (this is for information of the user) but the user can not change the value. bEditWhen works in all cases. Also, ...
by nageswaragunupudi
Fri Mar 29, 2024 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2658

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: 504

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: 1838

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: 2794

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: 2794

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: 1670

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: 1670

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: 787

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: 4320

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: 1124

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: 1124

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: 4056

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: 912

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: 2172
Next

Return to advanced search