Zedna Posted December 8, 2011 Share Posted December 8, 2011 If you guys see pages that do not match the new theme then please list them. Unfortunately the documentation isn't as... elegant as it could be with regards to web technology (Lots of styles are hard-coded). We need some help spotting all these pages so if you see one please tell us where it is.I think these are all "top level" pages which are not in submenu in help index Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
AZJIO Posted December 8, 2011 Share Posted December 8, 2011 (edited) The string "Function Reference" is better as annoying blueFont names function better, but not so largeDescription of functions - ideallyThe orange color "Parameters" - okay.Many space. No pages will not fit on the screen. Every page needs to scroll the text.The red color in the examples are too bright. The font is too small in the examples. By the way, I like the font Arial (sans serif).It would be nice to duplicate the button "Open this Script" in the beginning, not to scroll the text (example) Edited December 8, 2011 by AZJIO My other projects or all Link to comment Share on other sites More sharing options...
Skitty Posted December 8, 2011 Share Posted December 8, 2011 Everything is real nice, certainly an improvement, but If I would have done them, I would have done a little different on color. Link to comment Share on other sites More sharing options...
matwachich Posted December 8, 2011 Share Posted December 8, 2011 Really... It's not that this style is bad, but I prefer the old style. Too big, too unecessary scroll... Link to comment Share on other sites More sharing options...
FaridAgl Posted December 8, 2011 Share Posted December 8, 2011 What's wrong with scrolling? Is it really hard to drag your finger over the mouse scroll? In my opinion the new style is relay nice, i like it and i feel good while reading the help file in new style. It speak with me in some ways! http://faridaghili.ir Link to comment Share on other sites More sharing options...
Valik Posted December 8, 2011 Author Share Posted December 8, 2011 (edited) What's wrong with scrolling? Is it really hard to drag your finger over the mouse scroll?What we're learning are several things:A lot of people don't use high resolutions orA lot of people don't have the window maximized andPeople do not have a scroll wheel.People do not use a scroll wheel.People do not have their scroll wheel configured correctly.People are resistant to change.Very enlightening subject. Edited December 8, 2011 by Valik Link to comment Share on other sites More sharing options...
Zedna Posted December 8, 2011 Share Posted December 8, 2011 What we're learning are several things:People are resistant to change.Very enlightening subject.I have no problems with change but only in case when it's change to better one.I still don't like new style. Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
wraithdu Posted December 8, 2011 Share Posted December 8, 2011 Everything I work on is high resI love my scroll wheelChiral scrolling on laptop trackpads is awesomeMy eyes are thankful for the larger fonts, coloring, and spacing. I hope the new style makes the stable release. Link to comment Share on other sites More sharing options...
FaridAgl Posted December 8, 2011 Share Posted December 8, 2011 A lot of people don't use high resolutions or = 1440x900 for meA lot of people don't have the window maximized and = I will never read even a single word of help file if the window is not maximizedPeople do not have a scroll wheel.= sad for them, once they try a scroll wheel they will love it.People do not use a scroll wheel. = Try to learn using it.People do not have their scroll wheel configured correctly. = Just configure it.People are resistant to change. = Changes are welcomed and required for grow. http://faridaghili.ir Link to comment Share on other sites More sharing options...
Valik Posted December 8, 2011 Author Share Posted December 8, 2011 I am not sure why you felt the need to reply to my post like that. I get the impression you didn't really understand the point of my post. Link to comment Share on other sites More sharing options...
AZJIO Posted December 9, 2011 Share Posted December 9, 2011 (edited) Instead of tagging<br> or <p>&nbsp;</p> better to use padding (margin) in css. This simplifies the editing of one file, but not all.Some html- files contain a different way to color.rgb(51, 0, 153) (clsid.htm) rgb(0, 0, 153) rgb(255, 255, 153) (ascii.htm, fonts.htm) rgb(255, 255, 255) #000099 (64-bit_support.htm, etc) #000066 (GUIRef.htm, lang_datatypes.htm)To make it easier to make a change of style, you need to do the same type in allnew_test.7z - (11KB) edited default.css, Assign.htm, GuiStyles.htmpage "Standard Windows Fonts" link is not visibleOn the toolbar button does not work "Font", if the font is specified constantsfont-size:16px; <font size="+3">Assign</font>Where can discuss the modernization of the examples in AutoIt3.chm? For a better demonstration of the functions and properties. Edited December 9, 2011 by AZJIO My other projects or all Link to comment Share on other sites More sharing options...
Valik Posted December 11, 2011 Author Share Posted December 11, 2011 I made the following list of changes this style needs to be improved:Reduce the size of the function/keyword name slightly.Reduce the amount of whitespace between sections slightly. Not a significant amount, just a little bit. People were talking about an extra bit of padding left-over from the old theme, try removing that.Increase the font in examples slightly.The font used on the Introduction/Installation/FAQ (and similar) pages is just slightly too big so it should be reduced a little bit.From that list the only one trancexx was willing to do was this one:Reduce the amount of whitespace between sections slightly. Not a significant amount, just a little bit. People were talking about an extra bit of padding left-over from the old theme, try removing that.She refuses to make any of the other required changes - all of which are minor. If you wish for this visual style (with the mentioned changes) to be in the next beta then speak now. Convince her that she is wrong and the visual style is not perfect and needs the listed adjustments. Otherwise the visual style will be removed and we stick with the same look we've had for years.She won't listen to me, maybe she'll listen to the community instead. Link to comment Share on other sites More sharing options...
trancexx Posted December 11, 2011 Share Posted December 11, 2011 (edited) Valik, the font for other pages is reduced.edit: and padding people talked about is removed too. You are confusing me now. Edited December 11, 2011 by trancexx ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Valik Posted December 11, 2011 Author Share Posted December 11, 2011 Valik, the font for pages is reduced.Oh, so you're being obstinate for even less reason than I realized? What the fuck.Alright, so she reduced the text in most places, too. So we may lose this theme over the function name being too large and the example font being too small. /facepalm Link to comment Share on other sites More sharing options...
Valik Posted December 11, 2011 Author Share Posted December 11, 2011 (edited) Actually, it's not even that the function name is too large, it's too much whitespace at the top because we have "Function Reference" then a big whitespace then "Abs" then more whitespace. The problem could be solved by changing it to the MSDN style of using "<name> <type>". For Abs it would "Abs Function" with the removal of the "Function reference" line entirely. Keywords would be listed as such and so forth. The font size would not need to change then. Edited December 11, 2011 by Valik Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted December 11, 2011 Moderators Share Posted December 11, 2011 Valik,•Reduce the size of the function/keyword name slightly.•Reduce the amount of whitespace between sections slightly. Not a significant amount, just a little bit. People were talking about an extra bit of padding left-over from the old theme, try removing that.•Increase the font in examples slightly.•The font used on the Introduction/Installation/FAQ (and similar) pages is just slightly too big so it should be reduced a little bit.If you wish for this visual style (with the mentioned changes) to be in the next beta then speak now.Speaking! The problem could be solved by changing it to the MSDN style of using "<name> <type>"I would prefer the existing layout, but if the other changes are implemented I could easily live with this. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Zedna Posted December 11, 2011 Share Posted December 11, 2011 She refuses to make any of the other required changes - all of which are minor. If you wish for this visual style (with the mentioned changes) to be in the next beta then speak now. Convince her that she is wrong and the visual style is not perfect and needs the listed adjustments. Otherwise the visual style will be removed and we stick with the same look we've had for years.If this is offer for voting then I vote for old style which is far better for me. New one is very bad. Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Valik Posted December 11, 2011 Author Share Posted December 11, 2011 (edited) I don't like how the example script highlighting no longer matches the default highlighting in SciTE4AutoIt3.This is a valid point to an extent. I have no vested interest either way in this fight. I would suggest changing SciTE4AutoIt3 but that will cause backlash by people so it may be best to use the same colors by reverting the documentation. Consistency is important.If this is offer for voting then I vote for old style which is far better for me. New one is very bad.This is not a vote per-se. The theme stays or goes for mostly bureaucratic reasons rather than aesthetic reasons. Your dislike puts you in the minority of those who have been vocal anyway. Edited December 11, 2011 by Valik Link to comment Share on other sites More sharing options...
Developers Jos Posted December 11, 2011 Developers Share Posted December 11, 2011 This is a valid point to an extent. I have no vested interest either way in this fight. I would suggest changing SciTE4AutoIt3 but that will cause backlash by people so it may be best to use the same colors by reverting the documentation. Consistency is important.I have no issue to support any new default color scheme we come up with.Everybody can make their own setup with SciteConfig and I can easily delver the current color scheme as the Legacy scheme in the installer. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
trancexx Posted December 11, 2011 Share Posted December 11, 2011 (edited) The size of font for examples is not small. The size of it is 11px to match the size of the font used for the rest of the page (because they are different type of fonts they are rendered differently; Courier New generally takes more space than Segoe UI).This size could have been 12px but for some reason inside chm that 1px makes bigger difference than it would be expected (making the font much skinnier, to my experience). Or someone mean even bigger font? That would break the style totally.Also the new font is rendered bigger than the old one within other browsers than IE for online documentation.White space is constructive element of new style. It does not distract attention from content, it serves it. Amount of white space around function name is like that not to visually differ from amount of it used for sections separations.White space causing the scrolling action can't be argument against the style. That's insane.I need explanation from someone why the amount of used white space is bad except that it makes less information available per square meter causing the unnecessary scrolling. I'll listen to that.edit:I have to say this... If no one choose to support the new style I will be forced to revert everything. I was just about to do that when I saw new replies in this thread. It's your choice. Be silent and lose changes. My options were made very clear. Edited December 11, 2011 by trancexx ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now