| Posted on: Nov 16 2007, 16:16 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
I wish to express gratitude to the author for adaptation of a plug-in to Wm2003 and have a question: where is icon resourses is stored and is it possible to extract them with win32 resourse editor and change like in BToogle because default icon is too big esspecialy on my MPx220 with 176x220 screen. Will be great to see x/y positionary in next release. |
| Forum: Smartphone Software - Freeware Download Discussion · Post Preview: #857464 · Replies: 35 · Views: 11,439 |
| Posted on: Feb 17 2007, 16:47 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
I think he want's to use phone as bluetooth adapter via USB |
| Forum: Smartphone Software - Applications · Post Preview: #806209 · Replies: 3 · Views: 757 |
| Posted on: Feb 4 2007, 08:19 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
QUOTE Of course my friend. Theres one free called Total Commander 2.0 http://www.ghisler.com/smartphone.htm And other that cost and have included a Registry Editor, called Resco Explorer 5.32 http://www.resco.net/smartphone/explorer/ If you want a free Registry Editor, use PHM Registry Editor. http://www.phm.lu/ The website dont work right now but you can download it from anywhere else with google.com Those programs are best of the best. You can send by IR and Bluetooth. I hope this help you, chao. I think it not that that he searches. Look here: h**p://www.wm-soft.com/products/the-real-bluejack but this program not free but it unique |
| Forum: Smartphone Software - Applications · Post Preview: #804007 · Replies: 2 · Views: 1,757 |
| Posted on: Jan 28 2007, 15:17 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
Whether probably to change color of system alerts only alerts instead of headings |
| Forum: Smartphone Customisation - General Discussion · Post Preview: #803087 · Replies: 0 · Views: 566 |
| Posted on: Jan 27 2007, 09:30 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
|
| Forum: Smartphone Software - Freeware Download Discussion · Post Preview: #802995 · Replies: 35 · Views: 11,439 |
| Posted on: Jan 26 2007, 16:44 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
Man, this is great. I'd love to incorporate it into my homescreen! Problem is that I don't have 40 pixels available (that's a lot!)... A couple of things I'd love to see: 1) Ability to specify plugin height in the xml 2) Ability to utilize user defined icons 3) Ability to specify x/y offsets in xml I'm a programmer, so I'd love to take a look at the source -- if you don't mind. Perhaps I could contribute by adding the above capabilities. Although I've never done anything for WM before, this would be a great opportunity to learn something new! It will be great if it will work on Wm 2003 |
| Forum: Smartphone Software - Freeware Download Discussion · Post Preview: #802918 · Replies: 35 · Views: 11,439 |
| Posted on: Jan 24 2007, 19:01 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
Thanks it really works and you do not know about property button-image of MRU plugin. What picture should be put and I put that 34 on 34 and all buttons have approached against each other. Before me there was one more problem when I have tried to use bgimage in a nonnative plug-in - Alarm Plugin, its code generated in RSHD is overloaded various paddings and I have got confused where to insert bgimage. Here a code: CODE <!-- Alarm Plugin --> <plugin clsid="{21800C38-E156-4423-B95D-EB0D75DB95D2}" name="alarmPlugin" height="25"> <background bgcolor = "transparent" halign="center" valign = "center" l-border-width="0" t-border-width="0" r-border-width="0" b-border-width="0" l-border-color="transparent" t-border-color="transparent" r-border-color="transparent" b-border-color="transparent" /> <format state="unselected" fgcolor = "#FFFFFF" bgcolor = "transparent" padding-left="24" padding-right="0" padding-top="3" padding-bottom="0" font-face="nina" font-size="13" font-style="normal" font-weight="normal" x="24" y="-10" h="25" halign="left" valign="left" /> <format state="selected" fgcolor = "#FFFFFF" bgcolor = "transparent" bgtext = "#FFFFFF" padding-left="24" padding-right="0" padding-top="3" padding-bottom="0" font-face="nina" font-size="13" font-style="normal" font-weight="bold" x="24" y="-10" h="25" halign="left" valign="left" /> <text>Будильник:</text> </plugin> |
| Forum: Smartphone Customisation - General Discussion · Post Preview: #802625 · Replies: 4 · Views: 791 |
| Posted on: Jan 23 2007, 17:39 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
I insert such code CODE <!-- Calendar Plugin --> <plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="Calendar" height="25"> <background b-border-width="0"> <format state="selected" font-weight="normal" bgcolor="transparent" fgcolor="#000000" /> </background> <label font-size="13" x="17" y="0" w="156" height="0" fgcolor="#FFFFFF"> <format state="unselected" halign="left" bgcolor="transparent" font-size="13" font-weight="normal" fgcolor="#FFFFFF" /> <format state="selected" halign="left" bgimage="\Storage\Application Data\Home\1.jpg" font-size="13" font-weight="bold" fgcolor="#FFFFFF" /> <text> <time /> <subject /> </text> </label> </plugin> Image doesen't appear under calendar plugin when I select it. What I did wrong in that code ? |
| Forum: Smartphone Customisation - General Discussion · Post Preview: #802458 · Replies: 4 · Views: 791 |
| Posted on: Jan 23 2007, 13:28 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
Unfortunately I not the coder can eat a way to use usual 24-bit icons ? |
| Forum: Smartphone Software - Freeware Download Discussion · Post Preview: #802417 · Replies: 35 · Views: 11,439 |
| Posted on: Jan 23 2007, 10:34 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
Can you port it to WM 2003 SE ? |
| Forum: Smartphone Software - Freeware Download Discussion · Post Preview: #802402 · Replies: 35 · Views: 11,439 |
| Posted on: Jan 23 2007, 10:25 | |
![]() Newbie Group: Posters Posts: 11 Joined: 12th December 2006 From: Dnipropetrovs'k Member No.: 217,803 |
Whether the question such supports WM 2003 SE property "bgimage" tag "State"? I has taken a theme from WM 5.0 and to alter has solved so that in any this property at me to work does not want, if it works that how to specify a way to a picture, I specified absolute, and what format of a picture, and whether it is possible to position this picture. In advance thanks |
| Forum: Smartphone Customisation - General Discussion · Post Preview: #802400 · Replies: 4 · Views: 791 |
New Replies No New Replies Hot Topic (New) Hot Topic (No New) |
Poll (New) Poll (No New) Locked Topic Moved Topic |
|
Lo-Fi Version | Time is now: 11th October 2008 - 21:06 |
Please visit our 'Plus Partners' - these companies support MoDaCo through 'MoDaCo Plus' - Click Here for more details!
VITO Technology | Slipstream Solutions | Aiko Solutions | PDAMill | Inesoft | SBSH | LingvoSoft | Ruttensoft | Astraware | MadBeetle | Sprite Software
Opera | Westtek | TetraEdge | Z4Soft | KBM Systems | Conduits | Mini Lyrics Magic | Proporta | Semsons | SyncData | Active Kitten | Binaryfish | Textr
SPB Software House | Omega One | OmniSoft | Resco | eSoft Interactive | TenGo | ATEKsoft | imei-check | GpsGate | SplashData | DeveloperOne | monocube
WebIS, home of Pocket Informant, FlexMail and Note2Self
Would your company like to become a 'Plus Partner'? Click Here to contact us!