0xFF Posted September 24, 2011 Posted September 24, 2011 (edited) Please Remove. Edited December 13, 2012 by 0xFF 1
deepzero Posted September 24, 2011 Posted September 24, 2011 that`s all nice, but how does it demonstrate using the new Framework / 3D effects?
Killboy Posted September 24, 2011 Posted September 24, 2011 (edited) It recognizes that the stream is zip, I click Start Download and all it does is a messagebox "Hello".Only works if I create an empty file with the same path/name as the download target, then it shows a tiny progress bar, no info.No file browser, no stop button, no list of current downloads :|Are the buttons default or did you use a custom theme? I hope that's no default for all Delphi apps now o_O Edited September 24, 2011 by Killboy
0xFF Posted September 24, 2011 Author Posted September 24, 2011 (edited) that`s all nice, but how does it demonstrate using the new Framework / 3D effects? The main thing i wanted to demostrade is what they mean by "HD" application, you can actually compare it to a regular VCL project, you can see when you hover a mouse over a button, it glows... It recognizes that the stream is zip, I click Start Download and all it does is a messagebox "Hello". Only works if I create an empty file with the same path/name as the download target, then it shows a tiny progress bar, no info. No file browser, no stop button, no list of current downloads :| Are the buttons default or did you use a custom theme? I hope that's no default for all Delphi apps now o_O The hello message is when the Main thread (the one that spawn child/sub-threads) has finished (before it finishes, it waits (MsgWaitForMultiplyObjects) for all sub-threads to end... btw, i don't know why Windows won't let me make larger files, for example 2gb+, the max it will let me create is 1.16gb Edited September 24, 2011 by rotem156
Saduff Posted September 24, 2011 Posted September 24, 2011 You can achieve a similar or even better GUI with VGScene or DXScene. And the file size will be half the size of this executable. The only advantage of FireMonkey is that it's multi-platform. Regular VCL projects also have glowing buttons, they just glow differently.
0xFF Posted September 25, 2011 Author Posted September 25, 2011 You can achieve a similar or even better GUI with VGScene or DXScene. And the file size will be half the size of this executable. The only advantage of FireMonkey is that it's multi-platform. Regular VCL projects also have glowing buttons, they just glow differently. FireMonkey is based on VG/DXScene.
Departure Posted October 22, 2011 Posted October 22, 2011 Is'nt there already a commercial program called "Download Accelerator Plus" aka DAP? It must be something with the middle region of earth's(trying not to point at specific country) Delphi coders and there eagerness to duplicate programs that already exists. Its weird that 90% of the time this duplicates get released its from a delphi. 1
0xFF Posted October 25, 2011 Author Posted October 25, 2011 @Departure: Yes, there is a program called DAP, this is just a sketcha i made for SpeedBit in Delphi for educational purpose only, i started working at SpeedBit Ltd. about a month ago, as a software developer, now i'm writing code in C# since i'm going to make a living out of it.
Departure Posted October 25, 2011 Posted October 25, 2011 rotem156 that's great to hear, I like it when people can actually make a living out of there hobby
0xFF Posted October 26, 2011 Author Posted October 26, 2011 Source code released, i won't be developing this anymore.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now