Search found 73 matches: btnbmps

Return to advanced search

Re: To Nageswrao Del Objs on TscrollPanel

... printer button Yes. The function I provided does not allow the last control to be deleted. Yes. I understood. Do have you tried deleting all the btnbmps and moving the scrollbar? It makes this mistake for me https://i.postimg.cc/G34Z81nn/1.png
by Silvio.Falconi
Tue Mar 05, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 635

Re: To Nageswrao Del Objs on TscrollPanel

... nItem ], nItem, .t. )        oPanel:refresh()   return nil https://i.postimg.cc/qvmPjqdM/hh.gif the btnbmps there are also on Panel scroll as you can see on Video I tried with oPanel:CheckResize() and oPanel:Setrange() I see allway the box https://i.postimg.cc/Nj78D599/f.jpg
by Silvio.Falconi
Wed Feb 28, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 635

PaintBorder of Btnbmp ( fwteam)

... ::hWnd, ::hDC )               endif  now seem run ok the border color https://i.postimg.cc/GpgQV8XH/hh.gif I set the btnbmps into the scrollpanel with :nClrBorder := { || (IIF(ocontrol:lMOver,CLR_BLUE,CLR_HGRAY)) }
by Silvio.Falconi
Sat Jun 10, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PaintBorder of Btnbmp ( fwteam)
Replies: 1
Views: 147

Re: MENUITEM RESOURCE transparency ?

... tested with the basic menu system, without any styles like 20??. At the same time this test includes performance of other classes: Buttonbar and BtnBmps, XImage, XBrowse, all basic styles without 20?? styles. We have used Bitmaps provided by Mr. Jimmy and also bitmap in \fwh\bitmaps\32x32\cascade.bmp. ...
by nageswaragunupudi
Mon Nov 07, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

show a btnbmp pressed on buttonbar

https://i.postimg.cc/JnnLBckL/buttonbar.png On a buttonbar (2015) I have these btnbmps and I would like that when I press a button it stays pressed to simulate the select option , so I made DEFINE BUTTON oSelf:oPlus FILENAME ".\bitmaps\plus.bmp" ...
by Silvio.Falconi
Mon Oct 17, 2022 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 599

Re: Lookup method of Tdatabase

... run ok BUT instead of the xbrowse I have a planning beach where I have placed all the elements to rent I have a beach planning where I have many btnbmps and I open the dialog of edit from each buttons I had created that test.prg just to understand the problem and why the isfree function with ...
by Silvio.Falconi
Thu Aug 19, 2021 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2857

Re: refresh btnbmp on a Panelscroll

... !=NIL         oCombolistino:set(nListinoNew)         eval(oCombolistino:bchange)      endif  Nages, The combobox Is refreshed The btnbmps are not refreshed
by Silvio.Falconi
Sat Jul 04, 2020 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh btnbmp on a Panelscroll - RESOLVED
Replies: 5
Views: 1026

Re: zoom and unzoom

... dialog ( each controls can have founts and text ) sample : for this test ( new calculator) my function run ok because the controls are all type btnbmps (the fonts are recreated for each controls) if there are other type of control not run ok https://i.postimg.cc/fymb7N47/calc.gif
by Silvio.Falconi
Wed Apr 22, 2020 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: zoom and unzoom
Replies: 5
Views: 1047

Re: Colorize a dialog two colors

... and ( on top ) the objects Ximage the colors are bpainted but there is something not run ok because I see a white background it is strange because btnbmps and xmage are transparent Loook : https://i.postimg.cc/NGV6VN75/look.jpg
by Silvio.Falconi
Wed Apr 01, 2020 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorize a dialog two colors
Replies: 3
Views: 704

Re: bug Menu estilo 2015

...      ENDMENU      MENUITEM "&Exit"   ENDMENUreturn oMenu Aprovecho para preguntarte si tenéis ya implementado el estilo 2015 en los BTNBMPs.
by MOISES
Wed Apr 01, 2020 8:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug Menu estilo 2015 [SOLUCIONADO]
Replies: 12
Views: 1201

Re: Update a scrollpanel

Use this logic in your application

Thanks Rao.
that's the problem,


Nages,
your sample run ok , when I insert a dbf not run ok

Image

I load prices from archive(dbf) and then not refresh the btnbmps with new prices
by Silvio.Falconi
Thu Feb 06, 2020 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a scrollpanel
Replies: 9
Views: 1687

Re: Problem on a Dialog (btnbmp are disabled)

... button oUrlLink Prompt "Sblocca" of oPanel size 20,12 PIXEL oUrlLink:bAction = { || lModifica := !lModifica, EVAL( oDlg:bResized) } the btnbmps are disabled also
by Silvio.Falconi
Wed Jan 08, 2020 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem on a Dialog, btns are disabled RESOLVED
Replies: 7
Views: 1196

Re: Problem on a Dialog (btnbmp are disabled)

Any solution Please

I also Have the btnbmps disabled
I wish have close btnbmp enable

seem urllink control disabled all
by Silvio.Falconi
Tue Jan 07, 2020 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem on a Dialog, btns are disabled RESOLVED
Replies: 7
Views: 1196

Problem on a Dialog, btns are disabled RESOLVED

... on Top there is a turllnk ( I need it to protect the modify of reservation) on Botton of dialog there are btnbmps buttons, these buttons are disabled until the final user press the urlnk..... why ? if the url lnk is pressed the folder must change the height ...
by Silvio.Falconi
Fri Dec 20, 2019 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem on a Dialog, btns are disabled RESOLVED
Replies: 7
Views: 1196

New FTDN May/Mayo 2019 (FWH 19.05)

... prefixing currency symbol, the symbol is printed left aligned in the column. * Enhancement: XBrowser.prg: Now uses buttonbar instead of individual btnbmps. * New function SegoeMDL2() --> .t. if Segoe MDL2 Assets font is available * Case insensitive string comparision and matching: - New function ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3158
Next

Return to advanced search