Search found 853 matches: imagizer

Return to advanced search

Re: Browse Json

...   else         oTree:OpenAll()      endif   endifreturn oTree  https://imagizer.imageshack.com/v2/xq70/924/8J6hyt.png https://imagizer.imageshack.com/v2/xq70/922/tv0JrU.png
by nageswaragunupudi
Thu Jan 11, 2024 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 869

Re: Imprimir grafico insertado en tRichEdit5

... "..\bitmaps\pngs\2.png" SIZE 2,2 INCHES ALPHALEVEL 120 ALIGN ""   ENDPAGE   ENDPRINTreturn nil https://imagizer.imageshack.com/v2/xq70/924/uOUbAS.png
by nageswaragunupudi
Wed Jan 10, 2024 4:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir grafico insertado en tRichEdit5
Replies: 4
Views: 448

Re: Unicode vs UTF8

... (Little Endian) encoding for all characters, i.e., 2 bytes for each character. This is what we call Wide Char. Some sample characters: https://imagizer.imageshack.com/v2/xq70/924/X5iuAK.png Now, let us concatenate all UTF8 chars (6th column) and display: 9AÜĞత Unicode system is ...
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 1046

Re: Text on another line

... 3 ]:SetColsAsRows( 3, 4 ) ;         )   RELEASE FONT oFont1, oFont2return nil  https://imagizer.imageshack.com/v2/xq70/922/0hWWil.png
by nageswaragunupudi
Tue Dec 26, 2023 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 494

Re: Text on another line

... ;         oBrw:aCols[ 2 ]:aDataFont := { oFont2, oFont1 } ;         )   RELEASE FONT oFont1, oFont2return nil  https://imagizer.imageshack.com/v2/xq70/922/Cvsp64.png
by nageswaragunupudi
Tue Dec 26, 2023 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 494

Re: SetArray xBrowser

...  END   oWnd:oClient   := oBrw   oWnd:nHeight   := 700   ACTIVATE WINDOW oWnd CENTERED   RELEASE FONT oFont, oBoldreturn nil https://imagizer.imageshack.com/img924/6002/fPLfNe.gif
by nageswaragunupudi
Wed Dec 13, 2023 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 285

Re: Add a line on report from xbrowse (NO HTML)

... the default behavior of :Report( nil, .t., .t., nil, { 1 } ) The group headers are in bold and adequate to distinguish from the body. https://imagizer.imageshack.com/v2/xq70/923/lmSCwV.png   USE CUSTOMER NEW SHARED VIA "DBFCDX"   SET ORDER TO TAG STATE  ...
by nageswaragunupudi
Tue Dec 12, 2023 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 315

Re: Transparent area becomes black when use BUTTON...ADJUST

... 10 "..\bitmaps\alphabmp\pocketpc.bmp"IMAGE8   10 "..\bitmaps\pngs\image8.png"  https://imagizer.imageshack.com/v2/xq70/922/pwlldV.png
by nageswaragunupudi
Tue Dec 05, 2023 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 915

Re: check on get

... oDlg )return AScan( oDlg:aControls, { |o| o:IsKindOf( "TGET" ) .and. o:lChanged } ) > 0 https://imagizer.imageshack.com/img923/7416/ZejPXY.gif Nages, > ACTION ( If( lSave, MsgInfo( "Save" ), ), oDlg:End() ) to not use the ...
by Silvio.Falconi
Sat Dec 02, 2023 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4097

Re: check on get

... oDlg )return AScan( oDlg:aControls, { |o| o:IsKindOf( "TGET" ) .and. o:lChanged } ) > 0 https://imagizer.imageshack.com/img923/7416/ZejPXY.gif
by nageswaragunupudi
Sat Dec 02, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4097

Re: Calculate total pages

...    FONT oBold   ENDPAGE   next   ENDPRINT   RELEASE FONT oFont, oBoldreturn nil https://imagizer.imageshack.com/v2/xq70/923/1LW4qa.png
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 6109

Re: Excell to xbrowse ?

Image


Code: Select all  Expand view
XBROWSER Array( 1, 10 ) SETUP ( oBrw:nEditTypes := 1, oBrw:lCanPaste := .t. )
by nageswaragunupudi
Mon Nov 20, 2023 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 460

Re: XML reader

... only. Simple xml.prg: #include "fivewin.ch"function Main()   FW_XmlView()return nil Sample: https://imagizer.imageshack.com/v2/xq70/922/AAInal.png
by nageswaragunupudi
Fri Nov 17, 2023 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML reader
Replies: 14
Views: 5476

Re: String in unicode

... } )   XBROWSER aChars SETUP oBrw:cHeaders := { "CHAR","HEX","BYTES" }return nil https://imagizer.imageshack.com/v2/xq70/923/VRA7nh.png
by nageswaragunupudi
Thu Nov 16, 2023 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 509

Re: load png from rpreview

... PROMPT "Two"   DEFINE BUTTON OF oBar FILE "..\bitmaps\pngs\image9.png(32x32)" PROMPT "Three"  https://imagizer.imageshack.com/v2/xq70/923/BBmxed.png Yes of course but Then i have problems with zoom buttons because have two pngs Hbitmap1 and ...
by Silvio.Falconi
Wed Nov 15, 2023 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: load png from rpreview
Replies: 6
Views: 431
PreviousNext

Return to advanced search