Jump to content

ButtonBar


AZJIO
 Share

Recommended Posts

ButtonBar v0.7.6 (En, Ru)

Drag the shortcut or file or folder on the toolbar. Button appears on the panel and saved in ButtonBar.ini. The left side of the panel is intended to drag the panel and has a context menu with "Exit", "always on top." It supports all file formats, folder (with support for icons). If the icon does not match, then remove the "-" symbol before the number of icons

screenshot

a6b76f6c1779.png

 

ButtonBar.7z (sources + EXE)

Edited by AZJIO
Link to comment
Share on other sites

I like the idea! Well done!

If you can adjust the calculation of the About window, because when ButtonBar is in a corner the About window will be out of the screen partly. :)

Br,

UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Link to comment
Share on other sites

It is fixed only for left upper corner :)

Btw, can you extend the buttonBar on vertical line?

Br,

UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Link to comment
Share on other sites

Great!

If you can implement delete the icons with e.g. rmb instead of modifying the ini file, would be great.

Also resize able icons would be a nice feature.

Br,

UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Link to comment
Share on other sites

I have a problem with buttonbar because when i launch an external program, the file instead of beeing create in the working directory of the programm launch ed are created in the working directory of Buttonbar.exe. What have i to do to correct that.

Thanks in advance

Link to comment
Share on other sites

I have no problems!

Fixed (Folder shortcuts)

I will search by my side...Posted Image

it doesn't exclude duplicates links and you should corrected the line 503

$aEXE[$d][5] = GUICtrlCreateMenuitem("Óäàëèòü",$aEXE[$d][4]) by $aEXE[$d][5] = GUICtrlCreateMenuitem($LngDel,$aEXE[$d][4])

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

Thanks for your ButtonBar

I have another problem

I use ButtonBar on an usb key

and sometime the lettrer of the usb key si d:\ and sometime f:\ or g:\

How can i modify button not to be depend from the letter of the usb key

example

[0]

exe=d:\MIGRATION\Importfilbanque\IMPORTFILBANQUE.exe

ico=d:\MIGRATION\Importfilbanque\IMPORTFILBANQUE.exe

and if i modify it

[0]

exe=\MIGRATION\Importfilbanque\IMPORTFILBANQUE.exe

ico=\MIGRATION\Importfilbanque\IMPORTFILBANQUE.exe

It doesn't find the files.

Thanks in advance

Link to comment
Share on other sites

I resolved my links problem !

for some path ( not all and with or without space), shellexecute doesn't open folder with the good prog, maybe an association problem.

So i replace :

ShellExecute ( $aEXE[$i][1] , $aEXE[$i][2], $aEXE[$i][3] )

by

ShellExecute ( FileGetShortName ( $aEXE[$i][1] ), $aEXE[$i][2], $aEXE[$i][3] )

And it works well for all types ! Posted Image

Edited by wakillon

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

@AZJIO

Very useful and handy - thank you.

I have two suggestions - enhancement (I am not sure if possible to implement them an easy way).

1. A context menu for each button to have a possibility to change the icon,

if there is a problem with loading the new icon, the default one would be displayed.

2. Possibility to change the order (sequence) of a button in the ButtonBar.

ian

Link to comment
Share on other sites

Your post is empty Edited by iEvKI3gv9Wrkd41u

"Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions."
"The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014)

"Believing what you know ain't so" ...

Knock Knock ...
 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...