Page 1 of 13

New features in 1.7-2.1, some questions.

PostPosted: 16 Aug 2013 08:26
by George
Hi!
Where i can read about differences between 1.6 and 1.7?
(and whats new in 1.6.0.2813 in comparison with 1.6.0.2769)

found it :)
1.6.0.2813
1.7.0.2812

Re: New features in 1.7, some questions.

PostPosted: 22 Aug 2013 09:46
by George
- Added: possibility to render Form.ContentFiles & Global ContentFiles in DesignTime

Regions not supported in design time rendering?

Re: New features in 1.7, some questions.

PostPosted: 22 Aug 2013 10:10
by George
[CG 1.7.0.2833]:
Also, cant add long path to settings CGDevTools -> Options -> Render Options -> Render global files.
C:\Users\User\Delphi projects\[1] Project\Win32\wwwroot\ui-themes\flick-custom\custom-addition.css
Saved as: GlobalContentFiles="C:\Users\User\Delphi projects\[1] Project\Win32\wwwroot\ui-",themes\flick-custom\custom-addition.css

Re: New features in 1.7, some questions.

PostPosted: 22 Aug 2013 15:08
by Jorge Sousa
Hi George:

Thanks for reporting, we're going to fix it.

About

Regions not supported in design time rendering?


Not supported, but we will like to support it. However Design-Time is not our priority.

Best Regards

cgdevtools st

Re: New features in 1.7, some questions.

PostPosted: 27 Aug 2013 07:35
by George
Good morning!
[CG 14.0.15 - 1.7.0.2851b]:
Memory leaks. To reproduce, you can open "demo v2 -> notification" and close app.

Re: New features in 1.7, some questions.

PostPosted: 27 Aug 2013 16:52
by Jorge Sousa
Hi George

Thanks! :)

Fixed

Best Regards

cgdevtools st

Re: New features in 1.7, some questions.

PostPosted: 28 Aug 2013 08:11
by George
Hi!
[14.0.15 - 1.7.0.2858b]:
I made demo with leaks.

Re: New features in 1.7, some questions.

PostPosted: 28 Aug 2013 10:15
by Jorge Sousa
Hi George

Thanks for this.

This is the same mem leak of your yesterday post.

Regards

cgdevtools st

Re: New features in 1.7, some questions.

PostPosted: 09 Oct 2013 07:55
by George
Hi!
Some notes about last release 1.7.0.2979 and IDE:
1. ctrl+c, ctrl+v not working, to copy controls from designer.
2. if we slowly resize any control, (for example edit field), size will be reseted after preview repaint. Maybe, preview refresh should be executed after mouse up.

Re: New features in 1.7, some questions.

PostPosted: 09 Oct 2013 09:42
by Jorge Sousa
Hi George

Thanks for your feedback

About

1. ctrl+c, ctrl+v not working, to copy controls from designer.


We cannot confirm this, in fact we don't have any control over it. Please report if still persists.

2. if we slowly resize any control, (for example edit field), size will be reseted after preview repaint. Maybe, preview refresh should be executed after mouse up.


We're aware of that, it's the only solution found, catching the mouse up makes no difference, because what does the resize is TGrabHandle.

Best Regards