Roi Peker
Roi Peker
Interesting additions @na2axl, thanks for the PR. @jonataslaw would you mind give it a try ?
I have no clue how to overcome the INSERT IGNORE query... i make bulk inserts (400-500 records), and lots of records will be duplicated in the table, exception gets thrown,...
What about the ability to extend api.php implantation with custom endpoints to created custom queries/implementations?
Mmm not sure if i understand this one... bounds should be transformed based on a coordinate space (display object container), based on their "pivot" points, the origin ( 0,0 )...
As a general rule of thumb, bounding boxes are processed for hit test when they are on the stage. Graphx tries to mimic flash display list, relative drawing is a...
Now I understood ... yep, you are correct.
Sorry for the super late reply. As GraphX was originally made to emulate ActionScript API, the only automatic cursor change available from any DisplayObject is `basic` and `click`: ```dart var...
No multipointer/gestures support inside graphx, only the basic mouse interactions. All GDisplayObjects have onMouseDown,onMouseUp, etc. So pan can be easily approached manually inside graphx (or use startDrag(),stopDrag()) but for gestures...
No plans for now, is totally doable but is just a layer on top of gesture detector. If u put a GestureDetector on top of the SceneBuilderWidget coordinates will match...
I can't publish the map example, but i can add a simple demo that shows pan and zoom. is just a matter of notify the gesture detector widget callbacks into...