dredknight

Results 63 comments of dredknight

After reading this thread I am so confused.... [is it going to be a tiny shoes lying inches from my grasp or mega shoes the size of a house miles...

btw, the better shoes gets the more things I will be able to put in my app. Currently it is used by some 800+ people, from which I have active...

Scrolling is working on my app: ![image](https://user-images.githubusercontent.com/12410314/57524485-9233bf00-7330-11e9-9633-2fc663ac0081.png)

Ah, that is an old problem indeed - you can even see that it happens on my image above.

I see. As you are busy with other more important Shoes stuff I believe I can give this a try. Any idea contributions are welcome! First I will need some...

Good than this is what I will be aiming for.

Question. the ytm.YAML file has a place to enter Gems and Exts. Actually what is Exts and what is the difference between them and Gems? Also is there a place...

Functionality is almost ready. What is left out is app_png, gems and exts. ```Ruby Shoes.app(title: "Package app in exe", width: 500, height: 600, resizable: false ) do PWD = Dir.pwd...

Thanks I believe that second option will be great! what about the many-choice variables like this: ```Ruby include_exts: - ftsearch - chipmunk include_gems: - sqlite3 - nokogiri-1.6.7.1-x86-mingw32 - ffi-1.9.10-x86-mingw32 -...

Found it ! ```Ruby ytmmm = { "some_main_section" => { "some_element" => [ "@dredknight was here", "qweqeq" ], "some_other_element" => "@cecil was here" } } ```