Tobias

Results 81 comments of Tobias

Cool! I will try to get it to it within the next days :)

Will post once I have some updates, right now I am pretty busy with other stuff ..

What gpu do you have? It looks like either your driver is outdated, or your gpu is too old

@braian87b sure, just write me an email. You can find it in the readme :)

Feel free to make a PR! :)

Hi, "100%" means full width, so it automatically fits the width to the parents width. Or what do you mean?

It should work as intented, could you give me an example where this does not work?

Hi, first of all, sorry for the super late response. can you try changing line 15 and 16 of Builtin/LUISpriteButton.py to: self.width = self._button_sprite.width self.height = self._button_sprite.height

Hi, cool! Is this still compatible with python 2 ?

Right now there are only select boxes. Listboxes seem useful, although I don't know when I'd find some time to implement them. Unfortunately there is not much documentation about adding...