vaca icon indicating copy to clipboard operation
vaca copied to clipboard

toolbar feature

Open webroot opened this issue 9 years ago • 2 comments

Hi dacap,

I am using Vaca framework for my windows app, so far i found no difficulty using vaca gui system, but now i have to add a toolbar menu with images in my app window, i saw that all Vaca's toolbar examples are commented out in vaca/examples directory, i tried to use toolbar object but did not succeed, does Vaca currently support windows toolbar feature? or do you recommend any other next efficient way that i can follow.

thanks much

webroot avatar Sep 15 '14 05:09 webroot

Hi @webroot, some time ago I was working in a big refactor of toolbars resize logic (mainly after this commit c71ead8d94435954f1d35e83d60ab122cd396029). Anyway I've never finished that refactor, and the current state is quite unstable. I think that you could take a previous version of Vaca before that specific commit, and toolbars should work. Anyway I was hoping to upload the refactor in some near future.

dacap avatar Sep 17 '14 03:09 dacap

thanks David,

i have figured it out that, using ToolSet class i can create a toolbar.i just had to set setRows = 1 after adding all buttons

On Wed, Sep 17, 2014 at 9:03 AM, David Capello [email protected] wrote:

Hi @webroot https://github.com/webroot, some time ago I was working in a big refactor of toolbars resize logic (mainly after this commit c71ead8 https://github.com/dacap/vaca/commit/c71ead8d94435954f1d35e83d60ab122cd396029). Anyway I've never finished that refactor, and the current state is quite unstable. I think that you could take a previous version of Vaca before that specific commit, and toolbars should work. Anyway I was hoping to upload the refactor in some near future.

Reply to this email directly or view it on GitHub https://github.com/dacap/vaca/issues/1#issuecomment-55844958.

Regards Abhishek Kaushik

webroot avatar Sep 17 '14 03:09 webroot