-
Поддержка SVG в 1.15.5.0
Thanks. Works perfect
-
Поддержка SVG в 1.15.5.0
I tried to import svg created with Inkscape but I got " SVG File is not supported". However it is correctly rendered in preview on the left side but not on the form. I have attached sample (had to change extension to txt) test svg.txt
-
ebvaldivia@gmail.com started following Michal
-
Анонс 1.11.0.0 и Анимация 🚀
Looks fantastic. Will there be an event OnAnimationFinished or onAnimationProcess?
-
Michal started following PageControl Changed/Selected events are not fired on first page change
-
Michal started following English version
-
Michal started following 1.9.0.0 English
-
Horizontal TfgCollectionView
Have you ever considered horizontal version of TfgCollectionView . Nice example is in IMDB app where movie list is scrolled horizontally. Michal
-
TfgArch with SweepAngle 360 not drawing properly
-
TfgArch with SweepAngle 360 not drawing properly
I think I found a solution. I used AddSmoothCurve (this is the function I used in FMX as on picture above) but in FGX i should have used AddQuadraticCurve
-
TfgArch with SweepAngle 360 not drawing properly
I tried to make a path with and without Moveto. In upper paintbox i do MoveTo after first SmoothCurve. in lower after first curve is next SmoothCurve. You can see difference. What I want to get is on the next picture. I know that MoveTo breaks path but as you can see there is some difference. Maybe it is a control point? Project1.zip
-
TfgArch with SweepAngle 360 not drawing properly
Well I tried to draw path without moveto but it was worse. What I am trying to do is to draw curvy line like the orange one you can see in picture. I'm using smoothcurveto with destination point at blue point and control point at the right of blue point at the same y in the middle of them. Without moveto lines look really strange. I know I can combine curves with rectangles and film them separately but in that case i cannot use gradient fill for whole figure. I also don't see that pen is at the last point. If you do moveto(0 0), lineto (100 100) and then lineto (200 200) second line will be drawn from 0 0 to 200 200 not from 100 100 to 200 200.
-
TfgArch with SweepAngle 360 not drawing properly
I found something else. I don't know is it a bug or am I doing something wrong. I have a TfgPaintBox where I wanted to draw path. When I call Canvas.DrawPath path is drawn perfectly. When I call Canvas FillPath only part is drawn and it is a part created with AddSmoothCurve. I tried to fill path of simple rectangle but it is not filled . I am attaching project Michal Project1.zip
-
TfgArch with SweepAngle 360 not drawing properly
Thank you
-
TfgArch with SweepAngle 360 not drawing properly
Hi There is a problem with TfgArch. When SweepAngle is 360 (full circle) it is not drawn. With value greater than 360 only value-360 is drawn. I know I could use TfgCircle but I plan to use TfgArch as part of data chart so I need to use component with customized angle. Michal
-
Odd behavior of asset manager
I will definately do that. By the way . Have you ever considered to make assets and styles name no case sensitive? I know I should be accurate but with accidental mistypes it can lead to some painfull debuging. Especially with TfgCollectionView when incorrect style leads to series of AV. And two another question : do you have any plans for animations? I have some animations achieved by loading xml file A:=TJAnimationUtils.loadAnimation(TfgAndroidHelper.Context,TfgAndroidHelper.GetResourceID('shake','anim')); but I have no idea how could I create such a xml data in runtime. I don't want to deploy xml with app do you plan to add text color property to pickers and calendar?
-
Odd behavior of asset manager
Thank you. At first I thought I will try to port one of my app to FGX and see what happens. Now Im starting to port my third and cannot wait to fo the same to other ? Regards Michał
-
Odd behavior of asset manager
No worries. I guess it produces error on terminating app which leads Android to "force stop" my app. I will download an update tomorrow. Anyway - your framework is fantastic . I really admire your work
-
Odd behavior of asset manager
Hi I have a problem with asset manager and TfgButton. Application with one button generates an error 'The assets manager is being destroyed. However, not all assets links have released. count=2' I've spent 2 hours debugging . I thought it is something I'm doing wrong (I do some stuff with assets) but it happens with simple app with one button. I am attaching a sample. Some advice please ? Regards Michał Project2.zip
Michal
Active subscription
-
Joined
-
Last visited