scorpianuk
May 18 2004, 02:11 PM
just post a tool i wrote for config file making for unleash
still in beta stage got lots more to do
hope it helps some of you
let me know what you think
Download Full Installer hereLite versionScreen Shots
BloodyMary
May 18 2004, 02:14 PM
Thank you much scorpianuk... please also contact hydraulix about uploading it to UnleashX.com...
good work BTW...
BLazeD
May 18 2004, 05:12 PM
Very cool tool man
Nice work
unleashx
May 19 2004, 02:07 AM
Nice work. I got an Error 76 (Path not found) when I clicked on the "Source Code" tab though.
Yuyu
May 19 2004, 03:12 AM
| QUOTE (unleashx @ May 18 2004, 11:07 PM) |
| Nice work. I got an Error 76 (Path not found) when I clicked on the "Source Code" tab though. |
I got the same error...
Good work either way...
Hope to see it fixed up a bit soon...
Guess this is related to the export config function, cause I get the same error when selecting that from the menu... (I know readme says it needs to be finished, just giving some tesing results)
scorpianuk
May 19 2004, 04:17 AM
File updated
Save and load now working
some bug fixs
help file added though not complete
Yuyu
May 19 2004, 06:00 PM
Works great..
Hope to see more custom Xbox apps (or expansion of this app) from you...
chad000
May 19 2004, 06:50 PM
I get a "run-time error 429 ActiveX component can't create object" everytime i open the app and click on file,new..
scorpianuk
May 19 2004, 07:46 PM
| QUOTE |
| I get a "run-time error 429 ActiveX component can't create object" everytime i open the app and click on file,new.. |
Doyou have vb6 runtimes installed?
is msado15.dll in your system32 folder
file updated to installer + minor bug fixs
time for bed
chad000
May 19 2004, 10:58 PM
| QUOTE (scorpianuk @ May 19 2004, 04:46 PM) |
Doyou have vb6 runtimes installed?
is msado15.dll in your system32 folder
file updated to installer + minor bug fixs
time for bed  |
Yup, that was it..Thought I downloaded them last night but I downloaded a service pack for visual basic instead

...Nice app scorpian
Corspegrinder99
May 20 2004, 03:30 AM
great tool!
BloodyMary
May 20 2004, 10:37 AM
Anyone who hasn't tried this yet...
grab it.. it's excellent..
Awesome work scorpianuk
1 request... please release the source code...
Thank you again...
flattspott
May 20 2004, 12:27 PM
I was about to get this but I saw it was 13+MB. That seems a bit overkill for a config file creator. Seeing how I'm on dialup I opted not to get it yet.
If someone would be sound kind as to post a temparary screenshot of it...
EDIT: Just noticed the screen link. My bad.
BloodyMary
May 20 2004, 03:55 PM
| QUOTE (flattspott @ May 20 2004, 09:27 AM) |
I was about to get this but I saw it was 13+MB. That seems a bit overkill for a config file creator. Seeing how I'm on dialup I opted not to get it yet.
If someone would be sound kind as to post a temparary screenshot of it...
EDIT: Just noticed the screen link. My bad. |
Yeah.. I was going to request a slimed down version for those that already have VB6 installed... also it seems to update the DATA ACCESS components... MDAC... could you have 2 versions, 1 with these and 1 without... I'm guessing it would be less then 2 megs without these in the install...
EDIT: Also, it doesn't (probably a known problem), but when creating the XML it doesn't close some of the tags properly...
For example... just going in and doing a new, creates the following code.. you will see the errors...
| CODE |
<?XML VERSION="1.0" ENCODING="UTF-8"?> <Unleashx> <Settings> <MSDashBoard>C:\XBOXDASH.XBE</MSDashBoard> <Password MaxTries="3"></Password> <Network Enable="Yes" Type="Static"> <IP>192.168.0.3</IP> <Subnet>255.255.255.0</Subnet> <Gateway></Gateway> <DNS1>0.0.0.0</DNS1> <DNS2>0.0.0.0</DNS2> </Network> <FTP Enable="Yes"> <User>xbox</User> <Password>xbox</Password> <Port>21</Port> <MaxUsers>2</MaxUsers> <AllowAnon>Yes</AllowAnon> <Greeting>WELCOME TO XBOX FTP SERVER</Greeting> </FTP> <Newsfeed Enable="True" Inteval="30"> <URL>www.xbins.org/xbins.xml</URL> </Newsfeed> <Preference> <Games AutoLaunch="No"/Games> <DVD AutoLaunch="No">C:\XBOXDASH.XBE</DVD> <AudioCD AutoLaunch="No">C:\XBOXDASH.XBE</AudioCD> <Data AutoLaunch="No"/Data> <SoundVolume>90</SoundVolume> <MusicVolume>90</MusicVolume> <EnableSoundTrack Random="True" MusicPath="F:\Music">False</EnableSoundTrack> <UseFahrenheit>False</UseFahrenheit> <SNTP Synchronize="No">192.168.1.1</SNTP> <Skin Path="skins\"Scorp-X/Skin> <FanSpeed>1</FanSpeed> <ScreenSaver Wait="60" Type="1"> <Text>Created With Scorp-X</Text> </ScreenSaver> <AutoTurnOff>0</AutoTurnOff> <EnableDriveF>True</EnableDriveF> <EnableDriveG>False</EnableDriveG> </Preference> </Settings> <Menu> </Menu> </UnleashX>
|
Here's the errors that I noticed...
Line 1 should read
| CODE |
| <?xml version="1.0" encoding="UTF-8"?> |
Line 2 should read
instead of <Unleashx>
This following lines should read:
| CODE |
| <Games AutoLaunch="No"></Games> |
| CODE |
| <Data AutoLaunch="No"></Data> |
| CODE |
| <Skin Path="skins\">Scorp-X</Skin> |
The upper/lowercase corrections are needed to make the output file compatible with internet explorer/proper xml handling...
It's nice to be able to open it up in IE to verify that you have a good file...
Thank you again...
EDIT:
All the above listed errors have been fixed by scorpianuk
thank you
unleashx
May 20 2004, 04:05 PM
The first download was 94kb. I guess it would be good to create a separate package since these support files are readily downloadable off the net.
scorpianuk
May 20 2004, 06:42 PM
| QUOTE |
CODE <?xml version="1.0" encoding="UTF-8"?>
Line 2 should read
CODE <UnleashX>
instead of <Unleashx>
This following lines should read:
CODE <Games AutoLaunch="No"></Games>
CODE <Data AutoLaunch="No"></Data>
CODE <Skin Path="skins\">Scorp-X</Skin>
|
all fixed thanks for the info
added 2nd download link for just main files
thanks for the suggestions allways welcome
Safety in Nimbus
May 20 2004, 07:02 PM
I can't get this tool to work for the life of me. I'm sure I have VB6 but i'm getting the 429 error >_< Anyone know of a site where I can get VB6? Everytime I use the full install I get a "system can not update....you will need to restart windows and try again" >_<
BloodyMary
May 20 2004, 07:13 PM
| QUOTE (Safety in Nimbus @ May 20 2004, 04:02 PM) |
| I can't get this tool to work for the life of me. I'm sure I have VB6 but i'm getting the 429 error >_< Anyone know of a site where I can get VB6? Everytime I use the full install I get a "system can not update....you will need to restart windows and try again" >_< |
try this link
www.micros$ft.com/downloads/details.aspx?displaylang=en&FamilyID=BF9A24F9-B5C5-48F4-8EDD-CDF2D29A79D5
change www.micros$ft.com to the correct spelling
I can't create a proper link, because the forums change Micr$soft to MS...
To scorpianuk:
When I open the program.. then I click
| QUOTE |
| FILE -> OPEN -> CANCEL |
I get the following error:
| CODE |
Run-time error '75':
Path/File access error
|
Sorry, I forgot to mention this before.... Not a big deal... just a small annoyance...
Thank you very much for fixing the other errors strait away... and also for providing the slim version...

Also... still intrested much in the source code if you are willing to share...
EDIT: Once again, scorpianuk, has already fixed the above error...
scorpianuk
May 20 2004, 08:54 PM
| QUOTE |
| FILE -> OPEN -> CANCEL |
Fixed

add both files updated
| QUOTE |
| Also... still intrested much in the source code if you are willing to share... |
When the bugs are gone and code is complete then maybe but if there is something in particular your interested in let me know
Safety in Nimbus
May 20 2004, 09:07 PM
Nope....still getting the error \=
BLazeD
May 21 2004, 05:33 AM
Hey scorpianuk,
something went wrong when you updated the file on my site, maybe you closed the browser before it finished?
Anyway, what I think is an older copy is back up there now as the updated one deleted them both
scorpianuk
May 21 2004, 06:55 AM
| QUOTE (BLazeD @ May 21 2004, 07:33 AM) |
Hey scorpianuk,
something went wrong when you updated the file on my site, maybe you closed the browser before it finished?
Anyway, what I think is an older copy is back up there now as the updated one deleted them both |
yes dont know what happened changes the links to newest files to my webspace
Working on config import now

I need atleast 5 people to send me a complete config file thay have made them self for testing with import script
scorpianuk@safe-mail.net
BloodyMary
May 21 2004, 10:16 AM
| QUOTE (scorpianuk @ May 21 2004, 03:55 AM) |
I need atleast 5 people to send me a complete config file thay have made them self for testing with import script |
I have 2 different ones... I'll send them over 2 you when I get home... (another 8 hours)... Thank you for all the great work... it's beyond great.. it's super... thank you..
EDIT: As far as your source code goes... I would like to use it as a basis for creating configs for other apps (like XBMC... and perhaps MXM and others that use XML files)... I could write my own... but I'm way too lazy.. and I like the layout of yours much... If you choose not to release it.. that is a-ok.. I'm just very impressed with the work that you've put into it... it looks and works sharp
scorpianuk
May 24 2004, 03:03 PM
just updated links to new release
whats changed
Soundtrack options changed to Xbox,Custom,Default & Off
added LED Color in prefs tab
added Video mode in prefs tab
fixed bugs in save/open project menu
fixed bugs in menu tab
fix bugs in source code
added Non-selectable menu item
added SetClock
added X2IGR_ON
added X2IGR_OFF
added import config (only imports settings and prefs at the min )
full package size reduced from 13mb to under 4mb

thanks to all who sent me config for testing
where to go next not sure try to get menu import working
maybe add import settings from other dashboards
update newsfeed so you can edit them and maybe add in news viewer
Safety in Nimbus
May 24 2004, 04:03 PM
w00t finally got it to work. Great job. I'm going to mess w/ it a lot when I get home. Quick question, how would I go about copying the current folder I am in? Would I just put say an asterik or something?
BloodyMary
May 24 2004, 04:05 PM
scorpianuk,
great job... I love it... you should PM HSdemonz or Xantium and try to get front page exposure with this.... they usually list these on the front page... haven't found any bugs ... great work...
crumbolt
May 24 2004, 04:36 PM
just dowloaded your app and congrats, this is somehting i will use.
Not sure if this is a bug but i found something that i think is fucked up.
- Go to menu and select the "add action command" tab
- select any action command from the pull down menu
- "add" the action command to the menu
- now click on the command u just added in the list?? or hierarchy??
view window. it displays the action command window with the save
change button in focus
- then click on the root menu object in the same view.
The save changes button is now out of focus and
- you cant save the edits you made to the action command
- you cant add any new action commands
- when u click on the "add menu selection" tab it switches focus back to
the add action command tab, unless keep the mouse button depressed
and move the cursor down into its display field.
- when you close the menu and open a new menu from the "file" tool bar
the same problems are encountered in the new menu.
If someone can confirm if this happens to them, i think i have the latest
release, just downloaded it about 10 minutes ago.
great work scorpianuk, keep it going
scorpianuk
May 24 2004, 05:04 PM
You were right was a bug
but now fixed and files updated
thanks for the report
crumbolt
May 24 2004, 07:22 PM
no problem, keep up the good work.
will let you know if i find anything else
scorpianuk
May 27 2004, 06:09 AM
Files updated
links updated
be sure to run update after downloading for latest bug fixes
Thanks to grebulon for his input heres the changes
Default DNS1 changes
Default gateway changes
Default time sever changed
Added Edit Url in Newsfeed
Added Move Url up and down buttons in Newsfeed
Added Newesfeed Viewer (Just ckick on URL in Newsfeed)
Menu Drag and Drop Re-written to make life easier
Menu Edit and Delete buttons replace with Right click menu
Menu error chcking improved
Update via internet added
keep your input coming
BloodyMary
May 27 2004, 08:52 AM
That is some top notch changes... it was already awesome.. now its... just out of sight...
BloodyMary
Jun 1 2004, 05:17 PM
Wondering if you are going to be adding the new commands from the new version of UnleashX when it comes out.. (in other words... just hopeing that you will be keeping it up to date... )
thank you...
scorpianuk
Jun 2 2004, 04:49 AM
Yes as soon as i have all the info will add all the new stuff in
pdottz
Jun 3 2004, 03:38 AM
I got the newest version right now for the first time. it's awesome. but there is some things I noticed that it doesn't import correctly.
for instance, all my settings are set to NOT autolaunch anything when inserted. the config auto selects the options to be set to yes.
last thing. I have this custom menu in my config .xml...
| CODE |
<List Text="trainers" Sort="On" Auto="On"> <Item Action="F:\games\halo - combat evolved\trainer.xbe">halo</Item> <Item Action="F:\games\max payne 2\trainer.xbe">max.payne.2</Item> <Item Action="F:\games\metal gear solid 2\trainer.xbe">mgs2.substance</Item> <Item Action="F:\games\metal of honor - frontline\trainer.xbe">metal.of.honor.frontline</Item> <Item Action="F:\games\ninja gaiden\trainer.xbe">ninja.gaiden</Item> <Item Action="F:\games\prince of persia - the sands of time\trainer.xbe">prince.of.persia.the.sands.of.time</Item> <Item Action="F:\games\tmnt\trainer.xbe">t.m.n.t.</Item> <Item Action="F:\games\kill.switch\trainer.xbe">kill.switch</Item> </List>
|
when my config.xml is imported this section doesn't get imported, why?
scorpianuk
Jun 3 2004, 04:13 AM
without seeing you config file cannt say why autolaunch are not imported correctly
as for the menu none is imported at the min maybe in future release
grebulon
Jun 3 2004, 04:56 AM
| QUOTE (pdottz @ Jun 3 2004, 06:38 AM) |
last thing. I have this custom menu in my config .xml...
| CODE | <List Text="trainers" Sort="On" Auto="On"> <Item Action="F:\games\halo - combat evolved\trainer.xbe">halo</Item> <Item Action="F:\games\max payne 2\trainer.xbe">max.payne.2</Item> <Item Action="F:\games\metal gear solid 2\trainer.xbe">mgs2.substance</Item> <Item Action="F:\games\metal of honor - frontline\trainer.xbe">metal.of.honor.frontline</Item> <Item Action="F:\games\ninja gaiden\trainer.xbe">ninja.gaiden</Item> <Item Action="F:\games\prince of persia - the sands of time\trainer.xbe">prince.of.persia.the.sands.of.time</Item> <Item Action="F:\games\tmnt\trainer.xbe">t.m.n.t.</Item> <Item Action="F:\games\kill.switch\trainer.xbe">kill.switch</Item> </List>
|
|
What is this trainer.xbe? How does it work and where did you get it?
pdottz
Jun 3 2004, 05:07 AM
grebulon, www.xbox-saves.com
scorpianuk.
this is my config file
| CODE |
<?xml version="1.0" encoding="utf-8"?> <UnleashX> <Settings> <MSDashBoard>C:\Xboxdash.xbe</MSDashBoard> <Network Enable="Yes" Type="Static"> <IP>192.168.0.2</IP> <Subnet>255.255.255.0</Subnet> <Gateway>192.168.0.1</Gateway> <DNS1>192.168.0.1</DNS1> <DNS2>192.168.0.3</DNS2> </Network> <FTP Enable="Yes"> <User>xbox</User> <Password>xbox</Password> <Port>21</Port> <MaxUsers>2</MaxUsers> <AllowAnon>Yes</AllowAnon> <Greeting>Welcome to XBOX FTP Server</Greeting> </FTP> <Newsfeed Enable="False" Interval="30"> <URL>www.xbox-scene.com/xbox1data/xbox-scene.xml</URL> <URL>www.xbins.org/xbins.xml</URL> </Newsfeed> <Preference> <Games AutoLaunch="No"> </Games> <DVD AutoLaunch="No">F:\Apps\DVDx2\default.xbe</DVD> <AudioCD AutoLaunch="No">C:\xboxdash.xbe</AudioCD> <Data AutoLaunch="No"> </Data> <SoundVolume>90</SoundVolume> <MusicVolume>90</MusicVolume> <EnableSoundTrack Random="No" MusicPath="F:\music\flcl 1 - addict\">Xbox</EnableSoundTrack> <UseFahrenheit>Yes</UseFahrenheit> <SNTP Synchronize="No">192.168.1.1</SNTP> <Skin Path="skins\">XME</Skin> <FanSpeed>5.00</FanSpeed> <ScreenSaver Wait="0" Type="1"> <Text>.......</Text> </ScreenSaver> <AutoTurnOff>0</AutoTurnOff> <EnableDriveF>True</EnableDriveF> <EnableDriveG>Yes</EnableDriveG> <LEDColor>Default</LEDColor> <AutoVideoMode>No</AutoVideoMode> </Preference> <ColorScheme Name="Default"> <AMBIENT_FOGCOLOR>0xFF000040</AMBIENT_FOGCOLOR> <AMBIENT_SKYCOLOR>0xFF000040</AMBIENT_SKYCOLOR> <AMBIENT_CELLCOLOR>0x065A79CE</AMBIENT_CELLCOLOR> <CAPTION_TEXTCOLOR>0xFFFFFFC0</CAPTION_TEXTCOLOR> <CAPTION_BACKCOLOR>0xFF4274FF</CAPTION_BACKCOLOR> <DIALOG_BORDERCOLOR>0xFFFFFFFF</DIALOG_BORDERCOLOR> <DIALOG_BACKCOLOR>0xCD1E34F2</DIALOG_BACKCOLOR> <DIALOG_INNER_BORDERCOLOR>0xFFFFE2B4</DIALOG_INNER_BORDERCOLOR> <DIALOG_INNER_BACKCOLOR>0xE1003399</DIALOG_INNER_BACKCOLOR> <DIALOG_TEXTCOLOR>0xFFFFFFFF</DIALOG_TEXTCOLOR> <DIALOG_DISABLEDTEXT>0x7F0000C0</DIALOG_DISABLEDTEXT> <OPTION_TEXTCOLOR>0xFFFFFFFF</OPTION_TEXTCOLOR> <OPTION_ACTIVETEXTCOLOR>0xFF40FFFF</OPTION_ACTIVETEXTCOLOR> <OPTION_ACTIVEBACKCOLOR>0xFF000080</OPTION_ACTIVEBACKCOLOR> <BUTTON_BORDERCOLOR>0xFFFFE2B4</BUTTON_BORDERCOLOR> <BUTTON_TEXTCOLOR>0xFF993300</BUTTON_TEXTCOLOR> <BUTTON_BACKCOLOR>0xCD1E34F2</BUTTON_BACKCOLOR> <BUTTON_ACTIVETEXTCOLOR>0xFFFFFFFF</BUTTON_ACTIVETEXTCOLOR> <BUTTON_ACTIVEBACKCOLOR>0xE1003399</BUTTON_ACTIVEBACKCOLOR> <KB_KEYBG_HIGHLIGHT>0xcc0000C0</KB_KEYBG_HIGHLIGHT> <KB_KEYBG_DISABLED>0xffc0c0c0</KB_KEYBG_DISABLED> <KB_KEY_PRESSED>0xff808080</KB_KEY_PRESSED> <KB_KEY_NORMAL>0xff000000</KB_KEY_NORMAL> <KB_KEY_DISABLED>0xff808080</KB_KEY_DISABLED> <KB_KEY_ACTIVEBORDER>0xff0000FF</KB_KEY_ACTIVEBORDER> <KB_KEY_TEXTCOLOR>0xff000000</KB_KEY_TEXTCOLOR> <KB_KEY_TEXTBACKCOLOR>0xffFFFFFF</KB_KEY_TEXTBACKCOLOR> <KB_KEY_TEXTBORDERCOLOR>0xff0000FF</KB_KEY_TEXTBORDERCOLOR> <MENU_TEXTCOLOR>0x99FFFFFF</MENU_TEXTCOLOR> <MENU_ACTIVETEXTCOLOR>0xFFFBFA8F</MENU_ACTIVETEXTCOLOR> <MENU_BORDERCOLOR>0x00000000</MENU_BORDERCOLOR> <MENU_BACKCOLOR>0x00000000</MENU_BACKCOLOR> <MENU_ACTIVEBACKCOLOR>0x00000000</MENU_ACTIVEBACKCOLOR> <MENU_ACTIVEBORDERCOLOR>0x00000000</MENU_ACTIVEBORDERCOLOR> </ColorScheme> </Settings> <Menu> <Item Action="LaunchDVD">launch dvd</Item> <List Text="games" Sort="On" Auto="On"> <Path>E:\Games</Path> <Path>F:\Games</Path> <Path>E:\HDDLoader</Path> <Path>F:\HDDLoader</Path> </List> <List Text="trainers" Sort="On" Auto="On"> <Item Action="F:\games\halo - combat evolved\trainer.xbe">halo</Item> <Item Action="F:\games\max payne 2\trainer.xbe">max.payne.2</Item> <Item Action="F:\games\metal gear solid 2\trainer.xbe">mgs2.substance</Item> <Item Action="F:\games\metal of honor - frontline\trainer.xbe">metal.of.honor.frontline</Item> <Item Action="F:\games\ninja gaiden\trainer.xbe">ninja.gaiden</Item> <Item Action="F:\games\prince of persia - the sands of time\trainer.xbe">prince.of.persia.the.sands.of.time</Item> <Item Action="F:\games\tmnt\trainer.xbe">t.m.n.t.</Item> <Item Action="F:\games\kill.switch\trainer.xbe">kill.switch</Item> </List> <List Text="emulators" Sort="On" Auto="On"> <Path>E:\emus</Path> <Path>F:\emus</Path> </List> <List Text="applications" Sort="On" Auto="On"> <Path>E:\Apps</Path> <Path>F:\Apps</Path> <List Text="dashboards" Sort="On" Auto="On"> <Path>F:\dashboards</Path> </List> </List> <List Text="system" Sort="On" Auto="On"> <Sort>Off</Sort> <Item Action="Settings" Icon="c:\icons\system.png">settings</Item> <Item Action="Skins">skins</Item> <Item Action="FileManager" Icon="c:\icons\filem.png">file explorer</Item> <List Text="optical" Sort="Off" Auto="On"> <Item Action="TrayOpen">open dvd tray</Item> <Item Action="TrayClose">close dvd tray</Item> <Item Action="CopyDVD">copy game disk</Item> </List> <List Text="network" Sort="Off" Auto="On"> <Item Action="FTPStop">stop ftp</Item> <Item Action="FTPStart">start ftp</Item> <Item Action="FTPReset">reset ftp</Item> <Item Action="NETReset">restart network</Item> <Item Action="C:\xboxdash.xbe">ms dashboard</Item> </List> </List> <Item Action="Restart" Icon="c:\icons\new3\reboot.png">reboot</Item> <Item Action="Shutdown" Icon="c:\icons\new3\shutdown.png">shutdown</Item> </Menu> </UnleashX>
|
scorpianuk
Jun 3 2004, 06:52 AM
You were right my fault
uploaded new update to fix few probs not much new added in this one but working on a couple of new things and waiting for the release of new Unleash
thanks for the report
BloodyMary
Jun 3 2004, 04:26 PM
Hey scorpianuk,
Just wondering if you are currently a beta tester for UnleashX...
To me, it would make sense that you and Hectobleezy (skinner app)
would be beta testers, so you can have the most current release info
and be incorporating it into your awesome apps...
Perhaps, something you and Hectobleezy could console with UnleashX
about...
Just thinking out loud...
Hectobleezy
Jun 4 2004, 04:28 PM
| QUOTE (BloodyMary @ Jun 3 2004, 10:26 AM) |
Hey scorpianuk,
Just wondering if you are currently a beta tester for UnleashX...
To me, it would make sense that you and Hectobleezy (skinner app) would be beta testers, so you can have the most current release info and be incorporating it into your awesome apps...
Perhaps, something you and Hectobleezy could console with UnleashX about...
Just thinking out loud...
|
It would be nice to have access to the newest builds to test them with my app. UnleashX did send a beta to me, but we never discussed any ongoing access.
I used to be a good vb6 coder, but Ive since moved to vb.net. If scorpianuk ever upgrades UnleashX Tool + to vb.net, I can help...I got some AWESOME ideas.
scorpianuk
Jun 4 2004, 05:34 PM
| QUOTE |
It would be nice to have access to the newest builds to test them with my app. UnleashX did send a beta to me, but we never discussed any ongoing access.
|
Same here but have enough to do for now
| QUOTE |
| I used to be a good vb6 coder, but Ive since moved to vb.net. If scorpianuk ever upgrades UnleashX Tool + to vb.net, I can help...I got some AWESOME ideas. |
I did consider using VB.net but decided against it for stabilaty
But ideas are welcome Working on a couple of things for next release .
The only thing im not going to get round to for a while in the help file so if anyone interested contact me on this board or email me
grebulon
Jun 5 2004, 07:34 AM
.NET is sooo sloooooow. Seems like it takes forever for programs to start. Runtime is also terrible. I noticed in UXA when you drag elements, you can see the background redrawing. I use a 1.2GHz pentium so it's not the newest computer, but still it shouldn't happen for this kind of applications
Sure VB.NET is sexier, but in my opinion doesn't worth the performance penalty.
Hectobleezy
Jun 5 2004, 08:02 AM
| QUOTE (grebulon @ Jun 5 2004, 01:34 AM) |
.NET is sooo sloooooow. Seems like it takes forever for programs to start. Runtime is also terrible. I noticed in UXA when you drag elements, you can see the background redrawing. I use a 1.2GHz pentium so it's not the newest computer, but still it shouldn't happen for this kind of applications Sure VB.NET is sexier, but in my opinion doesn't worth the performance penalty. |
Quit hating.
scorpianuk
Jun 8 2004, 04:20 AM
Just uploaded version 2 so run your updater
added new stuff for new Unlesh
changed interface
still lots to finish
whooops fogot to include a file in update so make sure you update to version 2.0.8
Adeed menu importing
grebulon
Jun 8 2004, 06:59 AM
| QUOTE (Hectobleezy @ Jun 5 2004, 11:02 AM) |
| Quit hating. |
I don't hate it! I just don't use it. Well, at least until they make it faster, or in a couple of years when the computers become fast enough for it.
Actually, I guess in a couple of years they'll have something new that will be even slower that this
scorpianuk
Jun 8 2004, 02:24 PM
just upload 2.0.9 mainly bug fixs from this morning and finised few more ftp commands
scorpianuk
Jun 10 2004, 04:17 PM
new update avalible fixs few bugs in menu import and ftp commands
just run the updater
BloodyMary
Jun 10 2004, 05:26 PM
| QUOTE (grebulon @ Jun 5 2004, 04:34 AM) |
.NET is sooo sloooooow. Seems like it takes forever for programs to start. Runtime is also terrible. I noticed in UXA when you drag elements, you can see the background redrawing. I use a 1.2GHz pentium so it's not the newest computer, but still it shouldn't happen for this kind of applications Sure VB.NET is sexier, but in my opinion doesn't worth the performance penalty. |
I'd say you've got other issues going on with your system...
I use a 500 mhz pIII at work and both programs work very well and performance isn't a miss on them...
Perhaps you need to redo your system...
scorpianuk
Jun 11 2004, 03:47 PM
New version 2.1.1
fixed bug in http proxy
added webbrowser view for validateing your Config.xml files
Hectobleezy
Jun 11 2004, 04:11 PM
very nice.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.