Shoes3 / exe-shoes

Create custom exe's that hide Shoes
5 stars 1 forks source link

alt-slash (console) hangs #2

Open ccoupe opened 8 years ago

ccoupe commented 8 years ago

Bringing up the Shoes console with an alt-slash in the packaged app hangs the app. Odds are high my min-shoes.rb isn't quite right.

dredknight commented 7 years ago

Is it be possible to remove all shortcuts for the mini shoes? This is not meant for debugging purposes but to be the mini-est possible version and to be hidden from the user.

ccoupe commented 7 years ago

just modify min-shoes.rb to not open the log window. Now, passing that as an argument might be tricky, but min-shoes.rb is meant to be understood and tailored for the developer's particular needs.

dredknight commented 7 years ago

Thank you @ccoupe. I have not yet seen what is there in mini-shoes so this is a good moment to see :).

dredknight commented 7 years ago

I would have to pass on this one as mini-shoes content offers a bunch of methods and classes I dont comprehend how they work. Anyways I will leave this for later. There are more relevant stuff to do :).

ccoupe commented 7 years ago

Yes, its make little sense, even to me. min-shoes is responding to events and one of them is the translated call to show the console/log Notice look at how it traps the irb key and does nothing.

dredknight commented 6 years ago

This issue can be closed as it occurs no more!