Search found 591 matches: draw

Return to advanced search

Re: Mark field as required

... TGet class consist of adding a new data bMandatory that returns .t. If the Get is mandatory and a call to a new method, in the ::Paint() method draw a triangle in the lower left corner of the TGet() https://i.ibb.co/GR84PXB/Snag-2da06c7.png   // --------  DRAW TRIANGLE ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1584

Re: xbrowse Border

... https://i.postimg.cc/vHytyBsS/ok.png the same must be made in the presence of Horizontal scrolling but I not found the part where draw the box when there ::lHscroll is true better can be oBrw:lVScroll := .t. oBrw:lhScroll := .t.  if ::lDrawBorder     If ::lVScroll         ::Box( ...
by Silvio.Falconi
Mon Nov 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 262

Re: FIVEWIN power - a room planer video

... plan itself is not very demanding. The data is now being read from a DBF file, just like in my desktop application. A JSON is created. And then I draw the plan. Just HTML and Javascript. Best regards, Otto https://mybergland.com/fwforum/myroomplan.gif
by Otto
Tue Aug 29, 2023 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 10480

Re: Error p/generar EXE usando UHTTPD2 en Windows

... is easye and i debug on navigator beacuse UT produce plane html after read the html ( harbour fantastic prepocesor ) we works with javascript to draw the calendar and make actions to all butons this is javascript section HTML o                            <script>                function ...
by wilsongamboa
Sun Aug 06, 2023 8:27 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1679

Gráficos de Google desde una aplicación FWH

... <script type="text/javascript"> google.charts.load('current', {'packages':['corechart']}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['Year', 'Sales', 'Expenses'], ['2004', 1000, 400], ['2005', 1170, ...
by TOTOVIOTTI
Mon Jun 26, 2023 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gráficos de Google desde una aplicación FWH
Replies: 7
Views: 573

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

Otto, You are correct. Five Win has become VERY complex. Also, because the parts are inter-related, and some classes draw from others, I prefer to not modify and link my own "alternatives". In the past, I did write an alternative rpreview, but every time an update came ...
by TimStone
Mon May 15, 2023 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 402

QR-CODE

Hola amigos ! Estuve leyendo en el foro sobre el tema pero no supe o no pude encontrar la solución completa a la impresión de QR. Quiero imprimir un código QR con éste código: @ 250, 165 PRINT TO oPrn TEXT cJason AS BARCODE TYPE "QR-CODE" SIZE 24,24 MM y me imprime una mancha negra... Lueg...
by pedroluis
Tue Apr 25, 2023 8:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1651

make a rectangule with a brush

...   FillRect( ::hDC, { aRect[ 1 ] + 1 , aRect[ 2 ] + 1, aRect[ 3 ], aRect[ 4 ] }, hBrush ) it draw the rectangule without the brush https://i.postimg.cc/YCbw9Ffn/g.jpg but not run ok
by Silvio.Falconi
Thu Mar 23, 2023 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: make a rectangule with a brush
Replies: 10
Views: 480

help for Gdiplus Brush class

is it possible to draw with tGDIPlus a rectangle ( drawrect) with a gradient brush having a style like diagonal lines, around a Get or another control ? I made a test but not work Function test()local oDlglocal oGet,oSaylocal ...
by Silvio.Falconi
Wed Mar 22, 2023 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for Gdiplus Brush class
Replies: 4
Views: 346

Re: Problem Xbrowser Border

... oBrw:nHeight+62 , 0, 1, Rgb(195,195,185), .t. ) RETURN NIL > why do we have to resort to these tricks , while the xbrowse class should draw the border even after the vertical scroll ? oldest xbrowse made the border after the Vscroll, What is changed ?
by Silvio.Falconi
Fri Mar 03, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Xbrowser Border
Replies: 11
Views: 993

Problem Xbrowser Border

I modify the sample XBRWIN7C.prg and I add some line to draw the border of the xbrowse oBrw:lDrawBorder := .t.      oBrw:nClrBorder := CLR_BLACK      oBrw:lHScroll:=.f. but i have this xbrowse https://i.postimg.cc/507NYf33/rrrrrrrrrrrrrrrr.png ...
by Silvio.Falconi
Thu Mar 02, 2023 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Xbrowser Border
Replies: 11
Views: 993

Group on xbrowse

... the procedure has to index by the state field like it does now in autosort , and has to insert a row when the state changes value like I tried to draw below For a sample : ( I draw it ) https://i.postimg.cc/tJ1TL71d/SAMPLE.jpg
by Silvio.Falconi
Sun Feb 26, 2023 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Group on xbrowse
Replies: 0
Views: 191

Re: Concept of REDEFINE for Dummy

You create a RC file using a visual RC designer and then use it from your FWH app

You can use the one provided in Visual Studio Community, ResEdit, PellesC, etc there are many availables

You visually "draw" your screens instead of calculating coors by try and error...
by Antonio Linares
Sun Feb 26, 2023 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 789

Re: CLASS TGrid() for FiveWin

hi, since 1st Release i have make a lot to get "Dark-Mode" Style i have change Menu, Button and use Ownerdraw (*1) for Combobox. https://i.postimg.cc/RC1Zjrr6/Dual-Grid-Black.jpg but TGrid-Column Header was still WHITE so i need Customdraw (*2) https://i.postimg.cc/8P8nf3sH/Dual-Grid-Black-Header.jpg ...
by Jimmy
Mon Feb 20, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3348

Re: List of Resource No in Windows System DLL

... or Bitmap Type i have not work with Buttonbmp yet. i guess it "paint" Image than you need "only" HCION or HBITMAP for "Draw" Function --- had a Quick look into CLASS TButtonBmp   ACCESS   hBitmap     INLINE If( Empty( ::aPalBmp ),  0,  ::aPalBmp[ ...
by Jimmy
Thu Feb 16, 2023 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of Resource No in Windows System DLL
Replies: 9
Views: 751
Next

Return to advanced search