BlackBerry Forums Support Community
              

Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: jcomeau_ictx
Forum: Developer Forum 10-28-2006, 12:41 PM
Replies: 2
Views: 2,089
Posted By jcomeau_ictx
the answer

.cso files aren't included in the filelist of .alx files created by the JDE. and adding them to my app didn't solve the problem. apparently they have no real purpose?

here's the problem: my app...
Forum: Developer Forum 09-27-2006, 09:46 PM
Replies: 8
Views: 8,507
Posted By jcomeau_ictx
Not all software has correct mapping between...

Not all software has correct mapping between "localhost" and IP 127.0.0.1. Microsoft in particular gets it wrong in its OS's almost every time. Not sure about RIM.

Are you actually running a...
Forum: Developer Forum 09-12-2006, 10:19 AM
Replies: 4
Views: 1,752
Posted By jcomeau_ictx
What I had to do was to split the app into...

What I had to do was to split the app into "client/server" modules, using the HTTP Filter API as the "server" and the Browser API for the "client". See my sample code at Index of...
Forum: Developer Forum 09-08-2006, 12:41 PM
Replies: 2
Views: 2,089
Posted By jcomeau_ictx
including cso files with application?

I've looked at everything I could find on this site and on blackberry.com, but am still confused as to the necessity of including .cso files with my application. If nobody can answer this question I...
Forum: Developer Forum 09-08-2006, 12:26 PM
Replies: 3
Views: 1,008
Posted By jcomeau_ictx
Hi Ryan, I'm not sure if you checked out Mark...

Hi Ryan, I'm not sure if you checked out Mark Rejhon's FAQ under the "Blackberry Network" topic yet; he mentions that Bell Mobility requires MDS in order to create and use TCP/IP connections. Not...
Forum: Developer Forum 06-28-2005, 11:25 PM
Replies: 2
Views: 2,244
Posted By jcomeau_ictx
Probably useless, but off the top of my head,...

Probably useless, but off the top of my head, check the MANIFEST.MF file in the jar and make sure it's there too.
Forum: Developer Forum 06-28-2005, 11:22 PM
Replies: 2
Views: 2,072
Posted By jcomeau_ictx
It's self-contained, and doesn't (shouldn't) use...

It's self-contained, and doesn't (shouldn't) use an MDS server at all -- I don't have a BB myself but can run it in the device simulator without the MDS simulator running.
Forum: Developer Forum 06-18-2005, 04:22 AM
Replies: 1
Views: 1,287
Posted By jcomeau_ictx
Maybe this is a start; I'm assuming your app is...

Maybe this is a start; I'm assuming your app is written as a MIDlet and that mySplashScreen is a Canvas or Form subclass. This would probably go into your startApp() method:
...
Forum: Developer Forum 06-18-2005, 04:13 AM
Replies: 3
Views: 4,086
Posted By jcomeau_ictx
The 4.0 development kit will automatically split...

The 4.0 development kit will automatically split a large app into small COD files (it appears as one large .cod but internally it's a ZIP archive of smaller CODs). 200K ought to be fine, but over...
Forum: Developer Forum 06-18-2005, 04:05 AM
Replies: 2
Views: 1,162
Posted By jcomeau_ictx
Look at the javax.microedition.lcdui.Canvas class...

Look at the javax.microedition.lcdui.Canvas class in the API docs. You want to capture, at a minimum, the keyPressed and keyRepeated events; just having these methods in your Canvas subclass will...
Forum: Developer Forum 06-18-2005, 03:55 AM
Replies: 1
Views: 1,750
Posted By jcomeau_ictx
If you wrote it as a MIDP-2.0 app, it ought to...

If you wrote it as a MIDP-2.0 app, it ought to "just work", though you might want to tweak things for the screen size and key layout. Note that I'm completely ignorant of the Sidekick, I just found...
Forum: Developer Forum 06-18-2005, 02:56 AM
Replies: 2
Views: 2,072
Posted By jcomeau_ictx
Unable to connect to the selected mobile data server

Hi, my app has been working well with units purchased from Cingular, but some T-Mobile customers are trying it and get the error "Unable to connect to the selected mobile data server, please try...
Forum: Developer Forum 04-13-2005, 04:05 PM
Replies: 5
Views: 2,742
Posted By jcomeau_ictx
Thanks Mark! Great info... I've forwarded it on...

Thanks Mark! Great info... I've forwarded it on to my customer.
Forum: Developer Forum 04-13-2005, 01:04 PM
Replies: 5
Views: 2,742
Posted By jcomeau_ictx
I am using signed code, but not the mail API....

I am using signed code, but not the mail API. Agreed, it's BB's fault (or perhaps something unrelated that the customer did) but I still have to solve it :^(
Forum: Developer Forum 04-13-2005, 11:50 AM
Replies: 5
Views: 2,742
Posted By jcomeau_ictx
software blamed for deleted emails

Hi guys, I haven't seen anything like this posted here yet, but maybe someone might have some ideas. A beta-tester of my program has reported (indirectly, not to me) that his emails were...
Forum: Developer Forum 01-04-2005, 01:45 PM
Replies: 5
Views: 2,909
Posted By jcomeau_ictx
Actually, after taking some time to look at their...

Actually, after taking some time to look at their example code, using a DataOutputStream layered over a ByteArrayOutputStream might be a better way to go, using writeFloat() rather than writeInt() as...
Forum: Developer Forum 01-04-2005, 07:45 AM
Replies: 5
Views: 2,909
Posted By jcomeau_ictx
Have you tried casting it as an Object? That's...

Have you tried casting it as an Object? That's just off the top of my head.
Forum: Developer Forum 01-01-2005, 10:59 PM
Replies: 6
Views: 5,003
Posted By jcomeau_ictx
I'm beginning to understand how this works. ...

I'm beginning to understand how this works.

It turns out that the more recent JDEs (the 4.0 for sure, haven't tried 3.7) allow you to bypass the limit in a sneaky way. The limit is still there;...
Forum: Developer Forum 12-31-2004, 09:16 PM
Replies: 14
Views: 8,261
Posted By jcomeau_ictx
connecting Desktop Manager to Blackberry Simulator

Hi, I'm able to connect the version 4.0 Desktop Manager to the 7290 Simulator in the 4.0 JDE for "Backup and Restore" and "Intellisync" but not, for some reason, the Application Loader, which is the...
Forum: Developer Forum 12-30-2004, 06:49 PM
Replies: 6
Views: 5,003
Posted By jcomeau_ictx
cod file size real-world limits

Wow, after I posted this last time you guys must have had a server crash... offline for a few days, and now I had to re-register... anyways:

Anybody have experience getting large applications...
Showing results 1 to 20 of 20

 
Forum Jump

VINTAGE MAC TOOLS 30 PSI/200 KPA AIR PRESSURE GAGE picture

VINTAGE MAC TOOLS 30 PSI/200 KPA AIR PRESSURE GAGE

$24.95



Vintage Mac Tools USA 10” Adjustable Wrench AJC10 Forged USA picture

Vintage Mac Tools USA 10” Adjustable Wrench AJC10 Forged USA

$14.48



Vintage MAC Tools ET905 Voltage Ohms Dwell Tach Multimeter (K) picture

Vintage MAC Tools ET905 Voltage Ohms Dwell Tach Multimeter (K)

$59.99



Vintage--MACHINIST--Mechanic- Snap-on- Mac tools- Starrett- Tools- Measuring-cut picture

Vintage--MACHINIST--Mechanic- Snap-on- Mac tools- Starrett- Tools- Measuring-cut

$19.85



Vintage V-Mac Industries Inc. Pipe Threader Vosper Drophead Threader - READ picture

Vintage V-Mac Industries Inc. Pipe Threader Vosper Drophead Threader - READ

$199.00



Vintage MAC Knife Japan 4.75

Vintage MAC Knife Japan 4.75" Folding Lock Blade Knife Chef Pocket Knife Utility

$224.99







Copyright 2004-2016 BlackBerryForums.com.
The names RIM and BlackBerry are registered Trademarks of BlackBerry Inc.