Search found 37 matches

by Sirin
Fri Apr 28, 2017 9:52 am
Forum: Ren'Py Questions and Announcements
Topic: [Question] How to get position&size of image in screen?
Replies: 3
Views: 1020

Re: [Question] How to get position&size of image in screen?

Alex wrote:Try to set the "layer" property to "screens" - https://www.renpy.org/doc/html/displayi ... age_bounds
I tried and unfortunely that can't solve it "renpy.get_image_bounds" still return None no matter what...
by Sirin
Thu Apr 27, 2017 10:30 am
Forum: Ren'Py Questions and Announcements
Topic: [Question] How to get position&size of image in screen?
Replies: 3
Views: 1020

[Question] How to get position&size of image in screen?

I've one question about "How to get position & size of image that show in the screen" normally "renpy.get_image_bounds" can solve this problem if the image show in label block but not in screen. Is there a way that can get position and size while that image show via screen la...
by Sirin
Wed Feb 08, 2017 9:02 am
Forum: Ren'Py Questions and Announcements
Topic: Scrollable item list in moblie platform?
Replies: 2
Views: 466

Re: Scrollable item list in moblie platform?

Scroll buttons? Maybe some alternate thing like longpress to activate the buttons? Spacing between items? Yes! Scroll button! that's it. I see this in almost every mobile game.So,I want to do it either! but I want to keep alternate for show Item detail(or mission details) and Spacing has a very hig...
by Sirin
Tue Feb 07, 2017 11:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Scrollable item list in moblie platform?
Replies: 2
Views: 466

Scrollable item list in moblie platform?

I want to create a scrollable item list that run on tablet or mobile platform and I got stuck with it. this is what I code in the item list screen screen itemShow: viewport : draggable True #scrollbars 'vertical' #<----I don't want to show scrollbars either when run in mobile platform.so,I take it o...
by Sirin
Mon Jun 16, 2014 1:59 am
Forum: Development of Ren'Py
Topic: [BUG]? Viewport on Android device.+Add video clip Transition
Replies: 7
Views: 1825

Re: [BUG]? Viewport on Android's device.

Sorry for my late. This is video clip record about Transition's problem that I was found with Viewport on Android's device. NydGUhudosw As you can see,when I first start the game I set Transition in and out after dialoge "test show statement" and the other. I suppore to use it for change t...
by Sirin
Sun Jun 15, 2014 9:03 pm
Forum: Development of Ren'Py
Topic: [BUG]? Viewport on Android device.+Add video clip Transition
Replies: 7
Views: 1825

Re: [BUG]? Viewport on Android's device.

Thank you so much Pytom.^_^

Oh!...I almost forgot,in this topic http://lemmasoft.renai.us/forums/viewto ... =8&t=27027
I think "Transition" maybe a bug on Android also.(I'll upload video clip about this problem here soon.)

And Thank you again for your big help.
by Sirin
Sun Jun 15, 2014 1:32 pm
Forum: Development of Ren'Py
Topic: [BUG]? Viewport on Android device.+Add video clip Transition
Replies: 7
Views: 1825

Re: [BUG]? Viewport on Android's device.

I have a bad news Pytom, it still the same. TTwTT Here is my code after adjust. label start : python : ui.viewport(area=(1,1,1000,600),draggable=True)) ui.fixed(area=(0,0,2000,1000)) ui.add('character',pos=(700,300)) ui.close() # This button for end this viewport. ui.textbutton('test',clicked=ui.ret...
by Sirin
Sun Jun 15, 2014 12:01 pm
Forum: Development of Ren'Py
Topic: [BUG]? Viewport on Android device.+Add video clip Transition
Replies: 7
Views: 1825

Re: [BUG]? Viewport on Android's device.

Thank for your reply Pytom.

But I try reduce viewport's size smaller than the screen like your advise(my project screen size is 1280x720).

I adjust viewport's area from (0,0,1280,720) to (0,0,1000,600) and result still the same either.
by Sirin
Sun Jun 15, 2014 2:58 am
Forum: Development of Ren'Py
Topic: [BUG]? Viewport on Android device.+Add video clip Transition
Replies: 7
Views: 1825

[BUG]? Viewport on Android device.+Add video clip Transition

From this topic >>> http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=27027 here is video clip that I record while testing on Samsung Tab3 10.1", Please see what happen while I'm dragging screen.viewport spring back every time and didn't stay at position I want. XHAPHK5Y1_E and this is y...
by Sirin
Sat Jun 14, 2014 2:31 am
Forum: Ren'Py Questions and Announcements
Topic: Transition and Viewport didn't operate properly on Android.
Replies: 1
Views: 672

Transition and Viewport didn't operate properly on Android.

Hi Everyone,I've a problem about Transition when I port my project to Android's device. While I run my project on PC(and Android emulator) that nothing strange happened and especially with "Transition" was operate perfectly.(I'm very happy because of my previous past alway confront with so...
by Sirin
Thu Mar 20, 2014 9:13 am
Forum: Ren'Py Questions and Announcements
Topic: Lag in ATL transform script ,please help me.[Solve]
Replies: 14
Views: 2110

Re: Lag in ATL transform script ,please help me.

Sorry for my late. There is no delay that I could see even with software rendering. Oh!! Thank Xela. That mean I don't worry about player's pc ,smartphone or anything else they have. :D Firstly, better not to use ren'py.free_memory. It reinforces whole caching process. Secondly, put renpy.predict ou...
by Sirin
Wed Mar 19, 2014 8:54 am
Forum: Ren'Py Questions and Announcements
Topic: Lag in ATL transform script ,please help me.[Solve]
Replies: 14
Views: 2110

Re: Lag in ATL script ,please help me.

This's cap screen Image_load_log while I was testing Transform statement. It has only one displayable and transparent_tile(default screen of renpy). I'm worry about it if lag occur with merely few displayable(and if I add lot of displayable in full version I don't want to think what will happen :( )...
by Sirin
Wed Mar 19, 2014 12:36 am
Forum: Ren'Py Questions and Announcements
Topic: Lag in ATL transform script ,please help me.[Solve]
Replies: 14
Views: 2110

Re: Lag in ATL script ,please help me.

Asceai wrote:Just that

Code: Select all

show screen _image_load_log
on a line in a ren'py script, e.g. after label start:

It will show you when images are loaded
Thank you Asceai!! I'll try and post the result in this night.
by Sirin
Tue Mar 18, 2014 11:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Lag in ATL transform script ,please help me.[Solve]
Replies: 14
Views: 2110

Re: Lag in ATL script ,please help me.

nyaatrap wrote:Could you put show screen _image_load_log then watch something is loading or not?
um...Nyaatrap-san I don't know how to do that because I'm a newbie with renpy.can you teach me how to see _image_load_log,I still have many thing to learn about renpy. ^_^
by Sirin
Tue Mar 18, 2014 9:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Lag in ATL transform script ,please help me.[Solve]
Replies: 14
Views: 2110

Re: Lag in ATL script ,please help me.

thank for you help Xela,Xavimat. but both way can't solve my problem either. but I found something that may cause this problem. while run my project I saw CPU usage up to 50%+, if CPU usage more than 30%+ before displayable with transform appear that cause a lag but if I wait until CPU usage drop ne...