Search found 726 matches: disabled

Return to advanced search

Re: Problem with valid email refresh btnbmp

... here not run ok https://i.postimg.cc/fTV02T29/kkk.png I saw only "?" bitmap and btnbmp is allways disabled
by Silvio.Falconi
Wed Apr 03, 2024 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2324

Problem with valid email refresh btnbmp- RESOLVED

... bmp control to update from a tget control that has a valid to check whether the email entered is valid or not initially the btnbmp check must be disabled the btnbmp control has two bitmaps one when the logical value is true and another when the logical value is false when I enter an email the ...
by Silvio.Falconi
Wed Apr 03, 2024 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2324

DATEPICKER

... be kind enough to give me a little hint. I was wondering if there is a way to set minimum and maximum and leaving the dates out of this range disabled also visually...to achieve kind of this look https://mybergland.com/ruth/datepicker_min_max.png this is my datepicker right now: ...
by Ruth
Mon Feb 26, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATEPICKER
Replies: 4
Views: 218

Re: Cambio de imagen a 1 boton

Try
Code: Select all  Expand view
DEFINE BUTTON oBoton1 OF oBar FILE cBmp1, cBmp2, cBmp3, cBmp4 ;
ACTION ...

Then see how the 4 bmp files are used when clicking, hovering, disabled, etc
by nageswaragunupudi
Wed Feb 14, 2024 2:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 281

Re: OT - abro hilo FWH - MAC

hbmk2[gtalleg]: Error: Missing dependency: allegro
hbmk2[gtalleg]: Exit status: 10: dependency missing or disabled
! Finished package build...
./bin/darwin/clang/hbmk2 ./config/postinst.hb first
! postinst script finished
by goosfancito
Sun Dec 24, 2023 5:20 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: OT - abro hilo FWH - MAC
Replies: 8
Views: 853

Re: copy a row of xbrowse

... and disable the "paste" menuitem and give the possibility to copy another line and repeat the operations instead the copy command is disabled and "paste" is always active
by Silvio.Falconi
Tue Dec 05, 2023 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5769

Re: copy a row of xbrowse

... first xbrowse with the "copy" option I go to the second xbrowse I paste when I view the popup menu the "copy" option is always disabled while it should be re-enabled after copying #include "fivewin.ch" static aCopyFunction Main()   Test("00001")  ...
by Silvio.Falconi
Tue Dec 05, 2023 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5769

Tget /tsay disable/enable

Is it possible to transform a Tsay or Tget control when it is disabled and create a rectangle with the dimensions of the control and fill it with a custom color or brush? sample https://i.postimg.cc/SKJ77PDD/uu.png I tried with #include ...
by Silvio.Falconi
Thu Nov 09, 2023 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 365

Re: change Border color BTNBMP

... image and disable the control, and so on. Now compiling with the new version I no longer have the problem of bad display of btnbmp when they are disabled. But I would like to transform the button as I do for the last one (the one you see on the right with the lines), and by doing this I also ...
by Silvio.Falconi
Thu Nov 09, 2023 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change Border color BTNBMP
Replies: 2
Views: 283

New FTDN October/Octubre 2023 (FWH 23.10)

... https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43407&sid=7f4001848fbee7134ccadde0bb0dfd09 * BtnBmp.prg: Improved painting of disabled buttons. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43698&sid=b7b15700ca553af24af5480cdf26182f * XBROWSE: - Using column ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3893

Re: DBF . Commit

... best effects can be reached when user group some write operation and then commit them to force buffer updates. In harbour COMMIT can be temporally disabled by SET( _SET_HARDCOMMIT, .F. ) and then enabled by SET( _SET_HARDCOMMIT, .T. ) Harbour remembers which RDD files where modified with SET( _SET_HARDCOMMIT, ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2323

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

hua wrote:Thanks for the reply Karinha. Are you linking using FWH1912?


FWH1905.

Did you test the example as I sent it? Show a picture of what it looks like.

¿Probaste el ejemplo tal como lo envié? Muestre una imagen de cómo se ve.

Gracias, thanks.

Reagrds, saludos.
by karinha
Fri Sep 15, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1649

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

Hi Rao,
Yes, using GDIP clause will always make it work but the image it produce looses the sharpness, becomes a bit blurry

Image
by hua
Fri Sep 15, 2023 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1649

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

Thanks for the reply Karinha. Are you linking using FWH1912?
by hua
Fri Sep 15, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1649

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

Your testbar.prg slightly modified: #include "FiveWin.ch"static oWnd, oBarstatic lEnable := .t.//----------------------------------------------------------------------------//function Main()   local oBtn   DEFINE WINDOW oWnd//   define buttonbar oBar of oWnd size 30,33 2015 3DLOOK/...
by nageswaragunupudi
Thu Sep 14, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1649
Next

Return to advanced search