DevalVR support

 

It is currently Sun May 19, 2013 8:49 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 91 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
 Post subject:
PostPosted: Fri Jul 10, 2009 1:43 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
I fixed the problem with parameters loading in latest version 0,7,4,4

emilban wrote:
But the right click, for "about url"- still not working...


Yes, I disable this option, because HTML and SWF files can't be packed yet. I will add this option soon, and a customizable right click menu.

regards!


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Sun Jul 12, 2009 1:25 pm 
Offline

Joined: Fri Feb 10, 2006 8:36 pm
Posts: 54
Hi there

Like this a lot. Would it be possible to add a custom icon to the finished exe?

Bill


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 12, 2009 8:52 pm 
Offline

Joined: Tue Jul 03, 2007 2:51 pm
Posts: 103
Location: Germany
Yes, it's a funny feature...I've tried to change the icon with IcoFX - it's a tool where you can change an exe. icon, but for exe. devalvr doesn't work... :(

Regards,
emilban


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 13, 2009 3:43 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
emilban wrote:
Yes, it's a funny feature...I've tried to change the icon with IcoFX - it's a tool where you can change an exe. icon, but for exe. devalvr doesn't work... :(


Yes, I should add this possibility in the packer. Anyway, at this moment, what happens if you change the icon of the Player and then you create the package with that modified player?


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Mon Jul 13, 2009 6:40 pm 
Offline

Joined: Tue Jul 03, 2007 2:51 pm
Posts: 103
Location: Germany
Hi fiero,

so it works fine...:-)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 14, 2009 5:13 am 
Offline
User avatar

Joined: Sat May 13, 2006 4:46 pm
Posts: 189
Location: Hong Kong
How to about embedding any sound file with "loop mode" for bg.sound?

Such in the future possible?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 22, 2009 4:17 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
I added WAV sounds to the packer in the latest version 0,7,7,11. Unfortunately, only files in .WAV format can be packed.

I fixed a problem with loops too, so now the loop feature works fine with WAV files. Example:

Code:
(pano1)
{
    type=mov;
    file=panorama.mov;
   
    settimer=timer1,1, 1.0, "PlaySound("song1",1);";
}

(song1)
{
    type=SOUND;
    file="background.wav";
}


regards!


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Thu Jul 23, 2009 3:00 pm 
Offline
User avatar

Joined: Sat May 13, 2006 4:46 pm
Posts: 189
Location: Hong Kong
Now agree that DevalVR player has whole powerfull MULTIMEDIA solution...

Great work....

Thnx fiero, this concept are awesome


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 25, 2009 1:35 am 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
I created this page with some interfaces for download http://www.devalvr.com/paginas/interfaces/

These interfaces are well know here, but I improved them with the some new features, like percentages in image sizes, ADDEVENT instruction for several events in buttons, the %DESCRIPTION% variable, etc...

regards!


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Sun Jul 26, 2009 4:21 am 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
In latest version of the Packer (0,7,7,12) I added expiration date and expiration time features. With the expiration date, the application will close if it's executed after a predefined date. With the expiration time, the application will close after a predefined time of execution.

We know that the expiration date can be avoided if the user change the system date, but, anyway this method is useful to prevent that the package can be used to massive reproduction.

regards!


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Sun Jul 26, 2009 11:12 pm 
Offline

Joined: Tue Jul 03, 2007 2:51 pm
Posts: 103
Location: Germany
Congratulations fiero,

the packer is beginnig to be a super tool...:-)


Top
 Profile  
 
 Post subject: Limit number of excution
PostPosted: Fri Aug 07, 2009 11:31 pm 
Offline

Joined: Sun Dec 09, 2007 1:49 pm
Posts: 42
Hi Fiero,
This is a good achievement, can you add the possibilty of limting the application execution by the number of executes, when the user runs the application for a specific times, the application can not run.
Regards


Top
 Profile  
 
 Post subject: Re: Limit number of excution
PostPosted: Sat Aug 08, 2009 12:16 am 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
aab wrote:
Hi Fiero,
This is a good achievement, can you add the possibilty of limting the application execution by the number of executes, when the user runs the application for a specific times, the application can not run.
Regards


Hi aab,

Yes, I could do it, but I need to store the number of executions in any place. What is the best place to store this number? I'm thinking in 3 possibilities:

1- In the Windows registry. But some firewall programs protect the registry and block any modification (maybe with a message to the user to allow this modification). With this method the program could be executed in other computer.

2- In a temporary file in the hard disk. With this method the program could be executed in other computer.

3- With a modification of the package file it self. Good method, but not possible if the package is in a CD or DVD.

Any other idea or commentary is very wellcome!


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Sat Aug 08, 2009 6:26 pm 
Offline

Joined: Tue Jul 03, 2007 2:51 pm
Posts: 103
Location: Germany
Hi fiero,

The number of executions is good when you install a prog on a PC, but the deval packer no need to be install...
My opinion is that is better to have a timer built in the packer. It make it independent to OS. What about to extend the expiration time with the option for days or month from the first start...or you can built in a watermark as another option. Both are usual method for demo CD / DVD.

Regards,
emilban


Top
 Profile  
 
 Post subject: Yes, watermark seems fine
PostPosted: Sun Aug 09, 2009 11:21 am 
Offline

Joined: Sun Dec 09, 2007 1:49 pm
Posts: 42
Hi,
In this case it seems that watermark is better, if DevalVR eables the ability to add watermark in the packer.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 91 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group