| View previous topic :: View next topic |
| Author |
Message |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Wed May 28, 2003 10:59 am Post subject: Perfect-Intranet inofficial release |
|
|
Hi,
some of you wanted me to show my new app if it is finished.
So now we have it running and some customers are testing
it.
Because the current version is only german I made some
screenshots for you and will explain them.
First of all let me tell you about the app.
It is a intranet / customer relationship management-System
for mysql-databases. The windows frontend is completly
written in vds (with tons of vds dlls) and an online frontend
is written in php. Both have the same look and feel.
All of you who helped me so much on all the problems I had
are placed on the about box (you will see it in the screenshots).
The program(s) are now at round 15.000 lines of vdscode
and 9 Megabyte compiled files (including 2,3 MB dlls and some
mb of graphics).
Next version will become multilingual.
So, here you can see the screenshots
http://www.perfect-intranet.de/funktionen/screenshots/win/index_eng.html
Please tell me what you think about it.
Bye, Fabian |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Wed May 28, 2003 11:26 am Post subject: |
|
|
By the screenshots this looks very impressive! A huge VDS app! I like that!
Cant wait see it in action...
Nice job Fabian  |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Wed May 28, 2003 1:12 pm Post subject: |
|
|
That is a mighty big VDS program. Definitely the biggest I've ever seen or heard of. I've done a few that were pushing 1500, but 15,000 lines... that's huge! Very nice interface. I'd be curious to know how you bind the child windows within the main window.  _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
LOBO Valued Contributor


Joined: 14 Mar 2002 Posts: 241 Location: Wilmington, Delaware, USA
|
Posted: Wed May 28, 2003 1:24 pm Post subject: |
|
|
Very impressive Looks great. I would also like to know how you binded the windows to the main window.
Well done Fabian
-Mark |
|
| Back to top |
|
 |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Wed May 28, 2003 1:26 pm Post subject: Perfect-Intranet inofficial release |
|
|
Hi,
first I used simply Tommy's vdswnd.dll to bind the child.
But the problem was, that the childs covered the statusbar of
the mainwindow.
Later i tested many many code with Johnny and his gadget.dll.
Now I use a simple way: The Main window has a group element (without
text) from the menu to the statusbar.
All childs are binded with vdswnd.dll into this group element.
That works really cool.
Bye, Fabian |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Wed May 28, 2003 1:31 pm Post subject: Re: Perfect-Intranet inofficial release |
|
|
| X-Tools wrote: | | The Main window has a group element (without text) from the menu to the statusbar. All childs are binded with vdswnd.dll into this group element. |
Brilliant! I never would have thought of that solution. _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Wed May 28, 2003 1:34 pm Post subject: |
|
|
Wow that's very impressive. I'm glad to see VDS was able to
swallow all that. I have one app that's upto about 6000 lines and around
10 windows and frankly I was getting a little nervous.
Good work Fabian.
moke
Last edited by moke on Wed May 28, 2003 1:38 pm; edited 1 time in total |
|
| Back to top |
|
 |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Wed May 28, 2003 1:37 pm Post subject: Perfect-Intranet inofficial release |
|
|
Hi,
i am also nervous on handling many windows in one script,
so i made a simple trick. All bigger childs are own applications. |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed May 28, 2003 7:28 pm Post subject: |
|
|
Nice work Fabian!  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Wed May 28, 2003 8:51 pm Post subject: |
|
|
Wow! How did you share data between the applications? _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Thu May 29, 2003 9:43 am Post subject: Perfect-Intranet inofficial release |
|
|
i have two ways of sharing data. Some apps are called
with commandline parameters (for example the datatree),
but most settings are written into a memorymap using
vdsmem.dll |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Wed Jan 21, 2004 10:04 am Post subject: |
|
|
It really is a huge app, good work
You could use my Language DSU to let it support multiple languages If you want, I can change the things you want to let it suit your wishes...
Regards,
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Tue Jan 27, 2004 3:49 pm Post subject: |
|
|
Hi Fabian,
This is some awesome work you have done here BTW I did continue work on the MDI interface with Gadget and I have come up with a easier way to implement this. If you like give me a shout and I will pass it on to you. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Tue Jan 27, 2004 3:58 pm Post subject: |
|
|
Hi Mindpower,
yes - it would be nice to see it.
Bye, Fabian |
|
| Back to top |
|
 |
|