Search found 2494 matches: bitmaps

Return to advanced search

UrlLnk with Popup menu

... menu far from url lnk On TexplorerBar I insert a link local bClick := { | o | addMenu() } oPanel4:AddLink( "testlink", bClick, ".\bitmaps\mail.bmp",oFontSmall,CLR_BLACK,CLR_WHITE ) tried with Function AddMenu() local aPoint := AdjustWnd( oPanel, oPanel:nTop-100, oPanel:nLeft ...
by Silvio.Falconi
Fri Feb 23, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 204

Re: link between PRG and RC

... lib (if you are using third party libs) + Folder obj (to place the resulting C and OBJs) + Folder resources ... + rc file (one or more) ... + bitmaps ... + icons ... + cursors go.bat (a batch file to run the project building) MyApp.hbp (hbmk2 Harbour project file) Hope this helps you. If you ...
by Antonio Linares
Mon Jan 29, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1297

Re: Error portapapeles creo... FWH2310

Leandro, haz una prueba: cambia el BITMAP por otro que funcione perfectamente. Sospecho que sus BITMAPS no cumplen con el estándar de buena calidad. O configure una DEMOSTRACIÓN con sus BITMAPS para probar, por favor.

Gracias.

Regards, saludos.
by karinha
Thu Dec 21, 2023 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error portapapeles creo... FWH2310
Replies: 8
Views: 711

Back after 10 years due to illness [ Javier Lloris ]

... WMP mediante el API de windows. Os dejo algunas muestras: ( desde hace muchos años decidí crear las aplicaciones minimalistas, usar los mínimos bitmaps posibles, tanta imagen como hemos hecho casi todos al comienzo, solo sirve para perder muchísimo tiempo para encontrar el bitmap adecuado y ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 320

De vuelta tras 10 años por enfermedad.[Javier LLoris]

... WMP mediante el API de windows. Os dejo algunas muestras: ( desde hace muchos años decidí crear las aplicaciones minimalistas, usar los mínimos bitmaps posibles, tanta imagen como hemos hecho casi todos al comienzo, solo sirve para perder muchísimo tiempo para encontrar el bitmap adecuado y ...
by jll-fwh
Tue Nov 28, 2023 6:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De vuelta tras 10 años por enfermedad.[Javier LLoris]
Replies: 18
Views: 2033

New FTDN October/Octubre 2023 (FWH 23.10)

... fixes runtime error in FW_ReadImage() * TImageList Class: (source\classes\timaglst.prg) - New Method AddImage( cImage ) To add any image, not only bitmaps and icons. * TListView class: (source\classes\tlistvie.prg) New Method SetStyle( nStyle ) Refer prg source for the list of styles. * ListView: ...
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: 3574

error TXBROWSE:CARGOS

... "&Información General", "No Conformidades Anteriores", "Resultados", "Cierre" ; // BITMAPS "new", "open1", "Presupu"; DIALOGS "solapa1", "solapa2w", "Solapa5w", "Solapa3w", ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 265

Re: Actualizar xBrowse con un Clic del ratón?

... su tiempo Mr. Rao Esto solucionó el error en tiempo de ejecucion return IfNil( cContents, "" ) local cDefault := MEMOREAD( "c:\fwh\bitmaps\sea.bmp" ) AEval( aCols, { |a,i| a[ 4 ] := WebPageContents( a[ 4 ] ), ; If( Empty( a[ 4 ] ), a[ 4 ] := cDefault, nil ) } ) Esto muestra ...
by cmsoft
Sat Aug 19, 2023 12:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1261

Re: MENU MAS ATRACTIVO

Joäo, se puede agregar la calculadora a la barra de tareas? intento con: DEFINE MSGITEM oMsg OF oWnd:oMsgBar ; SIZE 24 ; BITMAPS "CALCULADORA" ; TOOLTIP "Calculadora de Windows" ACTION WinExec("CALC.EXE") y me da error.. lo mismo si le quiero agregar un ...
by TOTOVIOTTI
Tue Aug 15, 2023 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MENU MAS ATRACTIVO
Replies: 26
Views: 3084

Re: Desaparecen controles en Folder - Ayuda por favor

Elloco, ¿estos BITMAPS están todos en perfecto estado (no corruptos)? ¿Los revisó uno por uno con el BITMAP EDITOR IRFANVIEW.exe? - ¿Ninguno es del tamaño incorrecto?

Regards, saludos.
by karinha
Tue Jul 18, 2023 4:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparecen controles en Folder - SOLUCIONADO
Replies: 65
Views: 1939

Re: Create solid color bitmap array

... each value is perfectly correct. Since the menu also shows the ID, I know I have a 100% match between the default, internal, color list and my bitmaps. The problem is when the even displays on the main calendar, it shows an incorrect color. It is a different one than what I have selected. Thus, ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 303

Re: Create solid color bitmap array

but that is a Codejock issue, not FW,

What do you want to solve Codejock issue?
Do you want solid color bitmaps saved on disk?
by nageswaragunupudi
Thu Jul 13, 2023 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 303

Create solid color bitmap array

I am using a combobox ( REDEFINE in an RC file ). The dropdown is an array of color bitmaps.  REDEFINE COMBOBOX oCB2 VAR oAppointmentr:AptClr ;      ID 4065 OF oCalDlg ;       ITEMS { "0", "1", "2", ...
by TimStone
Tue Jul 11, 2023 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 303

Re: Copy Directory

Nice. Can you please show an example usage of the function ShellFiles(...) to copy a folder like this? c:\fwh\bitmaps\*.* (including sub-folders) to c:\myimages\fwh\ (create folders if they do not exist) Folder default are copy recursive so it is simple   Start_SHfunc( {"bitmaps",0,DATE(),TIME(),"D"}, ...
by Jimmy
Fri Jul 07, 2023 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy Directory
Replies: 11
Views: 460

Re: Copy Directory

Nice.
Can you please show an example usage of the function ShellFiles(...) to copy a folder like this?
c:\fwh\bitmaps\*.* (including sub-folders)
to
c:\myimages\fwh\ (create folders if they do not exist)
by nageswaragunupudi
Thu Jul 06, 2023 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy Directory
Replies: 11
Views: 460
Next

Return to advanced search