congpt
congpt
Thanks, I got it. Because the rest API like DrawCircle, DrawSquare, .. worked so I assumed that `DrawPath` would work as well. Is it possible to support those API for...
I see the declared points are not `polygon` at all, so what do you mean by `drawPolygon`?
My aim to draw a polyline so I didn't set `AbstractContentContext::GraphicsOptions::close` to true like what you state above.
@galkahana This is work so far to call those methods via the native code: ```js DoubleAndDoublePairList pathPoints = getDoubleAndDoublePairList(lineAction, @"points"); unsigned hexColor = hexIntFromString(lineAction[@"color"]); AbstractContentContext::GraphicOptions pathStrokeOptions( AbstractContentContext::eStroke, AbstractContentContext::eRGB, AbstractContentContext::ColorValueForName("DarkMagenta"), 10...
Edited: It worked, seems like something went wrong with Xcode compiler. Thanks for your help.
@TheGS (sorry I can't tag you), I tried `drawPath` with `AbstractContentContext::GraphicsOptions::close` set to `false` (by default) and it drawn a line as what I expected. @galkahana of course, your project...
Hi @kPshi , we've already all tables/ relations in a sql file to be executed. So I don't think its missing in sql file or so. The problem is when...