safe mode
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
safe mode
Just had an issue where I was trying to load a large JS file from the internet and it caused WeBuilder to lock up. It was functioning perfectly fine, but this seems to be a lengthy process, so I decided to save the file normally and open it from the disc (which I probably should have done from the start, but don't see why the other method couldn't work). I exited WeBuilder and restarted, but I have WeBuilder set to open the previous tabs upon start up. This caused WeBuilder to keep on locking up waiting for it to finish downloading the file. This took like a minute or two to finish up. It would be nice if there was a "safe mode" option (or something to that affect) that let you override the 're-open existing files' option to avoid this in the future.
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: safe mode
I found the registry setting that affects this, so wrote a quick program which sets the option to 'Do nothing' and then fires up WeBuilder.
It puts back the setting to what it was after WeBuilder loads, so I might change that. I might add an option to remove a file, as thats a setting in the registry too.
Download and more details here:
http://www.creapsoft.co.uk/programs/69/ ... e-mode.htm
.
It puts back the setting to what it was after WeBuilder loads, so I might change that. I might add an option to remove a file, as thats a setting in the registry too.
Download and more details here:
http://www.creapsoft.co.uk/programs/69/ ... e-mode.htm
.
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Re: safe mode
chris, you're such a rock star. you gonna package all of these little utilities up into one little launch bar called "WeBuilder Utils" or what? :)
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Re: safe mode
What do you use to write these in? I started looking into Delphi last week, hoping to do some of the same sorta stuff but damn, it aint cheap.
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: safe mode
Rock star?!
I use VB6, but the .Net side of things should be the way to go now. VB .Net is fine, but c# is also good. It comes in handy to know, and keeps the brain ticking over!
And don't forget the 'Express' editions of the .Net languages are free.

I use VB6, but the .Net side of things should be the way to go now. VB .Net is fine, but c# is also good. It comes in handy to know, and keeps the brain ticking over!

And don't forget the 'Express' editions of the .Net languages are free.
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Re: safe mode
Yes, rock star. Go do coke off of the ass of a groupie and be ok with it.
I have a strong anti-microsoft gene that I need to let go of. Totally absurd. We have, I think now, 7 C#/.NET developers in our shop. If ever there was a time to learn, with training wheels, it's now.
I was running IIS/.NET 2 on my box a while back and I had nothing but problems. I run it at work because I have to but I'm loathe to open that can of worms on my home box. After I do some backups, I'll have to reconsider.
I have a strong anti-microsoft gene that I need to let go of. Totally absurd. We have, I think now, 7 C#/.NET developers in our shop. If ever there was a time to learn, with training wheels, it's now.
I was running IIS/.NET 2 on my box a while back and I had nothing but problems. I run it at work because I have to but I'm loathe to open that can of worms on my home box. After I do some backups, I'll have to reconsider.
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: safe mode
Just use a virtual machine. Virtual PC is free. You can even download a working copy of XP from Microsoft, so everything is really 'download 'n go'. I use this with their 90day trial. 90days over? Download XP, install and have another 90days on us! Wahooooooooo!
I can understand some people being 'anti-Microsoft', as I have to fight with their software and weird dialog boxes every day, but equally, some stuff they produce is quite good. I love the .Net environment as the IDE is very friendly, compared to VB6 which I have to use on a daily basis. Having said that, VB6 starts up in the click of a finger, and takes seconds to compile a program. .Net takes an age to load, days to compile, and is a bloated piece of software - its eyes would be bulging out and milk squirting out its udders if it was a cow.
...but this is taking this topic off-topic!
I can understand some people being 'anti-Microsoft', as I have to fight with their software and weird dialog boxes every day, but equally, some stuff they produce is quite good. I love the .Net environment as the IDE is very friendly, compared to VB6 which I have to use on a daily basis. Having said that, VB6 starts up in the click of a finger, and takes seconds to compile a program. .Net takes an age to load, days to compile, and is a bloated piece of software - its eyes would be bulging out and milk squirting out its udders if it was a cow.
...but this is taking this topic off-topic!

- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Re: safe mode
lol @ milk vision and Visual Studio. That made my day. Running it in a VM is a great great idea, thanks.