Search found 62 matches: fwh1912

Return to advanced search

Re: Transparent area becomes black when use BUTTON...ADJUST

This is working fine for me here with FWH1912 Thank you for taking your time to create the sample. I managed to create a reduced self-contained example that still shows the bug on my pc. Can you see whether that is the case or not on yours? ...
by hua
Wed Dec 06, 2023 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 880

Re: Transparent area becomes black when use BUTTON...ADJUST

This is working fine for me here with FWH1912 #include "fivewin.ch"function btnbar()   local oWnd, oBar   DEFINE WINDOW oWnd TITLE FWVERSION   DEFINE BUTTONBAR oBar OF oWnd SIZE 80,80 RIGHT //2007  ...
by nageswaragunupudi
Tue Dec 05, 2023 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 880

Re: Transparent area becomes black when use BUTTON...ADJUST

... the transparent area of the image becomes black like below https://i.postimg.cc/26tcNykw/oBar.jpg How do I fix this? Using HArbour+FWH1912 The bar is repositioned before display using the command oBar:GoRight() TIA Can i see the rc file entries for whatsnew.bmp? Suggested format ...
by nageswaragunupudi
Tue Dec 05, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 880

Transparent area becomes black when use BUTTON...ADJUST

... the transparent area of the image becomes black like below https://i.postimg.cc/26tcNykw/oBar.jpg How do I fix this? Using HArbour+FWH1912 The bar is repositioned before display using the command oBar:GoRight() TIA
by hua
Tue Dec 05, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 880

Re: Does TDatabase supports SEEK LAST?

Please try oDbf:DbSeek( cSeek, nil, .T. ) This works with FWH1912 also, Don't bother if you can not find the method DbSeek() With database class we call use any (x)Harbour function as if it is a method, if that function is linked to the application. ...
by nageswaragunupudi
Tue Nov 07, 2023 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 382

Does TDatabase supports SEEK LAST?

Looking at TDatabase of FWH1912, I don't see support for 3rd param for dbSeek(). It is the equivalent of SEEK LAST
Is this rectified in latest version of FWH?
by hua
Tue Nov 07, 2023 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 382

How to make MsgGetArray() behaviour consistent with MsgGet()

... {::cFrom, ::cTo}) MsgGetArray() will not return .t. eventhough Ok is clicked unless some field has been edited. TIA FWH1912
by hua
Fri Nov 03, 2023 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make MsgGetArray() behaviour consistent with MsgGet()
Replies: 1
Views: 273

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

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

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

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

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

testbar.prg with minor modifications: https://imagizer.imageshack.com/v2/xq70/924/BhebBx.png https://imagizer.imageshack.com/v2/xq70/922/NWTQwe.png https://imagizer.imageshack.com/v2/xq70/922/rj3QTx.png // This sample shows how to create a Management M...
by nageswaragunupudi
Thu Sep 14, 2023 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1687

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

// TESTBAR4.RCopen     BITMAP "../bitmaps/open.bmp"close    BITMAP "../bitmaps/close.bmp"exit     BITMAP "../bitmaps/exit.bmp"cut      BITMAP "../bitmaps/cut.bmp"copy     BITMAP "../bitmaps/copy.bmp&...
by karinha
Thu Sep 14, 2023 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1687

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

// C:\FWH\SAMPLES\TESTBAR4.PRG and TESTABAR4.RC#Include "FiveWin.ch"STATIC oWndSTATIC OBTNB_MOD, OBTNB_TOP, OBTNB_PREV, OBTNB_NEXT, OBTNB_BOTT, OBTNB_EXITSTATIC LOBTNB_MOD  := .T., LOBTNB_TOP  := .T., LOBTNB_PREV := .T.,  ;       LOBTNB_NEXT := .T., LOBT...
by karinha
Thu Sep 14, 2023 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1687
Next

Return to advanced search