Guest TheCardinal Posted July 30, 2003 Report Posted July 30, 2003 this is my first time on doing a skin, called ActionTrip (GUI) :wink:
Guest TheCardinal Posted July 30, 2003 Report Posted July 30, 2003 need comments plz. This is my first so be gentle. :wink:ActionTrip.JPG
Guest JoelRae Posted July 30, 2003 Report Posted July 30, 2003 Looks great!!! I'll be well pleased if my first attempt looks this good (when I get a minute to actually do it :roll:)
Guest TheCardinal Posted July 30, 2003 Report Posted July 30, 2003 heres another one, better late than never.ss001.PNG
Guest nikjensie Posted July 31, 2003 Report Posted July 31, 2003 Here's my first skin... can anyone tell me how to make the "Missed Calls" appear even though I have not yet missed one??? As a zero that is.... <plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="16"> <background b-border-width="0"> <format state="selected" visible="true" bgcolor="transparent"/> </background> <format state="nocall" visible="true" /> <label font-size="12" h="12" x="64"> <format state="unselected" visible="true" bgcolor="transparent" fgcolor="#FFFFFF"/> <format state="selected" x="64" bgcolor="transparent" fgcolor="#F8E564"/> <text lang="0x0409"><calls/></text> <text lang="0x0809"><calls/></text> <text lang="0x040c"><calls/></text> <text lang="0x0407"><calls/></text> <text lang="0x0410"><calls/></text> <text lang="0x0816"><calls/></text> <text lang="0x040a"><calls/></text> <text lang="0x0804"><calls/></text> </label> </plugin> Nik24.jpg
Guest TheCardinal Posted July 31, 2003 Report Posted July 31, 2003 im looking for the solution too. :)
Guest Twain Posted August 4, 2003 Report Posted August 4, 2003 hi, had the same problem with getting the missed calls to show when i didnt have any, sort of got it working, not sure if its the right way but it works on my phone so i'm happy! Here it is <plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="20"> <background b-border-width="0" > <format state="nocall" visible="true" fgcolor="#000000" bgcolor="transparent" font-size="14" font-weight="normal" /> </background> <format state="nocall" visible="true" fgcolor="#000000" bgcolor="transparent" font-size="14" font-weight="normal" /> <label x="8"><format state="selected" bgcolor="transparent" fgcolor="#000000" font-weight="bold"/> <text lang="0x0409">Missed calls: [<calls/>]</text> <text lang="0x0809">Missed calls: [<calls/>]</text> <text lang="0x040c">Missed calls: [<calls/>]</text> <text lang="0x0407">Missed calls: [<calls/>]</text> <text lang="0x0410">Missed calls: [<calls/>]</text> <text lang="0x0816">Missed calls: [<calls/>]</text> <text lang="0x040a">Missed calls: [<calls/>]</text> </label> </plugin> Hope it works for you!
Guest yoos Posted August 4, 2003 Report Posted August 4, 2003 If you mean to show a "0" when there are no calls, I just copied the following code from the red metal skin and added the text "C:"... It is working for me! C: EDIT: After I rebooted my "0" no longer shows... so I guess my code isn't correct.Homescreen-PyramidOfTheSun.jpg
Guest randy Posted August 7, 2003 Report Posted August 7, 2003 how about this one? <label font-size="12" h="12" x="64"> <format state="unselected" visible="true" bgcolor="transparent" fgcolor="#FFFFFF"/> <text lang="0x0409">0</text> <format state="selected" x="64" bgcolor="transparent" fgcolor="#F8E564"/> <text lang="0x0409"><calls/></text> </label> if this one didn't work, try putting a background image with "0" inside tag. HTH ~randy
Guest nickcornaglia Posted August 8, 2003 Report Posted August 8, 2003 When you first create the skin...Missed Calls is blank. After your miss a call and then view it...it returns a zero. I believe it reverts back to blank everytime you reset the phone. But it will show a zero after you actually miss a call. Let me know if that works for you...it does for me.
Guest vijay555 Posted August 8, 2003 Report Posted August 8, 2003 This one should be easy: why not just put a label in the nocall event, so that nocall is visible, but shows default of 0 calls, something like 0 Can't say i've tried it, but should work... remember you can have as many labels as you want, all with different text & positions, within the same plugin. feedback? V
Guest nickcornaglia Posted August 8, 2003 Report Posted August 8, 2003 Even though I stand by earlier response....I agree with that as well. Except if my reply is correct when the zero (or another number shows up...it would read 00, 01, 02...etc.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now