Search found 970 matches: icon

Return to advanced search

Error Fwh 24.02 con XBROWSE

... cosa q no pasaba antes DEFINE WINDOW oWnd FROM 0,0 TO nHeith,nWith PIXEL MDICHILD OF oWind ; TITLE "Mantenimiento de Valorizaciones" ICON oIco NOZOOM NOICONIZE @ 10,10 XBROWSE oBrw OF oWnd ; DATASOURCE oQry ; COLUMNS aCols ; LINES CELL AUTOSORT SIZE -10,-10 PIXEL FONT oFont WITH OBJECT ...
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: 98

Re: TITLE CLASS BUG with oDLg TRansparent

... COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon @ nRow, 0 TITLE oTitle OF oDlg SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1661

Re: TITLE CLASS BUG with oDLg TRansparent

... COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon @ nRow, 0 TITLE oTitle OF oDlg SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1661

TITLE CLASS BUG with oDLg TRansparent - RESOLVED-

... COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon @ nRow, 0 TITLE oTitle OF oDlg SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := ...
by Silvio.Falconi
Fri Mar 15, 2024 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1661

Leer de un .RES (datos de version) incrustado en un .EXE

Saludos estimados Tengo un .RES creado con Pelles (que se incrusta en el EXE al momento del enlazado) donde tengo: Bitmap, Cursor, Dialog, Icon, Manifest, Version ... como puedo leer la informacion que esta en "Version" desde dentro de mi aplicacion FHW, quisiera leer los datos como: ...
by Enrrique Vertiz
Mon Mar 11, 2024 11:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer de un .RES (datos de version) incrustado en un .EXE
Replies: 3
Views: 624

Re: Tamaño de Icono

gracias por tu tiempo Joao!! de esta forma lo declaro. REDEFINE ICON oIcono ID MiMje_Icono OF oDlg ; FILENAME "PREGUNTA.ICO" oIcono:nWidth = 48 oIcono:nHeight = 48 oIcono:lTransparent = .t. José, nos é mejor usar una BITMAP en este caso?   ...
by karinha
Mon Feb 26, 2024 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño de Icono
Replies: 4
Views: 154

Re: Tamaño de Icono

gracias por tu tiempo Joao!!
de esta forma lo declaro.

REDEFINE ICON oIcono ID MiMje_Icono OF oDlg ;
FILENAME "PREGUNTA.ICO"
oIcono:nWidth = 48
oIcono:nHeight = 48
oIcono:lTransparent = .t.
by José Camilo
Mon Feb 26, 2024 3:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño de Icono
Replies: 4
Views: 154

Re: Mark field as required

... a browse. I color the backgrounds of "required" information in the dialog and flag the records missing "required" data with an icon of the same color in a browse. You could also filter a browse to contain only those records with missing "required" data. This allows ...
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Error p/generar EXE usando UHTTPD2 en Windows

... elements . Center the entire form. Use a slightly larger font size. Highlight the fields when they are in focus. Make it look good, use an awesome icon for the button - add a headline: 'Search in the Table' - incorporate dummy functions with an alert. https://mybergland.com/fwforum/gptformclip1.jpg ...
by Otto
Sun Aug 06, 2023 7:34 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1924

Re: Mark field as required

... the field turns white. Records that have missing or questionable data are pink or yellow. Then in a browse, these records are flagged (with a flag icon) and thus can be easily found and dealt with if needed. Yes it is complicated to code for all this, but if it was easy, then anyone could do it!
by James Bott
Tue Jul 25, 2023 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Shell.Explorer.2 problem

... FUNCTION HPCall( cTransactionSetupID, oDlg ) local oWndHP, oActiveX local cEvents := "" LOCAL cHtml := "" LOCAL oIcon DEFINE ICON oIcon RESOURCE "MYICON" DEFINE WINDOW oWndHP ; FROM 1, 5 TO 40, 75 ; TITLE "Hosted Payments" ; STYLE nOr(WS_CAPTION, WS_SYSMENU) ...
by Randal
Mon Jun 26, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

simple image viewer - sample

... **Dialog Definition**: It defines a dialog box (`oDlg`) with various properties, including title, color, and font. The dialog does not have a help icon. 4. **Image Display**: An image (`oImage`) is displayed in the dialog box. The image can be scrolled, and its progress bar is turned off by default. ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 289

Re: BtnBmp and oPopup

Hello, That was just a suggestion. Here we need new data variables. Then everyone can load the ICON they want. Again, it should only serve as a suggestion to extend the class. It's like comparing apples and oranges to modify a class for personal use or to make it universally ...
by Otto
Wed Jun 07, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp and oPopup
Replies: 4
Views: 396

Re: hb_CDPSELECT() crash ?

hi Antonio, it happens in my DUALGRID App where i try to use FWstring() the Error "seems" when use DIRECTORY() and try to find Icon of File as i say it crash with hb_out.LOG so i don´t know "where" it crash --- i have use Codepage only for DBF which i can change "on-fly" ...
by Jimmy
Wed May 31, 2023 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_CDPSELECT() crash ?
Replies: 8
Views: 345

Re: Icon in Webview

Thank you very much, everything worked out !!! :D
by Natter
Mon May 29, 2023 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Icon in Webview
Replies: 5
Views: 378
Next

Return to advanced search