[help] How can I add buttons to styler toolbar??

Hi,

I wanted to add some buttons to a Styler toolbar, I wanted to add e.g. "Folder Options" button but I don't know how to.

I've tried editing the toolbar.ini file but to no effect. I have the graphics for a new button, but don't know what command should I write in the "ini" file

Please help

#310879

you cant!:P

ask sumumu for that!

#310880

You could probably edit something there.

Try looking in the .ini file.

#310905

yep edit the .ini file in the styler toolbar theme...

#310943

I know it should be done by editing the .ini file, I can move the existing buttons, change graphics, but can't add any new functions for I don't know what command to use. Is there any tutorial??

#310952

Here's the button type list from Styler's website:

Internet Explorer

back, forward, stop, refresh, home, search, favorites, history, print, zoom-, zoom+, option

(added InternetOption for Styler 1.34 or newer)

Explorer

back, forward, up, search, folders, thumbnails, tile, icon, list, details, option

(added FolderOption, NewFolder for Styler 1.34 or newer)

Hope this helps :P

#310968

Thanks, that was what I needed. Now everything works perfectly.

#311054

No problem at all :)

#311077

hi.

is it possible to add an favorites button in the explorer menu, or not.

thx in advance

#333520

Hey guys, what is the command to add the "delete" button to styler toobar? Any suggestions is appreciated :)

#341632

you can't add the delete or favorites button

#343091

Thanks for the reply c_l_d_j. I really hope it will be implemented in future version ;)

#343270

i'm reviving this thread, because i can't seem to find any official tutorial on how to make toolbars for styler.. can someone post one? and is there a changelog available?

thanks.

#393250

Okay, I've been grubbing about the net looking for a tutorial on this too. It seems to have many more features than are used in most Themes. Here's where I am. With a little reverse engineering of existing Theme files and the StylerTB.dll:- o The main .ini file should contain two sections, [iE] and [Explorer]. o What goes in which section doesn't seem to be noted by the DLL, but one section is displayed when viewing Web based content, and the other when viewing your local/network drives and folders. o Each line of the .ini (except the sections in square braces) should follow Variable = Value as normal, however most values are actually three values in Styler Toolbar .ini seperated by a comma "," o Values are typically, Name of image file , Left Offset, Top Offset o Exceptions are the colour values where the format is red, green, blue. And the Margins values which contain 2 to 4 limits to a bounding box for edit fields and such. o And additional [info] section should be added to the end, containing Author, URL and email values. Example Button Line :- NewFolder=New.png,123,7 Example Colour line:- addressEditBkgColor=255,255,255 Example Margin Line:- addressEditMergins=27,12,9,7 I have dug the following value keywords out of the StylerTB.dll:- o back o forward o stop o refresh o home o favorites o print o zoom - o zoom + o StylerEB o option o InternetOption o SearchOption o addressEdit o searchEdit o bkg o back o forward o up o search o folders o thumbnails o title o icon o list o details o StylerEB o Option o FolderOption o NewFolder o addressEdit o searchEdit o bkg My StylerTB.dll is version tagged as 1.1.8.0, my Styler version is 1.19 so YMMV. Also note that some keywords are noted more than once, and I couldn't find any of the colour or margins keywords in there, however they definatly do work. There are keywords for View Icons As options which I do not see in Vista style Styler Toolbars, so I guess these people didn't know they existed, and there is also a NewFolder keyword for the person who enquired about it earlier in this thread. I have not yet attempted to create a theme using all these keywords, but that would be ideal if anyone wants to have a go, as we could then use that as a template for making other themes. Anyway I hope this information helps others, and that others may find out more and report back sharing what they know as I have. AFAIK Styler Toolbar developement has ceased. RIP. However it is still a fantastic program. If I knew how to develop COM toolbars and integrate them with Explorer I'd look at creating an OpenSource equivelent without the fluff of Window Shadows and such, as this is definatly a good thing to have, that many people want, and if we could designe our own we wouldn't turn to Google, Yahoo or Searchnow or whatever and become infested with spyware and trojans. ;) Power to the people. Keep up the good work guys.

#425344

Okay, why is it every time I post on here, every single new line is removed from my post. :( Also none of the formatting buttons on the post area work, if a moderator can format that last post I would appreciate it. Theres good stuff there, but it's illegable as it is. :( I kept an RTF cut and pasted from the post before I hit submit, and will gladly mail it if you want. lol

#425345

Great post from bobsibol.

Does anyone have any idea how to get the addressEditBkgColor to be transparent or replace the color with an image. I have tried several different strings trying to get it to change for me with no luck.

I know how to change the color. What I need to do is make the color go away or be able to replace the color with a bkg image.

Any help on this would be reaslly appreciated.

Thank.

P.S. - If anyone has actually made a styler with all of the images posted by bobsibol can you pass the link along. or PM me. Thanks again.

P.P.S. - Also, idoes anyone know a way to change the font in the addressEdit strings? I need to change the font just for the addressbar.

#440397

Okay, why is it every time I post on here, every single new line is removed from my post. :( Also none of the formatting buttons on the post area work, if a moderator can format that last post I would appreciate it. Theres good stuff there, but it's illegable as it is. :( I kept an RTF cut and pasted from the post before I hit submit, and will gladly mail it if you want. lol

Send it to nc@aqua-soft.org if you're still around, and I'll take care of it for you.

-NC

#440441

I have figured out how to make the background color transparent in the addressbar, It took some doing but I did it.

For anybody else that needs to do this for special cases here's the code to put into the ini:

adressEditBkgTransparent=100

Have fun. :)

#440764