| View previous topic :: View next topic |
| Author |
Message |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Sun Apr 18, 2004 2:14 pm Post subject: |
|
|
I was wondering if you couldn't add an 'iconflash' command to the vdsgui extension... So
| Code: | | gui iconflash, icon1.ico, icon2.ico, <delay> |
would cause the taskicon of a program to switch between icon1 and icon2, and back to icon1, etc. with an interval of <delay>.
Just have a look if it's possible to implement it
Regards,
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sun Apr 18, 2004 3:32 pm Post subject: |
|
|
| Skit3000 wrote: | Vic, maybe you can do the same by using a normal timer event?  |
Exactly
You can use VDS timer and rotate your icons to give animation effect.
use
GUI SET,TASKICON
to change the Taskicon. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Mon Apr 19, 2004 9:46 am Post subject: |
|
|
Sure, but the script has to remain in a loop to keep the icons switching
I also could use an serapate program for the switching-thing, but I prefer having all code in one program...
Regards,
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Mon Apr 19, 2004 2:00 pm Post subject: |
|
|
| Vic wrote: | Sure, but the script has to remain in a loop to keep the icons switching
Vic |
what harm does the loop do?
Adding this feature to the dll will be a significant overhead.
Besides it is very likely to induce peculiar and not so easy to fix bugs - especially displaying the Balloon tips. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Tue Apr 20, 2004 9:13 am Post subject: |
|
|
Hm... okay You're right. I thought that I'd have a problem with the 'internet http, download' command, but I can use 'internet http, threads, 1, off' instead
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sat May 08, 2004 7:39 pm Post subject: |
|
|
A new version of VDSGUI has been uploaded today:
Download here:
http://www.vdsworld.com/download.php?id=385
(or the link in my sig below!)
Added Notify Tooltips that can be displayed without user needing to hover the mouse (canbe used in place of Info/Warn etc).
Help file links added so that you can easily navigate through the demo scripts as it launches the appropriate VDS version automatically!.
Fixed problems with Ontop style .
Minor help file corrections.
There are some problems with me handling registrations currently. I will shortly inform details to the corresponding users. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Tue May 18, 2004 6:22 pm Post subject: |
|
|
Hey Vic - Thanks for the quick posting the link to the New forum even before I posted . _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Tue May 18, 2004 6:24 pm Post subject: |
|
|
You're welcome
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Mon May 31, 2004 1:32 am Post subject: |
|
|
A new vesion of VDSGUI DLL has been uploaded:
VDSGUI Extension
1.30.5.2004
===========
Feature Additions:
------------------
Added HSCROLL option to LIST element(Multicolored colored Bitlist).
Added DRAGDROP option to GUI WINDOWSTYLE.
Issues Resolved:
----------------
Fixed error in displaying glyph items from resources in LIST element.
Fixed issues with GUI WINDOWSTYLE. The command now accepts only one style
at a time. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Tue Jun 01, 2004 3:30 am Post subject: |
|
|
Thanks a lot!
Great feature... now its possible to disable drapndrop on runtime!
 |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Jun 01, 2004 10:43 am Post subject: |
|
|
Thanks  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Tue Jun 01, 2004 12:11 pm Post subject: |
|
|
Nice to know U all liked it  _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Boo Valued Contributor


Joined: 31 Oct 2003 Posts: 599 Location: Gulf Breeze, Florida USA
|
Posted: Sun Aug 15, 2004 3:49 pm Post subject: |
|
|
Hi Codescript,
I registered the VDSGUI.DLL a couple of days ago, but have yet to receive my registration code. (Apparently my e-mail inquiry did not reach you?)
Please advise.
Thanks!
Keith "Boo" L. |
|
| Back to top |
|
 |
|