Search found 8 matches

by meticulo
Mon Mar 03, 2014 3:17 am
Forum: Development of Ren'Py
Topic: BUG with text_overflow.txt triggering on xmaximum
Replies: 9
Views: 1901

Re: BUG with text_overflow.txt triggering on xmaximum

it appears that the '\u200b' character is always visible, there is no way to hide it right?
by meticulo
Mon Mar 03, 2014 12:09 am
Forum: Development of Ren'Py
Topic: BUG with text_overflow.txt triggering on xmaximum
Replies: 9
Views: 1901

Re: BUG with text_overflow.txt triggering on xmaximum

How would i add the character successfully on every character stroke? I tried what is below and it did not work. init python: def keystrokesound(nothing): newstr = nothing + '\u200b' renpy.sound.play("typewriter.wav") return newstr screen input: input id "input" area (0.20,0.2,900,800) color "#00000...
by meticulo
Sun Mar 02, 2014 6:45 pm
Forum: Development of Ren'Py
Topic: BUG with text_overflow.txt triggering on xmaximum
Replies: 9
Views: 1901

Re: BUG with text_overflow.txt triggering on xmaximum

So i created code to insert a whitespace every 23 characters, however, the solution is fairly buggy as it can break a word mid sentence. I need to figure out a way to insert a line space with the user input character is at the x limit and then insert a new line. Any ideas?
by meticulo
Sat Mar 01, 2014 8:26 pm
Forum: Development of Ren'Py
Topic: BUG with text_overflow.txt triggering on xmaximum
Replies: 9
Views: 1901

Re: BUG with text_overflow.txt triggering on xmaximum

I am still running into this issue on the latest build, or maybe I just configured things improperly. I modified the renpy input like this: ############################################################################## # Input # # Screen that's used to display renpy.input() # http://www.renpy.org/do...
by meticulo
Thu Feb 27, 2014 4:42 pm
Forum: General Discussion
Topic: Kiosk Mode in game?
Replies: 2
Views: 1085

Kiosk Mode in game?

I need to prevent the user from exiting out of the app on a windows machine, overriding ctrl+alt+delete and alt+tab, any suggestions or easy solutions recommended?
by meticulo
Thu Feb 27, 2014 4:41 pm
Forum: Development of Ren'Py
Topic: Kiosk Mode
Replies: 2
Views: 616

Kiosk Mode

I need to prevent the user from exiting out of the app on a windows machine, overriding ctrl+alt+delete and alt+tab, any suggestions to easy solutions recommended?
by meticulo
Fri Feb 14, 2014 6:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Need Help with screenshots
Replies: 1
Views: 614

Need Help with screenshots

Hey Ren’Py Community, I am trying to use a common python module in windows to take screenshots, PIL or Python Imaging Library . Basically, you call PIl.ImageGrabber.grab() to take a screenshot. Now when I take a screenshot with ren’py in windowed mode, it successfully takes a screenshot. However, wh...
by meticulo
Fri Feb 14, 2014 5:09 pm
Forum: Development of Ren'Py
Topic: Screenshots in Ren'py
Replies: 5
Views: 6910

Screenshots in Ren'py

Hey Ren’Py Community, I am trying to use a common python module in windows to take screenshots, PIL or Python Imaging Library . Basically, you call PIl.ImageGrabber.grab() to take a screenshot. Now when I take a screenshot with ren’py in windowed mode, it successfully takes a screenshot. However, wh...