Search found 153 matches: btn

Return to advanced search

Program creates a Log File

My program is creating a log file as follows. What's wrong please? 19/06/2017 14:47:57: WNDREADPALBMPEX( 694 ) uBmp = "BTN_LAST" "invalid resource" = "invalid resource" 19/06/2017 14:47:57: WNDREADPALBMPEX( 694 ) uBmp = "BTN_PRINTER2" "invalid resource&qu...
by betoncu
Mon Jun 19, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program creates a Log File
Replies: 4
Views: 819

Re: Differences in BTNBMP

... the FWH17.02 version generates a different button. What is the difference in BTNBMP for fwh17.02? The main difference is that in older versions Btn:lTransparent was not working on buttonbars, but now it is working. So you see the background color of the Bar. If you remove :lTransparent := .t., ...
by nageswaragunupudi
Mon Mar 27, 2017 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Differences in BTNBMP
Replies: 1
Views: 385

Re: Btnbmp in GET ACTION show border on MouseOver

Antonio Linares wrote:Dutch,

Could you please post the same screenshots built with the previous version that you are using ?

Here it is. FWH13.12
Imageimage hosting over 10mb
by dutch
Fri Dec 16, 2016 3:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp in GET ACTION show border on MouseOver
Replies: 9
Views: 1392

Re: Bugs in TButtonBmp

1) done.
2) Working for me with and without GDIP
btn:loadbmp( newfile ), btn:refresh()
by nageswaragunupudi
Sun Jul 24, 2016 11:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1670

Re: xbrowse reset incr.-seekstring on btn-action ?

Mr.Rao,

thank You very much for thr info.

I found XBIncflt.prg in /samples and added buttons.
It works like for the combos.

ACTION ( oBrw:Seek( "" ), oBrw:SetFocus() ) ;

Image

best regards
Uwe :)
by ukoenig
Fri May 08, 2015 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse reset incr.-seekstring on btn-action ?
Replies: 2
Views: 1142

Re: xbrowse reset incr.-seekstring on btn-action ?

Code: Select all  Expand view
WITH OBJECT oBrw
   :Seek( "" )
   :lIncrFilter := .t.
   :lSeekWild := .t.
END
by nageswaragunupudi
Fri May 08, 2015 2:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse reset incr.-seekstring on btn-action ?
Replies: 2
Views: 1142

xbrowse reset incr.-seekstring on btn-action ?

Hello, I want to clear a xbrowse incr.-seekstring on button-action and go to browser-top, but it doesn't work : I can clear the seek but after that, it is not possible to seek again. Going to browser-top doesn't work. 1. incr. seek 2. change values 3. save 4. reset seek-string ( on save-button or us...
by ukoenig
Wed May 06, 2015 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse reset incr.-seekstring on btn-action ?
Replies: 2
Views: 1142

Re: a problem with TTitle and Btn-tooltips ?

The alarmclock is working now, using a dialog NOWAIT with the background defined for dialogs. Tooltips are working again. The alarmclock is visible on all menus. The difference changing from TTitle : NO round corners, animated image and shadows ( a TTitle looks more interesting ) http://www....
by ukoenig
Sat Mar 14, 2015 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a problem with TTitle and Btn-tooltips ?
Replies: 1
Views: 525

a problem with TTitle and Btn-tooltips ?

... on all METRO-menues ( on top ). Everything works fine, but ALL button-tooltips are not displayed. As a test, I disabled the TTitle-display and the btn-tooltips are visible. My customer likes this solution very much and I would prefer, to keep it. Not tested, if it works on a normal window. The ...
by ukoenig
Sat Mar 14, 2015 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a problem with TTitle and Btn-tooltips ?
Replies: 1
Views: 525

Re: Dynamically create buttons

Christiano, a sample : Changes the 1. color and use oBtn[1]:Refresh() nBColorF1 = 1. color nBColorB1 = 2. color nBGradPos1 = Gradient-pos on Focus-color nBColorF2 = 1. color nBColorB2 = 2. color nBGradPos2 = Gradient-pos 4 same colors = plain color ...
by ukoenig
Wed Mar 11, 2015 12:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dynamically create buttons
Replies: 1
Views: 558

Re: New FWH 15.02

... main window. Call oMenu:SwitchTo( oMenu:oParent ) to switch to parent. method SwitchTo( oAnotherMetro ) is meant for such purposes. We also added btn:bOnMove and panel:bOnBtnMove because you needed that for your work on hand. The above sample also demonstrates its use. Whenever you move the Quit ...
by nageswaragunupudi
Sun Mar 01, 2015 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.02
Replies: 4
Views: 1124

Re: dragging of a button

Otto, a little change, to move multiple buttons with different sizes In short, what You need : // LOCAL nNewPos[5][3] = 5 buttons // the first Button, the array = nNewPos[1] oBtn[1]:bDrag := { | x,y,flags | nNewPos[1] := BTN_MOVE(oBtn[1], x, y, oBtn[1]:nWidth, oBtn[1]:nHeight) } oBtn[1]:bMoved := { ...
by ukoenig
Sun Feb 15, 2015 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dragging of a button
Replies: 7
Views: 1866

Re: Bug in TBtnBmp

Enrico,

I just downloaded FWH 14.07, went to samples folder, did a buildh btn, and the EXE is working fine.

Really strange. Could you test it on another computer ?
by Antonio Linares
Tue Aug 05, 2014 5:04 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnBmp [Solved]
Replies: 88
Views: 16735

Re: Bug in TBtnBmp

Enrico,

In your btn.prg example, it keeps the 3d border here when the mouse is over
by Antonio Linares
Sun Aug 03, 2014 10:57 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnBmp [Solved]
Replies: 88
Views: 16735
PreviousNext

Return to advanced search