|
|
|
#1
|
||||
|
||||
|
Quote:
Some issues your software are struggling: 1. Hard drive and Memory usage are terrible. ![]() and hard drive sometimes loads to 99 percent. For an advanced user, it is not funny. Another example: ![]() ![]() ![]() ![]() 2. I just load "Nature" template and compile it. Check temp file and what we see? Lots of unnecessary files. ![]() 3. The size of compiled setup is too big. ![]() 4. Now about program interface. It is very uncomfortable to use. Tabs with this UI is horrible to use. You never know what you select and it is anti-intuitive. Should work to UX side. 5. User interface designer. Looks fine but why item properties in a separate tab? Should be like classical any classical IDE editor on the right side for easy and quick editing. 6. This drop-down menu in designer responds only to click on the arrow. I can keep it up indefinitely... Their lots of stuff need to work. Do not get me wrong I think you need some critics. |
| The Following User Says Thank You to Avengerz13 For This Useful Post: | ||
Razor12911 (03-06-2016) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
The compiled setup is big because all images are png so that alpha channels are kept, seems like it's the only format that I can use. But will work on it, either way, it's a alpha project, nothing has been stable so far, what I have seen so far are memory leaks during installation. When you look at the properly designed installer with more content on it, it's using less than 120mb ram, this thing of it using 200 with less content is very new. Last edited by Razor12911; 03-06-2016 at 11:28. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Prince Soft (01-11-2016) | ||
|
#3
|
||||
|
||||
|
Quote:
About the size of installer. Why to not use 7z as an internal compressor for all files. If you need some help with the design side of program happy to help. It's of course much better result. However, I think its still not enough. Try to reduce it unless for 50 MB and it will be fair enough.
__________________
Midnight Inc. Last edited by Avengerz13; 03-06-2016 at 11:57. |
|
#4
|
||||
|
||||
|
The RAM usage problem is because of this, but if you say its high, I'll just reduce the quality, look in the pictures below.
About setup size, well I thought about this but there aren't many good sources for LZMA in delphi, but will try to make custom compressor which is good. the one thing that you don't get is the executable file itself without anything inserted is 15.4mb, that's the base exe without any attachments, it's this big because of the attachments it has, if you were comparing it to Inno Setup then I'm afraid, but Inno is based on VCL, and ASC is based on FMX, those are just some of the consequences. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
mausschieber (04-06-2016) | ||
|
#5
|
||||
|
||||
|
Well, it's explain everything. Never work before with Firemonkey and seems it some heavy beast. ASC some kind of hardcore coding where uses DirectX or OpenGL just for interface program.
__________________
Midnight Inc. Last edited by Avengerz13; 04-06-2016 at 04:23. |
|
#6
|
|||
|
|||
|
Hello there Razor12911
Advanced Setup Creator new version What time ready and new innovation there is |
|
#7
|
||||
|
||||
|
There was something, but now there is nothing, started new path for optimization.
|
|
#8
|
||||
|
||||
|
Improving UI #1
When editing, a dialog will show a list of all variables, functions, constants and etc to help with filling up the rows (things to do) for your installation. Improving UI: 20% Optimization: 0% |
| The Following 15 Users Say Thank You to Razor12911 For This Useful Post: | ||
Amsal (07-06-2016), Andrey167 (07-06-2016), arkantos7 (09-06-2016), Bilawal (08-06-2016), coveiro (07-06-2016), gozarck (28-06-2016), Lucas65 (07-06-2016), mausschieber (07-06-2016), pakrat2k2 (07-06-2016), pan3o (26-06-2016), papas (12-07-2016), pas204 (25-09-2016), RamiroCruzo (07-06-2016), Simorq (07-06-2016), truerepacks (09-06-2016) | ||
|
#9
|
||||
|
||||
|
Yep, precisely. Plus on top of that, it's very difficult to make it work the way you want it to. I left VCL because there are some limitations in terms of design.
|
|
#10
|
||||
|
||||
|
Quote:
__________________
Midnight Inc. |
|
#11
|
||||
|
||||
|
Though there are a couple of things to do that would help with optimization, been busy with other projects, haven't fully focused on ASC for a while.
|
|
#12
|
||||
|
||||
|
Good luck pal and do not overwork.
__________________
Midnight Inc. |
|
#13
|
||||
|
||||
|
Hi razor, can you help me I have a big problem here with ASC 0.6.1 alpha because ASC can Run the Installer, and Build successfull. but the final setup.exe not run so, i cant test this installer.
and i don´t understand why the Run build in the temp folder works fine and the final build doesnt work. i made 2 installers "S-installer" made it with 0.4.0 asc and compiled works fine also the final build setup works in w7x64&x86 and in xpsp3x86. "M-installer" made it with asc 0.6.1 I have a big problem here with ASC 0.6.1 alpha because ASC can Run the Installer, and Build successfull. but the final setup.exe not run so, i cant test this installer. and i don´t understand why the Run build in the temp folder works fine and the final build doesnt work in my win7x64. also in the xp too. i have the same problem with 0.5 version of asc. in asc 0.6.1 the animation only works in the page 1, the same animation in page 2 are static. Is possible another way to compile the asc project like a stand alone compiler or something like that?. :Request: >Favorite section for fonts and colors >Multi selection files (For move) and grouping >History for undo. >animation to right.(we have "left") >png optimization(png are too big) >layer panel for each page >maintain the selection rectangle in the object selcted. >hotkeys for "send to back"(Ctrl^-) and "bring to front"(Ctrl^+) > Thanks Razor12911
__________________
-the science of the useless- |
| The Following User Says Thank You to gozarck For This Useful Post: | ||
Razor12911 (01-07-2016) | ||
|
#14
|
||||
|
||||
|
Hey everyone, I recently updated the programming software that I use to make a lot of my programs, and anything that is related to the use of FireMonkey framework seems affected, which is what ASC uses it more delays are expected as I try to update the source, I may have to start afresh and rewrite the whole source again because trying to update source to recent changes of the framework causes real headaches. Some of you might remember Installer Creator project, same thing happened to it, they updated framework leading to new versions not being able to compile source and it could only be compiled using XE3 and maybe XE4, but changes started taking place since XE5 then again in Seattle 10.
You might say I should revert to old update, well I could but the reason I'm trying to use the latest one is because a lot of bugs have been fixed that I had to find or create fixes by myself so yea, memory usage is also improved, I did the math and it seems like latest version is the way to go. Things that are likely to be removed from the program due to recent framework changes: Video feature will be removed but will be reinstated in later versions after I have found a bypass. Triangle and Diamond shapes will no longer be there because of framework changes. And etc, there could be more to remove. Edit: There is a lot to do for this to get back upon its feet, so I estimate by September or October, it will be recreated. Last edited by Razor12911; 02-07-2016 at 02:06. |
| The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
Amsal (03-07-2016), RamiroCruzo (01-07-2016) | ||
|
#15
|
||||
|
||||
|
OUCH! Very bad News
__________________
-the science of the useless- |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| Inno Setup Advanced Splash Library | Razor12911 | Conversion Tutorials | 6 | 18-11-2015 13:33 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |