TheSwamp

Code Red => Visual DCL Programming => AutoLISP (Vanilla / Visual) => ObjectDCL => Topic started by: Andrea on November 30, 2008, 11:34:08 AM

Title: Sduct2009 is out !
Post by: Andrea on November 30, 2008, 11:34:08 AM
Hi all,

A new HVAC software is out !
Sduct2009 created with ObjectDCL technologie is available here (http://www.ductisoft.com/en/sduct.html).

(http://www.ductisoft.com/images/sduct_SSmain.jpg)
Title: Re: Sduct2009 is out !
Post by: MP on November 30, 2008, 12:18:32 PM
Congrats Andrea, looks like it represents a lot of work, hope it does well.

Gratuitous advertising is not allowed at the swamp so any duplicate threads were deleted. This one was left as we assumed you'd prefer the remaining one be associated with ObjectDCL. Please advise if the assumption was incorrect.
Title: Re: Sduct2009 is out !
Post by: Andrea on December 01, 2008, 09:33:14 AM
oh.. :?

the objective was to show the dialog made with ObjectDCL...
but maybe this can be transferate to the "Show your stuff" section..?
Title: Re: Sduct2009 is out !
Post by: It's Alive! on December 01, 2008, 10:20:38 AM
Maybe you would like to share a few sample dialogs and a little source code / instructions on how to obtain such nice looking dialog?
Title: Re: Sduct2009 is out !
Post by: Andrea on December 01, 2008, 12:13:45 PM
thanks.

All icon was made entirely with Paint from MS.
To show the illusion to add some equipment in the Icon..
i have made another icon with this equipment and switch Picture as request.

eg:
(http://www.theswamp.org/screens/Andrea/coudes.bmp)

This elbow show turning vanes when the option is selected but in fact, it change the picture in the control PictureBox.
all you need to keep is the same picture size.  :kewl:

For Logo effect I use diffrent programs..

When the user click on the PictureBox to select the option.
the dialog grab the Imagepicture Number and the program run depending of this number.

eg:
Code: [Select]
(Odcl_Control_GetPicture SDUCT0_SDsquare_TO2GB5)
(http://www.theswamp.org/screens/Andrea/SD_demo2.gif)