Search found 85 matches: shape

Return to advanced search

FWH 1908: TPrinter class Enhancements: Charts, Tables, more

... Gradient Array with RGB and Alpha colors. aText: Optional array of { text, font, color }. If specified, prints the text at the center of the shape cUnits: Can be "INCHES", "CM", "MM" or "PIXEL". If omitted, defaults to PIXEL. New methods: METHOD PieChart( ...
by nageswaragunupudi
Sun Sep 29, 2019 3:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: TPrinter class Enhancements: Charts, Tables, more
Replies: 2
Views: 740

Possible to add < roundrect > to FW_CreateBitmap ?

Could it be possible to add < Roundrect > to the shape defines of hBmp := FW_CreateBitmap( { nWidth, nHeight, aShapes } ) to complete it :?: http://www.pflegeplus.com/IMAGES/Roundrect1.jpg ACTIVATE WINDOW oWnd ON PAINT ( ; oWnd:DrawImage( ...
by ukoenig
Fri Mar 23, 2018 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to add < roundrect > to FW_CreateBitmap ?
Replies: 0
Views: 533

Re: Recuperar imagen desde campo BLOB

... In the command, the image can be (a) file name, (b) resource name, (c) blob, (d) hBitmap, (e) hMeta, (f) hIcon, (g) pImage, (k) Symbol, (l) FW Shape, (m) web-address of any image or (n) image info read by FW_ReadImage. Image format can be bmp, png, gif, ico, cur, jpg, emf, wmf, tif. Row, column, ...
by nageswaragunupudi
Sat Mar 03, 2018 2:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recuperar imagen desde campo BLOB
Replies: 4
Views: 1156

Re: Combobox: How to color items

... fly. We can specify the inner color, border color and thickness. We can even specify translucent alpha colors. We can specify width, height and shape, rectangle, square, circle, ellipse. The bitmap produced is an alpha bitmap. function ColorBlockBmp( nColor, nBorderColor, nWidth, nHeight, ...
by nageswaragunupudi
Tue Feb 27, 2018 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox: How to color items
Replies: 18
Views: 2904

Re: xBrowse with WaterMark

nageswaragunupudi wrote:
2. The shape of selection bar is different like below. (Upper brw is without brush, Lower is with.)


This is fixed in FWH 17.12.
Thanks for pointing out the issue.


Thanks again.
by Horizon
Sun Dec 24, 2017 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with WaterMark
Replies: 7
Views: 1657

Re: xBrowse with WaterMark

2. The shape of selection bar is different like below. (Upper brw is without brush, Lower is with.)


This is fixed in FWH 17.12.
Thanks for pointing out the issue.
by nageswaragunupudi
Sun Dec 24, 2017 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with WaterMark
Replies: 7
Views: 1657

Re: xBrowse with WaterMark

... with fast datasources like arrays, recordsets, etc and small local dbfs Programmer needs to decide the suitability when to use brushes. 2. The shape of selection bar is different like below. (Upper brw is without brush, Lower is with.) We will look into this. Looks normal when only a cell is ...
by nageswaragunupudi
Sat Dec 23, 2017 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with WaterMark
Replies: 7
Views: 1657

Re: xBrowse with WaterMark

... 15512898 } }      ::oBrw:lKinetic := .F. 1. The up/down navigation is slower than before brush in xbrowse. Is it normal? 2. The shape of selection bar is different like below. (Upper brw is without brush, Lower is with.) http://www.objekt.com.tr/fwh_test/wmark1.jpeg
by Horizon
Fri Dec 22, 2017 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with WaterMark
Replies: 7
Views: 1657

Re: Building TensorFlow using Borland 7 32 bits

Trying to build it using MinGW gcc: go.bat set path=c:\Qt\Tools\mingw530_32\bingcc -std=c++11 -I. -Ithird_party\eigen3 tensorflow/c/c_api.cc These files are missing and must be created as empty files: tensorflow/core/framework/allocation_description.pb.h tensorflow/core/lib/core/error_codes.pb.h ten...
by Antonio Linares
Tue Aug 08, 2017 4:54 pm
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: Building TensorFlow using Borland 7 32 bits
Replies: 5
Views: 1389

Re: Tooltip of the selector column

... ? this function is an alternative to the use of 'tooltips', it requires 2 click: the first one on the help button on ribbonbar (the cursor changes shape), the second click on the column where is required help, a windows with help is opened.
by marzio
Fri May 12, 2017 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1414

Re: Tooltip of the selector column

see the link below for a 'help' button to click (the cursor changes shape), then a click on a browse column open the contestual help.

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33685&p=198919&hilit=marzio#p199584
by marzio
Thu May 11, 2017 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1414

New FTDN November/Noviembre 2016 (FWH 16.11)

... cell area, it is resized to fit the cell area. Now the DATA aImgRect allows the programmer to specify precise position of the image, resize mode / shape. The shape can be rectangle (default) or Circle or Ellipse. The data can also be a codeblock returning an array / char value. aImgRect as Array: ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3237

XBrowse: aImgRect for Image positioning, sizing, etc

XBrowse column DATA aImgRect can be used to position, size and shape an image within the cell similar to TBtnBmp aBmpRect These samples demonstrate the use of oCol:aImgRect and oBtn:aBmpRect. In the first sample the shapes and sizes change dynamically which ...
by nageswaragunupudi
Mon Nov 28, 2016 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: aImgRect for Image positioning, sizing, etc
Replies: 0
Views: 494

Re: Save a bitmaphandle to file (jpg or png)

In addition, if you plan to have some bitmaps with your own owner-draw for use in FWH, please consider using the new Draw Shapes functionality we provided. You can define any complex drawings consisting of Line(s), rectangles, polygons, ellipses, curves, closed and unclosed in the form ...
by nageswaragunupudi
Sun Feb 21, 2016 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save a bitmaphandle to file (jpg or png)
Replies: 15
Views: 3129

Re: New FTDN January/Enero 2016 (FWH 16.01)

... Image can be rotated with Touch Rotate gesture. It is also possible to rotate with Shift-Mouse wheel * Drawing SHAPES: - Drawing of any complex shapes consisting of lines, arcs, curves, etc is made easy. It is also possible to create alpha bitmaps of any size using such shapes specified in the ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2225
PreviousNext

Return to advanced search