| View previous topic :: View next topic |
| Author |
Message |
henrywood Contributor

Joined: 21 Sep 2004 Posts: 66 Location: Copenhagen, Denmark
|
Posted: Tue Jan 31, 2006 2:08 pm Post subject: Att Marty: In desperate need of VDSMEDIA 2.0 |
|
|
Hi Marty !
Since I am in desparate need for VDSMEDIA, I hope you still have it around somewhere ?
Until now I have been using the Viewplus.dll to make a slideshow, but the viewplus object cannot be forced into fullscreen (ie. covering the complete dialog), so therefore my only option is the VDSMEDIA.DLL ?
PM if you like
Henrik |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Tue Jan 31, 2006 5:10 pm Post subject: |
|
|
I just checked VDSMEDIA 2.0 help file and I dont see any fullscreen functionnality.. and before you ask , no I will not implement this ever
I don't do any VDS DLLs anymore unless for me personnaly.
VDSMEDIA will be released as donationware (like the VDSSUFX, VDSPDF and VDSXFLASH, even tho I did not get any donations at all )
When?
When I have a minute to repackage it.. 1 day.. 1 month.. 1 year.. dont know
Thank you.. |
|
| Back to top |
|
 |
henrywood Contributor

Joined: 21 Sep 2004 Posts: 66 Location: Copenhagen, Denmark
|
Posted: Tue Jan 31, 2006 6:29 pm Post subject: |
|
|
Hi Marty
Thank you for your swift response
What I am trying to accomplish is simply to cover my entire dialog by either a viewplus object or vdsmedia object and hoping I can make sure that pictures displayed are centered if they are smaller than the screen resolution. I cannot get this to work with viewplus.dll så I saw that your VDSMEDIA has a slideshow example (mentioned here on vdsworld) so I just thought ...
As I need to urgently finish my project for a client, I would be glad to provide your first donation if these two can be met within a day or two:
1. VDSMEDIA 2.0 can be repackaged and sent to my email. I was under the impression that VDSMEDIA 2.0 was a complete product and since I need only the transitions and slideshow functionality, I do not mind that any help file included is not totally complete.
2. VDSMEDIA 2.0 actually provides the possibility to either center differently sized pictures or resize them to fit across the entire dialog / size of the control.
Henrik |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Tue Jan 31, 2006 6:48 pm Post subject: |
|
|
VDSMEDIA is a complete product.. I mean one DLL...
As pictures to fit on the object on the VDSMEDIA no mather what sizes.. I dont remember. I will check
But the Viewplus is suppose to do that... with
| Quote: | ImageAutoFit
:::::::::::::::
Set the loaded images to autofit to the viewplus control area. 1 is enabled, 2 is disabled and will show the image original size with scrollbars.
viewplus autofit,<1 = enabled or 0 = disabled> |
Thats not what you want? |
|
| Back to top |
|
 |
henrywood Contributor

Joined: 21 Sep 2004 Posts: 66 Location: Copenhagen, Denmark
|
Posted: Tue Jan 31, 2006 8:07 pm Post subject: Re: Does not work |
|
|
Hi Marty !
Yes, that's what I want, but it does not seem to work
From my code:
| Code: |
%H = @sysinfo(SCREENHEIGHT)
%W = @sysinfo(SCREENWIDTH)
DIALOG CREATE,PromoScreen: %%APPTITLE.,-1,0,%W,%H,,,CLASS PROMOSCREEN,NOTITLE,COLOR %%BACKCOLOR
REM *** Modified by Dialog Designer on 11/21/2005 - 12:24 ***
DIALOG SHOW
#Lets tell the class name of the vds app to the viewplus DLL. MANDATORY!!!
viewplus class,PROMOSCREEN
#Lets add the image viewer object now
viewplus add,0,0,%H,%W
#Enables the autofit feature. This will autofit the selected image to your viewplus object
viewplus autofit,1
#This sets the background color of the viewplus object
viewplus bkcolor,%%BC_R,%%BC_G,%%BC_B
#This sets the transition of the viewplus object
%T = @picktrans(1)
#INFO FIRST TRANS: %T
viewplus transition,%T
#viewplus show
|
Anything wrong with that code ?
The problem is that the viewplus object/control does not cover the entire dialog. Also I tried 0,1 and 2 as parameter to autofit but the problem remains
Henrik |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Tue Jan 31, 2006 9:32 pm Post subject: |
|
|
Your code is ok...
Except you should have viewplus add,0,0,%W,%H instead of viewplus add,0,0,%H,%W
But the image will not stretch.. Thats a DLL feature that I cant resolve (I d id not code the viewplus.dll just the DSU)
I will did up my VDSMedia.. and send it to you probably tonight.. but like I said I won't modify it or update it.. I dont even know if I have that code anymore.. I changed PC since then..
Will let you know.. |
|
| Back to top |
|
 |
henrywood Contributor

Joined: 21 Sep 2004 Posts: 66 Location: Copenhagen, Denmark
|
Posted: Tue Jan 31, 2006 9:50 pm Post subject: |
|
|
Hi Marty !
Whooa ! Now the picture is probably centered
Thank you very much !
However, I would still be interested in a copy of VDSMEDIA
Henrik |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
|
| Back to top |
|
 |
|