Search found 1597 matches: buttonbar

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... (pen object) or hPen (pen handle). If a Pen is used, the resource should be released by the programmer after ending the browse. - Fix: When own buttonbar is used, header-click fails to sort on the column. Fixed https://forums.fivetechsupport.com/viewtopic.php?f=3&p=269418&sid=c37ba41f76455848d6fa4810ba2938bd#p269418 ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 45

Re: xbrowse problem with :bLClicked

...      Refresh_title(oBrw,oDlg,oDbf,cSection))} Bu then not run good, now when I click spacebar the buttons on buttonbar are changed and the record is not selected
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 104

Re: xbrowse problem with :bLClicked

... ),    )}  This block seems to be working correctly. It toggles the selection of the record and updates the buttonbar accordingly. Now, let's look at the `:bKeyChar` block: :bKeyChar := {| k |    (If( k == VK_SPACE,       (IIF( oBrw:IsSelectedRow(), ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 104

xbrowse problem with :bLClicked

... }  but if I use the mouse in the first column the system works, that is, if there are still records selected it does not change the buttonbar menu, if I use the space bar to deselect or select a record it puts the buttonbar buttons back on without checking if there are other records ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 104

Re: FWH 2006: XBrowse : Own built-in Buttonbar

He armado este ejemplo con un rowset pero con la clausula AUTOSORT y no ordena las columnas, solo al colocar // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Please modify xbrowse and apply this fix. Please locate this line in the METHOD HeaderLButtonU...
by nageswaragunupudi
Tue Apr 16, 2024 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2261

Re: FWH 2006: XBrowse : Own built-in Buttonbar

He armado este ejemplo con un rowset pero con la clausula AUTOSORT y no ordena las columnas, solo al colocar // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Yes. This is a bug. Thanks a lot for pointing out. We are going to look into it and get back s...
by nageswaragunupudi
Fri Apr 12, 2024 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2261

Re: FWH 2006: XBrowse : Own built-in Buttonbar

Rao He armado este ejemplo con un rowset pero con la clausula AUTOSORT y no ordena las columnas, solo al colocar // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Muchas gracias. #include "fivewin.ch"static aStr := { "208.91.198.197:3...
by TecniSoftware
Fri Apr 12, 2024 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2261

Error Fwh 24.02 con XBROWSE

... //------------------------------------------------------------------------------ Static Procedure BrwbtnBar( oBrw ) local oBar, oBtn, oBold DEFINE BUTTONBAR oBar OF oBrw:oWnd SIZE 75,75 3D 2015 HEIGHT 96 oBold := oBar:oFont:Bold() oBar:oGrpFont := oBold oBar:bClrGrad = { || { { 0.10,15724527,7303023 ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 99

Re: xbrowse SelectRow method

...   endif    oBrw:Refresh() return nil It seem run ok if I select two or three records and deselect one, the menu in the buttonbar remains unchanged because I added an if control IiF(LEN(oBrw:aSelected)==0,Btnbar(1,.....) thanks
by Silvio.Falconi
Mon Apr 01, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 689

Re: Hide/show search system on a dialog - Resolved

on xbrowser.prg there is not on buttonbar the get and the combobox


In that example, the sample hides the buttonbar.
Please use similar logic to hide the says,get and combobox instead of buttonbar in your case.

Logic is the same.
by nageswaragunupudi
Tue Mar 19, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1197

Re: Hide/show search system on a dialog - Resolved

nageswaragunupudi wrote:Please see the solution I posted here
viewtopic.php?f=6&t=44333

You may modify and adopt similar logic to your case.

on xbrowser.prg there is not on buttonbar the get and the combobox
by Silvio.Falconi
Tue Mar 19, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1197

Re: TITLE CLASS BUG with oDLg TRansparent

... now understood what the problem is or do you need a pair of glasses? I didn't ask you if the checkbox is transparent or to change the color of the buttonbar, I asked you something else the ttitle class has its own color but takes the color of the dialog
by Silvio.Falconi
Sun Mar 17, 2024 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1661

change size dialog selecting noption folder

I have a dialog I have a folder on this dialog I have a buttonbar at the bottom of odlg I would like to make the dialog smaller when the end user selects tab number 3 and tab number 6 I made a small test Problem is when press folder tab the dialog is ...
by Silvio.Falconi
Thu Mar 14, 2024 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

Cambio de imagen a 1 boton

Buenas noches. necesito que al oprimir un boton de una ButtonBar este cambie su archivo bmp. esta declarado asi: DEFINE BUTTON oBoton1 OF oBar FILE "Efectivo.bmp" ; ACTION Cobros() ; MESSAGE "Mantenimiento de Cobros"; PROMPT "Cobros" ...
by José Camilo
Wed Feb 14, 2024 1:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 289

Re: Resolution of monitor

... local nWd  := GetSysMetrics(0) * .58local nHt  := (GetSysMetrics(1) / 2.5 )DEFINE DIALOG oDlg SIZE nWd, nHt PIXELDEFINE BUTTONBAR oBar OF oDlg  SIZE 80,70  BOTTOM NOBORDER  2015ACTIVATE DIALOG oDlg CENTERED https://i.postimg.cc/JhNgVzN5/testd.png on Miix320 ...
by Silvio.Falconi
Tue Jan 09, 2024 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2551
Next

Return to advanced search