Search found 524 matches: xq90

Return to advanced search

Re: error to show pdf on dialog

... nil, nil, nil, nDlgWidth, nDlgHeight )   else      ? cPdfFile + " not found"   endif  https://imagizer.imageshack.com/v2/xq90/924/MVkHPc.png Dear Rao, Yes, but I need to open Max Window can see it not direct look. But I need to open PDF into Resource Dialog. but not ...
by richard-service
Thu Apr 18, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 4
Views: 533

Re: Color of rows in the cell

... DIALOG oDlg CENTERED   RELEASE FONT oFont, oBold, oItalic, oImpactreturn nil  https://imagizer.imageshack.com/v2/xq90/922/BSX7Qc.png
by nageswaragunupudi
Wed Jan 25, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color of rows in the cell
Replies: 5
Views: 466

Re: change xbrowse footer menu

There is a good example in
samples\testxbr3.prg

Image
by nageswaragunupudi
Sat Jan 07, 2023 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change xbrowse footer menu
Replies: 2
Views: 287

Re: ¿Cómo insertar una imagen dentro de otra imagen?

... { t, l, t + aImage2[ 4 ], l + aImage2[ 3 ] } )return nil  https://imagizer.imageshack.com/v2/xq90/924/UHwtkQ.png
by nageswaragunupudi
Thu Dec 22, 2022 1:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo insertar una imagen dentro de otra imagen?
Replies: 8
Views: 647

Re: Combinaciones de letras

...  Left( cRight, n - 1 ) + SubStr( cRight, n + 1 ) )      next   endifreturn nil  https://imagizer.imageshack.com/v2/xq90/923/Do5wME.png So far, this is of mathematical interest. But I am wondering what can be the practical use of this huge result-set. Formulae ...
by nageswaragunupudi
Thu Dec 22, 2022 8:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 999

Re: Error usando aEditListBound en xBrowse

We will now run the above sample. See the data in the dbf at the beginning. https://imagizer.imageshack.com/v2/xq90/922/MZAr1v.png PAGO field of 1st record "Name01" is "V". PAGO field of 3rd record "Name03" is "A". Now we will ...
by nageswaragunupudi
Sat Dec 03, 2022 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error usando aEditListBound en xBrowse
Replies: 8
Views: 494

Re: Dark-Mode and CHECKBOX

... 1 24 "WinXP/WindowsXP.Manifest64"#endif  Result: https://imagizer.imageshack.com/v2/xq90/922/yeMimS.png Can other any other users try this and confirm if they are getting the same results? I am wondering why both themed and non-themed ...
by nageswaragunupudi
Mon Nov 28, 2022 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark-Mode and CHECKBOX
Replies: 16
Views: 937

Re: Problemas xbrowse 2210 (xharbour)

... ;      TITLE VERSION() + " : " + FWVERSIONreturn nil  https://imagizer.imageshack.com/v2/xq90/923/UB7R12.png Can you please provide a small example to test here?
by nageswaragunupudi
Wed Nov 16, 2022 9:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas xbrowse 2210 (xharbour)
Replies: 2
Views: 404

Re: Everything under Fivewin

Good.
It is like our (x)Harbour function DIRECTORYRECURSE()

Code: Select all  Expand view
XBROWSER DIRECTORYRECURSE( "c:\fwh\*dll*.prg" ) SHOW RECID


Image
by nageswaragunupudi
Mon Nov 14, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1086

Re: Does anyone have a json reader

... h, .t. )   FW_MEMOEDIT( c2, "JSON READER (FWH)" )  https://imagizer.imageshack.com/v2/xq90/924/1C46zx.png
by nageswaragunupudi
Thu Nov 10, 2022 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have a json reader
Replies: 7
Views: 711

Re: Does anyone have a json reader

...  hb_jsonDecode( c, @h )   XBROWSER HASHTREE( h, 0 ) TITLE "Hash as Tree"  https://imagizer.imageshack.com/v2/xq90/922/96WcfY.png Now, the function HASHTREE handles nested hashes only, but not nested hashes/arrays. We will improve this for the next version. ...
by nageswaragunupudi
Thu Nov 10, 2022 3:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have a json reader
Replies: 7
Views: 711

Re: MENUITEM RESOURCE transparency ?

... "..\bitmaps\16x16\cancel.bmp"BROWSE BITMAP "..\bitmaps\16x16\browse.bmp"  https://imagizer.imageshack.com/v2/xq90/923/8FMWK0.png There is a break between 1701 and 1709.
by nageswaragunupudi
Mon Nov 07, 2022 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

Re: MENUITEM RESOURCE transparency ?

... You need to change the paths suitably. This is the start up screen when we excute the program. https://imagizer.imageshack.com/v2/xq90/924/8TRJWI.png Observations: 1. Topbar menu should display the bitmaps, but does not display. 2. All other classes paint the images transparently, ...
by nageswaragunupudi
Mon Nov 07, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

Re: MENUITEM RESOURCE transparency ?

...     ENDMENU   ENDMENUreturn oMenu I find no problem with transparency https://imagizer.imageshack.com/v2/xq90/923/KO9Qen.png Can you please send the bitmaps, with which you have problem of transparency?
by nageswaragunupudi
Sat Nov 05, 2022 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

Re: MENUITEM RESOURCE transparency ?

...     ENDMENU   ENDMENUreturn oMenu https://imagizer.imageshack.com/v2/xq90/923/vFMoTk.png
by nageswaragunupudi
Sat Nov 05, 2022 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243
Next

Return to advanced search