R
Roger Seiler
I got stuck on an task and was wondering if any of you have got some advice
on this.
Situation:
I'm supposed to write a configurator. There are parts that you can customize
and each of these parts has diffrent characteristics. You can place these
parts within the presentation and it should calculate the final price of
your personal configuration.
My approach:
2 Slides.
In the first slide there is a basic layout of the package you can buy
without customizing it. (layout slide)
In the second slide (parts slide) I thought of having an arsenal of parts
and by clicking on them the part gets added to the first slide and the user
can place it where he wishes and fit it into the whole assembly.
I thought of using the class modules to make a template for all of these
parts. By clicking in the parts the part is added to the first slide.Now I
got stuck as I wanted to make a parts generator that makes parts according
to the class module and then hands it over to the first slide. Is there a
good way of coupling the price to the graphical representation without using
class modules. The tricky part is that I thought of making an array
containing all the added objects and then summing up the prices. This is
where I got stuck and thought I'd post to see if I am completely off track
with my approach.
As a noob to VBA I would apreciate some advice.
Roger
on this.
Situation:
I'm supposed to write a configurator. There are parts that you can customize
and each of these parts has diffrent characteristics. You can place these
parts within the presentation and it should calculate the final price of
your personal configuration.
My approach:
2 Slides.
In the first slide there is a basic layout of the package you can buy
without customizing it. (layout slide)
In the second slide (parts slide) I thought of having an arsenal of parts
and by clicking on them the part gets added to the first slide and the user
can place it where he wishes and fit it into the whole assembly.
I thought of using the class modules to make a template for all of these
parts. By clicking in the parts the part is added to the first slide.Now I
got stuck as I wanted to make a parts generator that makes parts according
to the class module and then hands it over to the first slide. Is there a
good way of coupling the price to the graphical representation without using
class modules. The tricky part is that I thought of making an array
containing all the added objects and then summing up the prices. This is
where I got stuck and thought I'd post to see if I am completely off track
with my approach.
As a noob to VBA I would apreciate some advice.
Roger