@lojack : just saw 915 :Added visual indication that a package has a wizard, with new icons, and an option to turn off the icon in the Installers right click menu
Maybe this option should be moved in the ini ? Or not ? Decisions all the time lol
I have never edited html beforebut this looks like a likely place for a width to restrict the size of the box maybe with a percentage?- See post below for problem solved
Kellymarie Heppell- Posts: 3456
- Joined: Mon Jul 24, 2006 4:37 am
Oh yes, forgot to mention - Wizards.html, doesn't word wrap in chrome browsers, you have to scroll the page sideways to read each line. I dont know if thats the same in firefox or other browsers currently.
I can confirm in Firefox. I ran it through the HTML validator, and got a whole heap of errors. Not that surprising though, I doubt standards compliance is on your minds when it's written. (I was going to mention monkeys, but I can't recall if Wrye was still around when Wizards were invented)
Alexxxxxx- Posts: 3417
- Joined: Mon Jul 31, 2006 10:55 am
Wow...I can't believe none of us thought of a simple idea like that. That's a great idea! If you've already started/want to work on it I'll leave it to you PM, otherwise I can take a crack at it.
Well, I did think of why there wasn't one at one time... Well, more of why there wasn't a menubar with that option. Or well, a menubar.
I just figured there wasn't enough demand for something like that, and never spoke up. I think most of us went the mile long readme way. lol.
Anywho, +2 for a settings tab/menu/whatever.
Stacey Mason- Posts: 3350
- Joined: Wed Nov 08, 2006 6:18 am
Courtesy of my eldest daughter the solution to the Wizards.html is to edit line 19 as follows....PRE { border: 1px solid; max-width: 750px; word-wrap: break-word; background: #FDF5E6; padding: 0.5em; margin-top: 0in; margin-bottom: 0in; margin-left: 0.25in}
The additional part is "max-width: 750px; word-wrap: break-word;" and she suggests overflow auto (whatever that does)
The white background example boxes near the bottom were the culprits apparently, stretching out the width.
Just tried it and it works for me.
dav- Posts: 3338
- Joined: Mon Jul 30, 2007 3:46 pm
Courtesy of my eldest daughter the solution to the Wizards.html is to edit line 19 as follows....PRE { border: 1px solid; max-width: 750px; word-wrap: break-word; background: #FDF5E6; padding: 0.5em; margin-top: 0in; margin-bottom: 0in; margin-left: 0.25in}
The additional part is "max-width: 750px; word-wrap: break-word;" and she suggests overflow auto (whatever that does)
The white background example boxes near the bottom were the culprits, stretching out the width.
Just tried it and it works for me.
Opps, I guess that was me.....
Moooerrrrr
EDIT: Also forgot to mention that the softimagemodtool launcher isn't disappearing when commented ;path in the bash.ini.
That was from the last batch implemented a while back. It looks for a .bat IIRC
Rachel Cafferty- Posts: 3442
- Joined: Thu Jun 22, 2006 1:48 am
Courtesy of my eldest daughter the solution to the Wizards.html is to edit line 19 as follows....PRE { border: 1px solid; max-width: 750px; word-wrap: break-word; background: #FDF5E6; padding: 0.5em; margin-top: 0in; margin-bottom: 0in; margin-left: 0.25in}
The additional part is "max-width: 750px; word-wrap: break-word;" and she suggests overflow auto (whatever that does)
The white background example boxes near the bottom were the culprits apparently, stretching out the width.
Just tried it and it works for me.
EDIT: Damn shoddy wireless connection...it took me like an hour to get back on to fix this post...
Anyway, added this fix to the svn
Rachel Tyson- Posts: 3434
- Joined: Sat Oct 07, 2006 4:42 pm
Just tried it and it works for me.
Tried it on IE 9 and got the same problem on the original and after applying yor sugggested changes![]()
Rachyroo- Posts: 3415
- Joined: Tue Jun 20, 2006 11:23 pm
Odd... Let me confirm a few things:
a - you have no python whatsoever installed?
b - if you don't have any python components installed, what version of windows are you running, and is UAC on/off?
c - what version of the MSVC redist do you have installed?
I just ask, because all of my tests wouldn't work at all, on a XP virtual machine, with MSVC 2008 SP1 installed. Maybe I can figure something out from your setup to fix mine? :shrug:
Indeed, the one you have selected there is SP1, and the one above it is the pre-SP1 version.
http://www.gamesas.com/index.php?/topic/1176905-relz-wrye-bash-thread-62/page__view__findpost__p__17397928
Haley Merkley- Posts: 3356
- Joined: Sat Jan 13, 2007 12:53 pm
IE 9
There's your problem.
Although IE 9 is a pretty good browser, considering its previous incarnations.I don't think it supports word-wrap though.That was a fail.
The posted fix doesn't work for me.tags are supposed to do exactly what they're doing though. They should probably be replaced by a scrolling...
Francesca- Posts: 3485
- Joined: Thu Jun 22, 2006 5:26 pm
Tried it on IE 9 and got the same problem on the original and after applying yor sugggested changes
Did some testing and this works on IE9...PRE { border: 1px solid; overflow: auto; width: 750px; word-wrap: break-word; background: #FDF5E6; padding: 0.5em; margin-top: 0in; margin-bottom: 0in; margin-left: 0.25in}
Edit:
The problem is the use of "max-width" rather than "width"
Noraima Vega- Posts: 3467
- Joined: Wed Jun 06, 2007 7:28 am
A little debate....
If someone is going to spend the time to make the documentation web compliant,
what should it be?
Wrye started it out with 3.
Should it be somewhere inbetween or HTML5?
Matt Fletcher- Posts: 3355
- Joined: Mon Sep 24, 2007 3:48 am
PRE { border: 1px solid; overflow: auto; width: 750px; word-wrap: break-word; background: #FDF5E6; padding: 0.5em; margin-top: 0in; margin-bottom: 0in; margin-left: 0.25in}
Edit:
The problem is the use of "max-width" rather than "width"
:thumbsup: That also works for me with Chrome ( or rather SRWare Iron - Same stuff)
luke trodden- Posts: 3445
- Joined: Sun Jun 24, 2007 12:48 am
A little debate....
If someone is going to spend the time to make the documentation web compliant,
what should it be?
Wrye started it out with 3.
Should it be somewhere inbetween or HTML5?
XHTML Strict would be best - it's widely supported by browsers, is semantically more similar to HTML5 than HTML4, and pretty recent. The new exciting stuff that HTML5 contains a lot of isn't really required for readmes, although the arbitrary elements are pretty neat.
I do use HTML5 myself for HTML documents though, simply because the header is really easy to remember. :biggrin:
Alexxxxxx- Posts: 3417
- Joined: Mon Jul 31, 2006 10:55 am
Bah, shoddy internet connection = fail
Took me like an hour to get back on to fix my previous post...
Sherry Speakman- Posts: 3487
- Joined: Fri Oct 20, 2006 1:00 pm
Bah, shoddy internet connection = fail
Took me like an hour to get back on to fix my previous post...
Found your edit - Line 688 in the current svn 919 reads ..
But max-width did not work for Surazals IE9, his ammendment (change max-width to width) plus the addition of overflow: auto; should work.
Just tried this....
Which works for chrome (just tested it), and presumeably also IE9 aswell as noted above.
Edit: Just realised I have IE9 also installed as of a few days ago :blush: - Used Open with IE9 - http://www.bild.me/bild.php?file=4489995Untitled.jpg
JESSE- Posts: 3404
- Joined: Mon Jul 16, 2007 4:55 am
Bah, shoddy internet connection = fail
Took me like an hour to get back on to fix my previous post...
Sometimes I get the same. Try this.
# Connected to the internet?# Tested with Python 2.5.4import osdef isSSL(): """ return true if there is a SSL (https) connection """ if (os.environ.get('SSL_PROTOCOL', '') != ''): return true else: return false if isSSL: print( "We have a SSL connection" )else: print( "No SSL connection" )
Solène We- Posts: 3470
- Joined: Tue Mar 27, 2007 7:04 am
Found your edit - Line 688 in the current svn 919 reads ..
But max-width did not work for Surazals IE9, his ammendment (change max-width to width) plus the addition of overflow: auto; should work.
Just tried this....
Which works for chrome (just tested it), and presumeably also IE9 aswell as noted above.
Edit: Just realised I have IE9 also installed as of a few days ago :blush: - Used Open with IE9 - http://www.bild.me/bild.php?file=4489995Untitled.jpg
Got it, and applied.
Thanks guys :thumbsup:Sometimes I get the same. Try this....
Not really sure how you think that will help TortoiseSVN or my browser...
Schel[Anne]FTL- Posts: 3384
- Joined: Thu Nov 16, 2006 6:53 pm
In BAIT, I got rid of headers entirely and created settings buttons, one on top for global BAIN settings (e.g. skip LOD by default) -- see http://oblivionworks.svn.sourceforge.net/viewvc/oblivionworks/Programs/Wrye%20Bash/experimental/bait/doc/gui_mockup.png, and one above the files tree for individual packages (e.g. skip LOD for just this package). A settings page might make sense for the global stuff, but package-specific stuff wouldn't really fit in there (unless we mirror the package tree there...).
would global BAIN settings go on this new settings page? or just the settings that are now set in the ini file (though changing most of those settings would require a WB restart). Overall, there really are a /lot/ of settings. would they really all fit on a page? maybe a 'settings tree' like what azureus/vuze bittorrent client uses? I do totally get how having all the settings in one place would be more usable, though, and let many users know about features they never knew existed.
stacy hamilton- Posts: 3354
- Joined: Fri Aug 25, 2006 10:03 am
In BAIT, I got rid of headers entirely and created settings buttons, one on top for global BAIN settings (e.g. skip LOD by default) -- see http://oblivionworks.svn.sourceforge.net/viewvc/oblivionworks/Programs/Wrye%20Bash/experimental/bait/doc/gui_mockup.png, and one above the files tree for individual packages (e.g. skip LOD for just this package). A settings page might make sense for the global stuff, but package-specific stuff wouldn't really fit in there (unless we mirror the package tree there...).
+1
Err, ahem, I do not want to spoil the fun but maybe this settings page is a bit out of character ? I mean there is a logic in just having to right click where you are to change a setting rather than go to a new page etc etc. And the ini is there to be able to change some advanced/tweaked once settings. Maybe an ini setting to enable this settings page ?
Don't get me wrong I am a bit conservative - I do admit that the ini thing is a little tiresome anyway.
IMHO the real priority (apart from Unicode and CBash) would be feature request http://sourceforge.net/tracker/?func=detail&aid=3127326&group_id=284958&atid=1207904 (collapsible markers and hide in place functionality) :whistling:
Probably BAIT will take care of those - any alpha out soon ? Eager to see the thing in action
Unrelated : would someone post a 1,2,3 thing to use the tortoise SVN with an existing Bash install ? I just want to be able to sync the mopy and data dirs with the repository.
Calum Campbell- Posts: 3574
- Joined: Tue Jul 10, 2007 7:55 am