Can't install Sheridan's Calendar Widgets 
Author Message
 Can't install Sheridan's Calendar Widgets

Can someone help, PLEASE !!!

We have the Sheridan demo CD, of which we are trying to install the
Calendar Widgets.  THe installation goes through with no problems.  But,
when we start to run the software (demo) we get an 'OLE AUTOMATION
ERROR'.  If I run the demo from the VB design environment (by loading
the source code and pressing RUN), we get the same error, but then a VB
GPF error.  I also tried to load the controls manually into an empty
form.  Whenever I load sscalb.vbx, I immediately get a GPF error.
Others load, but generate an error much later.

Can someone tell me what is wrong!  What files do I need!  We were on
the verge of buying this product but are now completely confused as to
what is going on here.

Thanks for the help

OR, can someone reccomend a good calendar control that has multi-view
capabilities (month, day, year, week).

Thanks,

Oleg



Sat, 04 Sep 1999 03:00:00 GMT  
 Can't install Sheridan's Calendar Widgets

Oleg -

There are two demo projects that are included with Calendar Widgets - one
is DatePad and the other is SSCWDemo.  Both were created in the VB3
environment, when Calendar Widgets was first released.

If you try to run either demo as an executable, you will need to have the
necessary VB3 DLLs loaded on your system.  These DLLs are available on the
Miscellaneous Files pages on the Sheridan web site
(http://www.shersoft.com).

If you load the DatePad demo source code into the VB4 environment and try
to run it from there, you will need to make the following code change (due
to the change in VB4):

'in the FormLoad event add the CInt function for the index i
For i% = 1 To 12
        SSMonth1.X.Month(Cint((i%)).Picture = WorldImage.Picture
Next

If you continue to have any problems with the demo projects, please contact

Good luck



Quote:
> Can someone help, PLEASE !!!

> We have the Sheridan demo CD, of which we are trying to install the
> Calendar Widgets.  THe installation goes through with no problems.  But,
> when we start to run the software (demo) we get an 'OLE AUTOMATION
> ERROR'.  If I run the demo from the VB design environment (by loading
> the source code and pressing RUN), we get the same error, but then a VB
> GPF error.  I also tried to load the controls manually into an empty
> form.  Whenever I load sscalb.vbx, I immediately get a GPF error.
> Others load, but generate an error much later.

> Can someone tell me what is wrong!  What files do I need!  We were on
> the verge of buying this product but are now completely confused as to
> what is going on here.

> Thanks for the help

> OR, can someone reccomend a good calendar control that has multi-view
> capabilities (month, day, year, week).

> Thanks,

> Oleg



Sun, 05 Sep 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Sheridan's Calendar Widgets HELP !!!

2. Possible use of Sheridan's data widgets in Access 97/2000

3. VB6, Citrix, Sheridan's Designer Widgets / ActiveToolbars

4. Sheridan Data Widgets / Obvious Answer I Can't Find [repost]

5. Sheridan Data Widgets / Obvious Answer I Can't Find

6. Sheridan's Designer Widgets Toolbar problems...

7. Help me mangle Sheridan's 3D button widget

8. Question about Sheridan Data Widgets' SSDBGrid

9. VB6, Citrix, Sheridan's Designer Widgets / ActiveToolbars

10. VB6, Citrix, Sheridan's Designer Widgets / ActiveToolbars

11. Sheridan Calendar Widgets problem

12. Help: Sheridan Calendar Widgets 1.0a

 

 
Powered by phpBB® Forum Software