PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   TP2 Themes & Software (http://forum.ppcgeeks.com/forumdisplay.php?f=109)
-   -   [APP][4/4/2010] TouchOne 0.2.3a / Widget SDK released - (WVGA/VGA/QVGA/WQVGA) (http://forum.ppcgeeks.com/showthread.php?t=94718)

dehx 11-09-2009 01:55 PM

Wirelessly posted (Sprint/HTC_Touch_Pro2_T7380 Opera/9.50 (Windows NT 5.1; U; en))

ok, so i'll be adding support for all languages. sepoira: what languages or localization are you running on?

I did test Touch One with 6.5.1, and i have a fix in mind to get that fix in. ill be releasing another build tonight with these changes. including suppport for up to 1,000 apps. after that you are on your own. lol.

im going to delay the sdk a few more days, because of these changes.

i dont want developers to be stuck re-writing widgets and plugins because of changes i am making.

maxxpop 11-09-2009 02:06 PM

Re: Touch One 0.1.1a - (WVGA/VGA/QVGA/WQVGA)
 
Your application doesn't work on my Toshiba TG01?
I've tryed but i've got an error.

dagosjt 11-09-2009 02:31 PM

Re: Touch One 0.1.1a - (WVGA/VGA/QVGA/WQVGA)
 
Quote:

Originally Posted by dehx (Post 1312286)
Wirelessly posted (Sprint/HTC_Touch_Pro2_T7380 Opera/9.50 (Windows NT 5.1; U; en))

ok, so i'll be adding support for all languages. sepoira: what languages or localization are you running on?

I did test Touch One with 6.5.1, and i have a fix in mind to get that fix in. ill be releasing another build tonight with these changes. including suppport for up to 1,000 apps. after that you are on your own. lol.

im going to delay the sdk a few more days, because of these changes.

i dont want developers to be stuck re-writing widgets and plugins because of changes i am making.

Thanks for the 1000 apps :D
About plugin implementation, I hope it will be possible to write them using the free Sharpdevelop IDE (do you know it?), or other free environment, a part the Visual Studio ones.
I use a lot of mortscripts but would like to transform them in "real" applications :)

dehx 11-09-2009 03:55 PM

Re: Touch One 0.1.1a - (WVGA/VGA/QVGA/WQVGA)
 
Quote:

Originally Posted by dagosjt (Post 1312413)
Thanks for the 1000 apps :D
About plugin implementation, I hope it will be possible to write them using the free Sharpdevelop IDE (do you know it?), or other free environment, a part the Visual Studio ones.
I use a lot of mortscripts but would like to transform them in "real" applications :)

Yes, I have used sharpdevelop, back in 2001 when the developer first made it. Quite humble in those days. ICSharpCode. :-)
If it can compile VB.net or C# smart device (ARMv4) binaries you should be fine.

Quote:

Originally Posted by maxxpop (Post 1312330)
Your application doesn't work on my Toshiba TG01?
I've tryed but i've got an error.

What does the error message say? What language is your phone? English / UK English? Are you running on a custom rom? I'll be adding international support for all WinMo Flavors tonight. Check back then ;-) It should run e-mazing on your snapdragon. *jealous look*

redline... 11-09-2009 04:01 PM

Re: Touch One 0.1.1a - (WVGA/VGA/QVGA/WQVGA)
 
cant wait to use this dl now

dehx 11-10-2009 01:06 AM

Re: Touch One 0.1.1a - (WVGA/VGA/QVGA/WQVGA)
 
Minor update. Added Swedish and Czech, also put in an artificial limit at 300 application icons, until i get a new workaround for allowing more than that.

I will have more time to work on it through the week.

NdrU 11-10-2009 05:19 AM

Re: Touch One 0.1.2a - (WVGA/VGA/QVGA/WQVGA)
 
Unfortunately, it still doesn't work for me. The English/Spanish language only message is gone, but the program still crashes with the following error:
Code:

TouchOne.exe
DirectoryNotFoundException

v System.IO.Directory.InternalGetFileDirectoryNames(String fullPath, Boolean file)
v System.IO.Directory.InternalGetFiles(String path, String searchPattern)
v System.IO.Directory.GetFiles(String path, String searchPattern)
v TouchOne.frmMain.LoadIcons(String StrDirectory)
v TouchOne.frmMain.DrawApps()
v TouchOne.frmMain.DrawScreen(Boolean DrawAll)
v TouchOne.frmMain.frmMain_Load(Object sender, EventArgs e)
v System.Windows.Forms.Form.OnLoad(EventArgs e)
v System.Windows.Forms.Form._SetVisibleNotify(Boolean fVis)
v System.Windows.Forms.Control.set_Visible(Boolean value)
v System.Windows.Forms.Application.Run(Form fm)
v TouchOne.Main.LoadMainForm()
v TouchOne.Main.Main()


dagosjt 11-10-2009 07:31 AM

Re: Touch One 0.1.2a - (WVGA/VGA/QVGA/WQVGA)
 
3 Attachment(s)
I tried last version, again Out Of Memory error just after installing.
Made a softreset and many messages about english, swedish languages appeared, however at the end I had the error pages I attach.

Moreover, a lot of icons are no more visible even for other programs. :angry7:

Uninstalled the program, made a sof reset and my icons are again back \\:D/

I'm sure you'll be able to correct everything :)

dehx 11-10-2009 12:04 PM

Re: Touch One 0.1.2a - (WVGA/VGA/QVGA/WQVGA)
 
Quote:

Originally Posted by dagosjt (Post 1315204)
I tried last version, again Out Of Memory error just after installing.
Made a softreset and many messages about english, swedish languages appeared, however at the end I had the error pages I attach.

Moreover, a lot of icons are no more visible even for other programs. :angry7:

Uninstalled the program, made a sof reset and my icons are again back \\:D/

I'm sure you'll be able to correct everything :)

I'm working on it dagosjt. ;)

Quote:

Originally Posted by NdrU (Post 1315146)
Unfortunately, it still doesn't work for me. The English/Spanish language only message is gone, but the program still crashes with the following error:
Code:

TouchOne.exe
DirectoryNotFoundException
 
v System.IO.Directory.InternalGetFileDirectoryNames(String fullPath, Boolean file)
v System.IO.Directory.InternalGetFiles(String path, String searchPattern)
v System.IO.Directory.GetFiles(String path, String searchPattern)
v TouchOne.frmMain.LoadIcons(String StrDirectory)
v TouchOne.frmMain.DrawApps()
v TouchOne.frmMain.DrawScreen(Boolean DrawAll)
v TouchOne.frmMain.frmMain_Load(Object sender, EventArgs e)
v System.Windows.Forms.Form.OnLoad(EventArgs e)
v System.Windows.Forms.Form._SetVisibleNotify(Boolean fVis)
v System.Windows.Forms.Control.set_Visible(Boolean value)
v System.Windows.Forms.Application.Run(Form fm)
v TouchOne.Main.LoadMainForm()
v TouchOne.Main.Main()


I'll have a fix for this, uploaded tonight.

btsride 11-10-2009 01:35 PM

Re: Touch One 0.1.2a - (WVGA/VGA/QVGA/WQVGA)
 
I have this installed on my vzw touch pro 2 and it works great. I am just wondering how to add plugins and customize the screens. I love the weather clock but will we beable to have animated weather on the home screen with this? Thanks for your hard work


All times are GMT -4. The time now is 02:01 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0