Jump to content

Recommended Posts

Posted (edited)

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
Posted

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!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Posted

Practical and nicely done!

I would have given a more explicit name as DragLaunchBar Posted Image

and as said UEZ a vertical bar would be a +

I walked on your site and found ColorText v0.2 ; Is there an english version ? Posted Image

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

Posted

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!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Posted

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

Posted

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

Posted

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

Posted (edited)

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

Posted

@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

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
  • Recently Browsing   0 members

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