EdgeLine v0.3 is released

Hi @kisvegabor
As far as I understood by checking the V0.3, There is no ā€œAngleā€ in the animation properties, means you canā€™t make rotation animation for images and stuff;

And my question is,
Is this feature going to be under ā€œadvanced animation editorā€ categorize that you mentioned in the Professional plan? or itā€™ll be added in Free plan as well?

Many thanks for your effort!

Regards.

Hi,

rotation and zoom animation will be part of the standard version. :slight_smile:

1 Like

Nice!
Thanks for the answer.

is there a rough estimation for 0.4 or even a timeframe when 1.0 will release?
iā€™ve seen you are waiting on some legal stuff for 0.4. I really hope its resolved soon :slight_smile:

Yes, we are aiming this October with v1.0, but at worst case end of this year. :slight_smile:

3 Likes

On window 10 i try install version 0.3 and 0.3.1 but installer not start :roll_eyes:
if i unpack file i get this directory:

Hmm, so far nobody else reported this. What if you start the installer from command line? Do you see any log messages?

Please help.
Fail to sign up, inform as belows:
The h-captcha-response field is required.


if I start it from explorer it shows that the mouse pointer changes in wheel for a couple of seconds and I donā€™t receive any message.
If I run AUninstall.exe from the unzipped directory, I get this message.
a question: this files is correct files?
Or 2 link that i follow is a bad file?
This files seem a uninstall files more that a install

SOLVED !!!
need use Shell and installer startā€¦you need say this in instruction for window setupā€¦or include a installer for window in fileā€¦that is better

I donā€™t know what could be the problem, itā€™s a normal Windows installer that works on other peopleā€™s machines.

Hi, are there updates about Edgeline 1.0 output?

Itā€™s planned to release at the end of January, as far as I know.

Confirmed :slight_smile:

OK thanks.

As we are slowly getting closer to the end of January (and Iā€™m really looking forward to the first official release), I just wanted to check if youā€™re still on track to deliver in the next couple of weeks.

Weā€™ve been recently evaluating LVGL (and the beta of EdgeLine) for a new product line at the company I work at.
Some things I missed/noticed in the beta (besides the widgets):

  • Custom fonts (with the ability to only include a specific range of characters, as with the online tool)
  • Other image color formats (and the output currently generated seems to only include the data for the configured color depth, whereas the online tool adds the other formats as well, making it more portable).
  • Some style options have a ā€œstrangeā€ link, resulting in unnecessary code (i.e. if I set to border radius to 0, the gradient start/stop is also put in the code).
  • Events seem buggy. Specifically when copying/duplicating widgets, Iā€™ve noticed a few times that events get lost. I was also unable to simply change the ā€œhiddenā€ property on a panel.
  • It would be cool if LVGL and/or EdgeLine would have a standard solution for i18n / multi-language support.
  • Probably needs something smart so that manual ā€œadditionsā€ to the code (for behavior that can not be achieved via EdgeLine) do not get lost (or can be done via EdgeLine so that it is aware of them). Currently I compare the generated files to the previous version in my Git repository, but itā€™s not the most convenient solution.

Hi,

We are on track! :slightly_smiling_face: Still working on the last things (payment system, license handling,
and minor bugs).

Already added to 1.0

v0.3 exported on 24/32 bit format. In v1.0 you can select the color depth of the project and the images will be exported accordingly.

It was really odd and we have changed it. Did you find other strange links too?

Events are fixed. In v1.0 you can change flags with checkboxes, with the eye icon on the hierarchy panel or from events too.

I agree, but we can add it only in a later release.

In v1.0 there is a ā€œCall functionā€ event action. For the function names EdgeLine generates ui_events.c with empty functions (you can fill their body). EdgeLine merges new functions automatically.

We were thinking a lot about how to allow using features not available in EdgeLine. However, EdgeLine will support it only in a later version. :frowning:
Finally, you can manage it along with the other codes of your UI. For example when you call ui_init you can add customization to the elements or create new ones.

Hello,

I am having issues exporting the .c version of the project. The Python works well but the C export tries to generate a file but fails. How can I fix this?

Thank you!

I am using windows 11 btw.

I would wait for version 1.0, which should be out at February 1 and try to export it from there :wink:

1 Like