| View previous topic :: View next topic |
| How do you rate this Utility ? |
| Excellent |
|
100% |
[ 2 ] |
| Nice but needs more work |
|
0% |
[ 0 ] |
| Very buggy/waste of time downloading |
|
0% |
[ 0 ] |
| Never tried /not useful to a typical VDS user |
|
0% |
[ 0 ] |
|
| Total Votes : 2 |
|
| Author |
Message |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Fri Aug 29, 2003 5:33 pm Post subject: VDS Tray Helper Utilty |
|
|
VDS Tray Helper Utilty
======================
A little utiltty that sits in the system tray(Taskbar notification area to be more appropriate) and assists you while you are working with Visual Dialogscript.
You can download it from here :
http://codescript.vdsworld.com/VDS5src/Tray_helper_project.zip
Features:
---------
1.Start upto 3 custom programs along with the utility at startup.
A tray Rt click menu which has the following functions:
2.Restore VDS IDE - minimzes help file and restores IDE even if it's stuck.
3.Kill restart VDS IDE if it hangs (useful with DLL/API programmimg)
4.Dialog designer Assist - another utilty descibed below
5.Launch upto 4 custom apps and assign custom hotkeys to each.
Tray Icon click Features:
6.Ontop set any window as topmost window.(Ctrl + Left click the taskicon)
7.Notontop to reset a ontop window (Ctrl + Shift click)
8.Reverse the title bar of a window (Alt + click )
9.Restore the reversed title bar of a window.(Alt+Shift click)
10.Pick Text - Pick test to clipboard from a dialog edit box and
even a list box (Shift click)
11.Paste without Html tags (Ctrl+Alt+V)- This will paste the contents of the clipboard to the VDS IDE with html tags removed.
Dialog designer Assist(DD Assist)
=================================
This is another utility that helps in repositioning multiple dialog elements on the fly.
This is useful if you have multiple buttons/edit boxes on your dialog and suddenly decide to align all the buttons on a horizontal line.
The functions available are:
Measure Only - This will measure the dimensions of a given dialog element.
Pick'nPos - Pick and apply the selected dimensions.
Apply Selected
Pick'nShift
Shift Selected - Along X-axis OR Y-axis
Swap - swap two elements
You can understand these functions further by downloading the package.
Both the Utilities come with full featured help (I think - But I may be biased )
The application uses API/non VDS dll etc. Use is completely at your own risk.
Due to time constraints I may not be able to add the features I originally planned like:
Adding a new popup menu to IDE on middle mouse button click:
The menu would have
Jump to last postion and back - on IDE
Go to the first instance of the text/word under the cursor.
List the lines containing selected variable.
Autocomplete a command/function - syntax assist (not sure if permissible as per VDS license agreement)
Any one implements any of these functions please let me know.
Regards _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension
Last edited by CodeScript on Sat Jan 03, 2004 3:48 am; edited 3 times in total |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Tue Nov 11, 2003 6:55 pm Post subject: |
|
|
Two new functions are added for API programmers. You can search for a API you typed in the IDE by two hotkeys:
API Constant Reference:
Hotkey: Ctrl+Shift+C
Win32 Programmer's Reference:
Hotkey: Ctrl+Shift+W
You need to specify their paths in the settings.ini file -Read the help files for details.
Updated the VDS API constants Reference (contained in the package)
with DDE and many user/database enhancements.
Download here:
http://www.vdsworld.com/index.php?page=download&fileid=327
BTW anyone is using/tried this - I doubt  _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sat Jan 03, 2004 3:55 am Post subject: |
|
|
Now comes with a complete setup.
Added:
3.Codesniplet/autocomplete.
Press Ctrl+J in the IDE to complete a custom code shortcut. Reduce your typing Burden !
4.Color spy
http://www.vdsworld.com/index.php?page=download&fileid=327
size 1.1 mb
You can vote in the poll and also post your suggestions etc. here _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Jan 03, 2004 3:55 am Post subject: |
|
|
Good work. I like the code snippet part.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|