6743764b48672

6743764b49d4b
5 Guests are here.
 

Topic: SS2 Blue Mod Manager
Page: « 1 ... 5 [6] 7 ... 22 »
Read 43308 times  

6743764b4a373bluemess

Re: Re: SS2 Blue Mod Manager
6743764b4a3bc
Yeah, the coloring might be slightly exaggerated :ninja:

For now I would go with Olfred's ordering (#, Name, Status, Type) as a default one, and white/light gray backgrounds.

6743764b4a479Primitive Primate

Re: Re: SS2 Blue Mod Manager
6743764b4a4cc
Sounds just about right to me

6743764b4a594bluemess

Re: Re: SS2 Blue Mod Manager
6743764b4a5e4
- Customizable column order.
- Dimmed background for inactive/paused mods.

[SS2BlueModManager_1.076_Dev.7z expired]
« Last Edit: 10. July 2014, 17:46:04 by bluemess »

6743764b4a67bYankee Clipper

Re: Re: SS2 Blue Mod Manager
6743764b4a6c9
Nice! My little dml mod is no longer unrecognized.

6743764b4a775bluemess

Re: Re: SS2 Blue Mod Manager
6743764b4a7c1
Hah, nice timing because just now I see there was a problem with DML only mod :) I've made some changes with how BMM recognizes mods, so it was kinda fixed by accident ;)
Re: Re: SS2 Blue Mod Manager
6743764b4ac21
- Customizable column order.
- Dimmed background for inactive/paused mods.
Whoohoo! Excellent work. :D

6743764b4acf1Primitive Primate

Re: Re: SS2 Blue Mod Manager
6743764b4ad47
But the biggest question remains. Does it allow unlimited length of words now? Instead of just 8 symbols or whatever it was?

6743764b4b03dYankee Clipper

Re: Re: SS2 Blue Mod Manager
6743764b4b09c
But the biggest question remains. Does it allow unlimited length of words now? Instead of just 8 symbols or whatever it was?

Are you talking about the length of the mod folder name? I think that was (is?) a 30 character limit. Some of Vurt's mods were going over the limit.

6743764b4b15ePrimitive Primate

Re: Re: SS2 Blue Mod Manager
6743764b4b1b1
30 sounds alot. I got warnings all over the board with Vurt's stuff. But those folders weren't over 30 symbols.

6743764b4b282Yankee Clipper

Re: Re: SS2 Blue Mod Manager
6743764b4b2d7
Vurt's SS2 Goo (Annelid Grub Pod [slimey version] v1.02)

That one is 56 characters. Of course, all you have to do is shorten the folder name. 30 characters is a lot to work with, so not much of a problem.

6743764b4b364Primitive Primate

Re: Re: SS2 Blue Mod Manager
6743764b4b3b1
Fair enough. I still don't get why there's a limit at all since we can resize the window of the manager to however we see fit

6743764b4b45dbluemess

Re: Re: SS2 Blue Mod Manager
6743764b4b4aa
Maximum mod's folder name length is 30 characters. This is NewDark's limit. If you set the name to anything longer that that, the mod will not work, it will be simply ignored. This is not BMM limitation, it just gives you a warning that it will not work.
Acknowledged by: Kolya

6743764b4b52aPrimitive Primate

Re: Re: SS2 Blue Mod Manager
6743764b4b576
Alright

6743764b4b613bluemess

Re: Re: SS2 Blue Mod Manager
6743764b4b65f
Improved column auto-sizing, which worked especially bad on WinXP.

[SS2BlueModManager_1.077_Dev.7z expired]
« Last Edit: 11. July 2014, 18:56:19 by bluemess »

6743764b4b725Yankee Clipper

Re: Re: SS2 Blue Mod Manager
6743764b4b770
Even better than the last one. :)

If you are of a mind to, one other thing that could be tweaked is the ability to size the columns. If you mouse over the little separator in the column header, the icon changes to what is normally is used to shift the width of the column. But with your program, it doesn't let you move the separator.

6743764b4b85fbluemess

Re: Re: SS2 Blue Mod Manager
6743764b4b8ab
Yes, the column resize cursor gives a false impression that the column can be resized. I've tried to disable it, but gave up - no easy way to do it in wxWidgets.

Resizing is locked, and columns are auto-sized depending on the content. I thought that's better than micromanaging columns widths. Columns texts are short and don't vary that much, and "Name" column always takes all available width on the list, so you can adjust that one by changing BMM window size. I could add an option to disable auto-resizing, but is it really necessary? I think it's best to keep it simple.
« Last Edit: 10. July 2014, 21:21:08 by bluemess »
Re: Re: SS2 Blue Mod Manager
6743764b4be35
Yes, the column resize cursor gives a false impression that the column can be resized. I've tried to disable it, but gave up - no easy way to do it in wxWidgets.
My guess is that you don't disable the mouse cursor change, but instead make it go change to the standard cursor on mouseover.
Since on the widget for the columns it's kinda like rooted inside for go to resize icon.

6743764b4bf56bluemess

Re: Re: SS2 Blue Mod Manager
6743764b4bfa8
I know that you can block it with WinAPI, but it would probably require going overboard and messing with wxWidgets source. List header is kinda separate control of its own attached to the list (at least that's what I figured). wxWidgets doesn't really give any means to mess with it. It doesn't send mouse over or any other header events, it's invisible from wxWidgets interface. Probably doable with some tricks, but I didn't figure it out, and didn't want to spend too much time on it.
Re: Re: SS2 Blue Mod Manager
6743764b4c08e
I think it's perfectly fine as is.

6743764b4c11dbluemess

Re: Re: SS2 Blue Mod Manager
6743764b4c169
Release 1.08

- Changes as listed with previous dev builds.

6743764b4c22aPrimitive Primate

Re: Re: SS2 Blue Mod Manager
6743764b4c276
Love it

6743764b4c558Yankee Clipper

Re: Re: SS2 Blue Mod Manager
6743764b4c5b8
Yes, the column resize cursor gives a false impression that the column can be resized. I've tried to disable it, but gave up - no easy way to do it in wxWidgets.

Resizing is locked, and columns are auto-sized depending on the content. I thought that's better than micromanaging columns widths. Columns texts are short and don't vary that much, and "Name" column always takes all available width on the list, so you can adjust that one by changing BMM window size. I could add an option to disable auto-resizing, but is it really necessary? I think it's best to keep it simple.

Ha!
I wanted to resize the column and then resize the app to match my perfectly sized columns. All along, I should have just resized the app and the column would have followed. 1 easy step to do it all. :)

6743764b4c65ebluemess

Re: Re: SS2 Blue Mod Manager
6743764b4c6b4
Release 1.09

- Small fix.

6743764b4c868System Shocked

Re: Re: SS2 Blue Mod Manager
6743764b4c8be
Release 1.09
- Small fix.

What? What?! What?!!...  XD

Thanks for your ongoing updates.

Your name:
This box must be left blank:

How can you challenge a perfect, immortal ____? (Fill in the missing word):
5 Guests are here.
You get a little mixed up reading all the junk being passed around.
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
6743764b4d45d