Search found 24 matches

by chris0147
Sun Dec 21, 2014 2:50 pm
Forum: Python / Scripts Help and Support
Topic: resizing the buttons
Replies: 0
Views: 1568

resizing the buttons

Hi guys, I'm creating the buttons with each different size as the one is for 342.05 and the other one is for 691.09. The button with the size 342.05 is for 30 mins program and the button with size 691.09 is for 1 hour program. I want to resizing the buttons for my tv guide. :) There is a bit of a pr...
by chris0147
Wed Dec 17, 2014 12:52 am
Forum: Python Plugin / Script Development
Topic: how to get list of arrays for button controls?
Replies: 0
Views: 1123

how to get list of arrays for button controls?

Hi guys I need your help, I have got a problem with my code. I'm trying to fetch for each button when I stored them in the arrays using append method. When I try this: if programs_width >= 181: for elem in self.program_buttons: position_x = self.program_buttons[elem.control][self.channels_Index].get...
by chris0147
Fri Oct 17, 2014 2:47 am
Forum: Skin Development
Topic: [Skin] Rapier Clarity Mod (3.5.49)
Replies: 389
Views: 172853

Re: [Skin] Rapier Clarity Mod (3.5.4)

Bryon, i have sent you the [censored] pm too many times that you choose not to answer.

please answer it, i want to ask you something...
by chris0147
Tue Oct 14, 2014 5:04 pm
Forum: Skin Development
Topic: navigation the timeline with grouplist controls
Replies: 4
Views: 3041

Re: navigation the timeline with grouplist controls

fxmech wrote:You should open a single thread for your project so all this is in better context.
I don't get what you mean?
by chris0147
Mon Oct 13, 2014 4:56 pm
Forum: Skin Development
Topic: navigation the timeline with grouplist controls
Replies: 4
Views: 3041

navigation the timeline with grouplist controls

Hey guys I need some help, I'm creating my own tv guide addon. I want to know how do you use the grouplist control to add the buttons with focusTexture and noFocusTexture images for the programs and channels to allow me to navigate the timeline? Here is the xml i use: <control type="grouplist&q...
by chris0147
Thu Oct 02, 2014 4:02 pm
Forum: Python Plugin / Script Development
Topic: How to navigate the timeline buttons?
Replies: 2
Views: 2164

Re: How to navigate the timeline buttons?

does anyone know how I can navigate the timeline with up/down/left/right buttons in the EPG??
by chris0147
Tue Sep 30, 2014 5:36 pm
Forum: Python Plugin / Script Development
Topic: How to navigate the timeline buttons?
Replies: 2
Views: 2164

How to navigate the timeline buttons?

Hi there, I need your help, I have added the list of buttons for the channels and programs in the EPG. When I added the buttons, I have one yellow image in the channel and the program buttons. I want to know how I can navigate the timeline with up/down/left/right buttons in the tv guide when I press...
by chris0147
Sun Sep 28, 2014 4:43 pm
Forum: Python Plugin / Script Development
Topic: [SOLVED] tv guide button controls issue
Replies: 16
Views: 8614

Re: tv guide button controls issue

does anyone know how i can navigate the timeline with up/down/left/right buttons in the tv guide?
by chris0147
Thu Sep 25, 2014 2:04 am
Forum: Python Plugin / Script Development
Topic: [SOLVED] tv guide button controls issue
Replies: 16
Views: 8614

Re: tv guide button controls issue

Without source code it's hard to say, but I think you're referring to an xml file. If so you can hide using "visible" take a look at Confluence Lite -> DialogKeyboard.xml seeing an example. If you referring to python pls provide some source code or even better full. Hey tim619 here it is:...
by chris0147
Tue Sep 23, 2014 5:13 pm
Forum: Python Plugin / Script Development
Topic: [SOLVED] tv guide button controls issue
Replies: 16
Views: 8614

Re: tv guide button controls issue

Hi, I have my tv guide issue is solved. You can see it here: http://oi62.tinypic.com/30ag8k8.jpg So I have got some questions. Do you know how i can hide the programs? Do you know how i can move the yellow box to get access to the programs and the channels by pressing right, left, up and down??
by chris0147
Sun Sep 21, 2014 5:32 pm
Forum: Python Plugin / Script Development
Topic: [SOLVED] tv guide button controls issue
Replies: 16
Views: 8614

Re: tv guide button controls issue

@chris0147, I haven't really looked at your code but if you have written it yourself, you shouldn't have a problem figuring it out... If you're gonna use the "offset" or gap, if you prefer, variable, then that goes at the top near the imports... You then perform the calculations before ad...
by chris0147
Thu Sep 11, 2014 10:58 pm
Forum: Python Plugin / Script Development
Topic: [SOLVED] tv guide button controls issue
Replies: 16
Views: 8614

Re: tv guide button controls issue

this is my own addon. why you ask me? I ask because your addon looks intresting. Were you plannning on sharing this addon? Its cool if you don't want to as you do own it. Thank you. i might release it if alot of people really want this as if they don't have this one. ;) cand we download this addon?...
by chris0147
Thu Sep 11, 2014 10:56 pm
Forum: Python Plugin / Script Development
Topic: [SOLVED] tv guide button controls issue
Replies: 16
Views: 8614

Re: tv guide button controls issue

Hi guys I need your help, I have got a problem with the button controls. I'm using the button controls to add the list of programs in the tv guide, but the buttons will not get separate from the other button controls. Do you know how to make the button controls to make get separate from the other b...
by chris0147
Wed Sep 10, 2014 11:30 pm
Forum: Python Plugin / Script Development
Topic: [SOLVED] tv guide button controls issue
Replies: 16
Views: 8614

Re: tv guide button controls issue

this is my own addon. why you ask me?
by chris0147
Wed Sep 10, 2014 9:22 pm
Forum: Python Plugin / Script Development
Topic: [SOLVED] tv guide button controls issue
Replies: 16
Views: 8614

[SOLVED] tv guide button controls issue

Hi guys I need your help, I have got a problem with the button controls. I'm using the button controls to add the list of programs in the tv guide, but the buttons will not get separate from the other button controls. Here is the screenshot. http://oi57.tinypic.com/2r2alb8.jpg Here is the code I use...
by chris0147
Sat Sep 06, 2014 11:14 pm
Forum: Python Plugin / Script Development
Topic: how to workout the programs times?
Replies: 1
Views: 8876

how to workout the programs times?

Hi guys, I'm working on my python script to create the button for tv programs. I know how to create the variable to get the program title for the programs which I have to pull the data from the sqlite database. I can also create the variable for the height with size I want, but I have no idea how to...
by chris0147
Tue Jul 22, 2014 7:01 pm
Forum: Python Plugin / Script Development
Topic: how to use progress dialog for label control?
Replies: 17
Views: 5093

Re: how to use progress dialog for label control?

@Dom DXecutioner: Thank you very much for that, but i have already got that code in my code list which you can see it here: #Pull the data from the database channelList = list() programList = list() database_path = xbmc.translatePath(os.path.join('special://userdata/addon_data/script.tvguide', 'sour...
by chris0147
Tue Jul 22, 2014 4:35 pm
Forum: Python Plugin / Script Development
Topic: how to use progress dialog for label control?
Replies: 17
Views: 5093

Re: How to add per program in the tv guide?

I have already created my own skin built-in with my own tv guide addon. I don't use twinthers orgional tv guide because I have my own tv guide. I can fetch the list of channels and programs to store them in a sqlite3 database which I know how to put the channels in each label control, but my trouble...
by chris0147
Mon Jul 21, 2014 2:22 am
Forum: Python Plugin / Script Development
Topic: how to use progress dialog for label control?
Replies: 17
Views: 5093

How to add per program in the tv guide?

Hi guys, I need your help, I'm working on my own skin to created my own tv guide addon. I understand how tv guide actually works, I need to add the labels control in the skin so I can set the text in each label for each channel. I tried to find the answer on google how I can add each program and how...