Closed Thread
Results 1,701 to 1,710 of 1752
-
10-22-2003, 11:25 AM #1701
I'm just happy to help.If you guys (The_Gamblers, Eitel, SoCalChris and anyone else wanting to help out) want to get together and agree on a site and such, it would be greatly appreciated.
I have a board up and running on my site, if you guys are ok to move all this discussions there, just yell and I'll post the address
Current PDA: HP 4155 + Sprint PM325 = Wireless Heaven
Past PDA's: Palm III, Jornada 525, Jornada 547, iPaq 3760, iPaq 3835, ipaq 3670, iPaq 3970, Toshiba e740, iPAQ 5455, iPAQ 2215.
-
10-22-2003, 11:28 AM #1702Mobile Consultant
- Join Date
- Jul 2003
- Posts
- 450
Originally posted by Eitel
I'm just happy to help.
I have a board up and running on my site, if you guys are ok to move all this discussions there, just yell and I'll post the address
Have you set up different threads for different topics? ie. Bugs, Suggestions, n00bs, General discussion, etc-Cratos
-
10-22-2003, 11:36 AM #1703
Yep. I just need to change the overall look. Didn't have much time lat night, and aside from the forums, it still has the default look.Originally posted by cratos
Have you set up different threads for different topics? ie. Bugs, Suggestions, n00bs, General discussion, etc
Current PDA: HP 4155 + Sprint PM325 = Wireless Heaven
Past PDA's: Palm III, Jornada 525, Jornada 547, iPaq 3760, iPaq 3835, ipaq 3670, iPaq 3970, Toshiba e740, iPAQ 5455, iPAQ 2215.
-
10-22-2003, 01:16 PM #1704
Yes, I'm using 0.9.3.I'm assuming you're using 0.9.3 ? If you are then this would help to narrow it down quite a bit (it has to be in the finalizing code somewhere), thanks.
Do you notice any memory leaks doing other things, as well, or only during reloads ?
With my skin there's not a lot of complicated stuff involved, but there doesn't seem to be any leakage in showing/hiding the region, just the refresh.
arbitrajeu
-
10-22-2003, 01:17 PM #1705Newbie
- Join Date
- Sep 2003
- Location
- Madison, WI
- Posts
- 8
Dashboard
Hello all, I'm using a modified version of rgb08's Logika Complete-3d skin and I'm having an awful time trying to extend the lower portion to display a larger task/agenda window. I'm running with dashboard and that might be problem. When I attempt to extend the region I will often get a scroll bar popping in, which contaminates the screen (or the application disappears altogether). I've adjusted the maxheight, height, defregion, and outlook parameters (which varying degrees of success/failure...however it often fails on one of the "longer" views).
Default values:
maxheight,197
height,113
region,1,0,-1
defregion,1,0,0,240,67,1
offsetadd,0,0
// FILTER OUT ALL DAY EVENTS
//options,calendarfilter,compact
options,apptformat,compact
options,dateformat,compact
options,blanktext,compact
options,taskformat,compact
changefont,tahoma,11,
outlook,6,1,238,66,0,0
changefont,tahoma,11,
offsetadd,0,67
endregion,1,0
Any suggestions? The blank area in the images (attached) is what I'd like to fill with outlook info...
Thanks!
-
10-22-2003, 01:17 PM #1706lordtwistedGuest
I have a board up and running on my site, if you guys are ok to move all this discussions there, just yell and I'll post the address
POOOST LMAO. Post the address.
Lordtwisted
-
10-22-2003, 01:30 PM #1707
Originally posted by lordtwisted
POOOST LMAO. Post the address.
Lordtwisted
http://dark-mojo.com/TodayPlus/index.php
Current PDA: HP 4155 + Sprint PM325 = Wireless Heaven
Past PDA's: Palm III, Jornada 525, Jornada 547, iPaq 3760, iPaq 3835, ipaq 3670, iPaq 3970, Toshiba e740, iPAQ 5455, iPAQ 2215.
-
10-22-2003, 02:45 PM #1708Newbie
- Join Date
- Sep 2003
- Posts
- 6
Hi Eitel,
I'm gonna move to your forum too, i just made my site to see the opininions but yours has a much faster connection than mine and, if got it right, the other will move to your site to.
I keep mine just several days running to be sure what the decission of the group will be before i remove mine.
-
10-22-2003, 03:59 PM #1709Newbie
- Join Date
- Sep 2003
- Posts
- 6
Re: Dashboard
I saw your screenshot with the memory/battery info. Can you post that piece of code for my so i can use it in my modified theme from RGB. It looks very kewl.Originally posted by Slover
Hello all, I'm using a modified version of rgb08's Logika Complete-3d skin and I'm having an awful time trying to extend the lower portion to display a larger task/agenda window. I'm running with dashboard and that might be problem. When I attempt to extend the region I will often get a scroll bar popping in, which contaminates the screen (or the application disappears altogether). I've adjusted the maxheight, height, defregion, and outlook parameters (which varying degrees of success/failure...however it often fails on one of the "longer" views).
Default values:
maxheight,197
height,113
region,1,0,-1
defregion,1,0,0,240,67,1
offsetadd,0,0
// FILTER OUT ALL DAY EVENTS
//options,calendarfilter,compact
options,apptformat,compact
options,dateformat,compact
options,blanktext,compact
options,taskformat,compact
changefont,tahoma,11,
outlook,6,1,238,66,0,0
changefont,tahoma,11,
offsetadd,0,67
endregion,1,0
Any suggestions? The blank area in the images (attached) is what I'd like to fill with outlook info...
Thanks!
-
10-22-2003, 04:11 PM #1710Newbie
- Join Date
- Sep 2003
- Location
- Madison, WI
- Posts
- 8
The_Gamblers, thanks for the comment, here's the code (note that it might be shifted slightly to make it properly fit the dashboard screen I'm using):
replace the date section just below
"image,0,0,background_menu.bmp,t"
with the following:
// DISPLAY Status Bars
changefont,tahoma,10,b
text,51,1,Batt:,l
battery,remaining,95,1,,%,r
draw,roundrect,52,11,42,8,-1_6_-1,h
battery,bar,54,13,38,4,255_0_0
text,100,1,SD:,l
storage,sdcard,usedpercent,140,1,,%,r
draw,roundrect,99,11,42,8,-1_6_-1,h
storage,sdcard,bar,101,13,38,4,255_0_0
text,147,1,CF:,l
storage,cfcard,usedpercent,187,1,,%,r
draw,roundrect,146,11,42,8,-1_6_-1,h
storage,cfcard,bar,148,13,38,4,255_0_0
changefont,tahoma,11,
// GO TO System stats
button,52,2,137,19,0,4,500,-1
changefont,tahoma,11,
//and the section to display the status information //(replaces his "big clock")
region,0,500,60
offset,offset_-1,offset_-1
offsetadd,0,0
options,imagedir,Images\Logika Complete-3D
color,transparent,255_0_255
color,replacement,-1_6_-1,0_0_0
color,shadow,125_125_125
// System status meters
changefont,tahoma,11,b
text,45,2,Battery:,c
changefont,tahoma,11,
text,6,12,Remaining:,l
battery,remaining,86,12,, %,r
text,6,22,Voltage:,l
battery,voltage,86,22,, V,r
changefont,tahoma,11,b
text,45,36,Main:,c
changefont,tahoma,11,
memory,programfree,46,46,, MB,r
memory,programtotal,50,46,/ , MB,l
memory,storagefree,46,56,, MB,r
memory,storagetotal,50,56,/ , MB,l
changefont,tahoma,11,b
text,180,2,SD Card:,c
changefont,tahoma,11,
storage,sdcard,used,155,12,, MB,r
storage,sdcard,total,208,12,/ , MB,r
storage,sdcard,usedpercent,236,12,(,%),r
storage,sdcard,free,208,22,Free: , MB,r
storage,sdcard,freepercent,236,22,(,%),r
changefont,tahoma,11,b
text,180,36,CF Card:,c
changefont,tahoma,11,
storage,cfcard,used,155,46,, MB,r
storage,cfcard,total,208,46,/ , MB,r
storage,cfcard,usedpercent,236,46,(,%),r
storage,cfcard,free,208,56,Free: , MB,r
storage,cfcard,freepercent,236,56,(,%),r
offsetadd,0,75
endregion,0,500
That should be it...oh, here's a chunk of my config file which defines the SD and CF cards (this is for an iPAQ 2215, other brands/models may vary:
storage,sdcard,\sd card\
storage,cfcard,\cf card\
It'd be nice if SRS could parse the "time remaining" field from the 2215 as well. Or a way to determine the time remaining from the voltage...
Similar Threads
-
Beta Testers Wanted
By Mike K. Sanders in forum Press Releases/AnnouncementsReplies: 14Last Post: 08-25-2005, 01:10 PM -
Beta Testers wanted
By rhinocode in forum SmartphonesReplies: 3Last Post: 04-20-2005, 12:03 AM -
wanted an integrated Today Screen plugin for appts and tasks
By imported_JanS in forum General Windows Phone (Plus Windows Mobile, Pocket PC, Smartphone)Replies: 12Last Post: 09-08-2004, 02:56 PM -
Need Beta testers for today screen plugin
By CR in forum General Windows Phone (Plus Windows Mobile, Pocket PC, Smartphone)Replies: 122Last Post: 10-10-2003, 05:33 PM -
Beta testers wanted
By ipaqker in forum General Windows Phone (Plus Windows Mobile, Pocket PC, Smartphone)Replies: 5Last Post: 01-02-2001, 03:52 AM



LinkBack URL






Nokia Adds Sight Recognition to...
Today, 01:46 PM in Headline News