BlackBerry Forums Support Community
              

Showing results 1 to 23 of 23
Search took 0.02 seconds.
Search: Posts Made By: ptys
Forum: Developer Forum 09-22-2009, 08:02 PM
Replies: 1
Views: 1,238
Posted By ptys
You are handling a click event, and presumably...

You are handling a click event, and presumably you intend to send a request as a result of this click. Since you're implementing the code that sends the request and handles the response, only you...
Forum: Developer Forum 09-22-2009, 07:50 PM
Replies: 3
Views: 949
Posted By ptys
If you're in control of the web server side, you...

If you're in control of the web server side, you could try to do something to help it a little. You could add some javascript logic on the page, that would first look at the user agent header, figure...
Forum: Developer Forum 09-22-2009, 07:44 PM
Replies: 4
Views: 4,159
Posted By ptys
DeviceAnywhere provides a service where you can...

DeviceAnywhere provides a service where you can buy time on different phones and test your application. They offer different network provider configurations, geographical locations, etc. They give...
Forum: Developer Forum 09-22-2009, 07:37 PM
Replies: 2
Views: 2,050
Posted By ptys
Have you tried the midp version of this game on...

Have you tried the midp version of this game on BB? If you haven't, then it may be just that hardware you're on, and not the lack of buffering. BB's cpu's are much slower than the competition's and...
Forum: Developer Forum 09-22-2009, 03:56 PM
Replies: 3
Views: 1,655
Posted By ptys
The limitations that I've heard of are -the...

The limitations that I've heard of are
-the global maximum number of object handles (I think it's 64k). Each persistent object takes up one handle. You can group objects to save handles. One group...
Forum: Developer Forum 09-22-2009, 03:21 PM
Replies: 2
Views: 1,061
Posted By ptys
Maybe you cannot create files directly at the...

Maybe you cannot create files directly at the root /. Try maybe a known existing directory like file:///store/home/user instead.
Forum: Developer Forum 09-14-2009, 08:11 PM
Replies: 6
Views: 1,488
Posted By ptys
It's an in-house solution. Not free, meaning it...

It's an in-house solution. Not free, meaning it doesn't come with the RIM dev environment, or in any free library.

The test app talks back to the build script using TCP. There is an ant task that...
Forum: Developer Forum 09-09-2009, 02:30 PM
Replies: 6
Views: 1,488
Posted By ptys
Yes, there is, but it's not free. Our ant script...

Yes, there is, but it's not free. Our ant script builds everything, launches our app server, mds simulator, and the device simulator, and the test app executes automatically running all the unit...
Forum: Developer Forum 09-08-2009, 08:33 PM
Replies: 0
Views: 2,393
Posted By ptys
Scrolling the browser field

Hello All,

I use the browser field to show HTML pages. Those pages have links to different targets just like regular web pages, some relative and some not. I’ve implemented link handling to...
Forum: Developer Forum 08-22-2009, 01:33 AM
Replies: 1
Views: 1,938
Posted By ptys
I think you are right. The issue stems from the...

I think you are right. The issue stems from the fact the threads sometimes out run each other.

Here is what I think happens. Method runResetTemplate() executes in thread T1. Then you create and...
Forum: Developer Forum 08-21-2009, 07:28 PM
Replies: 5
Views: 1,836
Posted By ptys
Store it in a Persistable object whose class is...

Store it in a Persistable object whose class is defined in your application. So, for example, instead of storing it in a Hashtable, store in MyHashtable like this



This way when your...
Forum: Developer Forum 08-21-2009, 07:22 PM
Replies: 1
Views: 1,808
Posted By ptys
InputStream is =...

InputStream is = getClass().getResourceAsStream("/package/name/page.html");
Forum: Developer Forum 08-21-2009, 07:16 PM
Replies: 3
Views: 2,024
Posted By ptys
I don't actually have an answer to your...

I don't actually have an answer to your particular question, but we wasted a lot of time coming up with a development setup for BB. We tried different versions of their dev environments and some...
Forum: Developer Forum 08-21-2009, 07:04 PM
Replies: 2
Views: 1,062
Posted By ptys
Try something like this class MyGrid...

Try something like this


class MyGrid extends ListField implements ListFieldCallback {

private MyData[] data;

public MyGrid(MyData[] data) {
setCallback(this);
...
Forum: Developer Forum 08-21-2009, 06:10 PM
Replies: 0
Views: 3,641
Posted By ptys
Issue with browser field rendering (html layout)

Hello fellow Blackberrians.

We’re experiencing a problem with the browser field rendering (html layout) and I’m hoping someone here has run into the same issues and has some insights.

I...
Forum: Rants and Raves Forum 03-10-2009, 02:47 PM
Replies: 2
Views: 1,194
Posted By ptys
So I guess the answer would be no, as there is no...

So I guess the answer would be no, as there is no set price, since this is an action-type listing...

Ok, thanks!
Forum: Rants and Raves Forum 03-10-2009, 02:32 PM
Replies: 2
Views: 1,194
Posted By ptys
Ebay auction link on Buy Sell Trade?

Does anyone know if outside auction links are allowed on Buy Sell Trade forum? I put a Storm on Ebay, and I wanted to "publicize" it ;)
Thanks!
Forum: General 9500 Series Discussion - Storm 02-22-2009, 10:49 PM
Replies: 7
Views: 3,578
Posted By ptys
Cool, thanks. That's good news.

Cool, thanks. That's good news.
Forum: General 9500 Series Discussion - Storm 02-14-2009, 02:02 PM
Replies: 7
Views: 3,578
Posted By ptys
Sorry, that would be 9530!

Sorry, that would be 9530!
Forum: General 9500 Series Discussion - Storm 02-14-2009, 02:00 PM
Replies: 7
Views: 3,578
Posted By ptys
unlocked 9350 configured for ATT - back to Verizon

Hi All,
Does anyone know what it would take to configure it back for use in Verizon? I got a Storm and since I don't have a plan with Verizon I unlocked it and configured it for use with ATT. I...
Forum: General 9500 Series Discussion - Storm 02-14-2009, 01:46 PM
Replies: 4
Views: 2,149
Posted By ptys
It would be more of a "dual line" solution. I've...

It would be more of a "dual line" solution. I've read some folks are able to use Verizon and a GSM provider (ATT or Tmobile) interchangeably without removing the GSM sim card. Apparently verizon...
Forum: Developer Forum 08-26-2008, 06:38 PM
Replies: 2
Views: 1,417
Posted By ptys
I've run into the same error. It turns out that...

I've run into the same error. It turns out that there is a bug inside the soap parser BB is using. In my case the workaround was to make sure that there are no nil strings in complex types. So this...
Forum: Developer Forum 07-08-2008, 04:29 PM
Replies: 3
Views: 1,920
Posted By ptys
I ran into the same issue. Auto-complete doesn't...

I ran into the same issue. Auto-complete doesn't work at all in the eclipse version of the IDE. Is there any resolution to this?

BB JDE looks very poor with respect to usability and I'm trying to...
Showing results 1 to 23 of 23

 
Forum Jump

RADSTONE VME BOARD PME 68-33 MOTOROLA 6800 33Mhz AMIGA PPC picture

RADSTONE VME BOARD PME 68-33 MOTOROLA 6800 33Mhz AMIGA PPC

$185.00



6500/1 A 6502 VARIENT CPU COMMODORE USE IN AMIGA KB & 1520 PLOTTER NMOS NCR NOS picture

6500/1 A 6502 VARIENT CPU COMMODORE USE IN AMIGA KB & 1520 PLOTTER NMOS NCR NOS

$5.89



391508-02 = ZC420433FNR2 FRIEND || MOTOROLA || NEW & PLC44 || 2pcs picture

391508-02 = ZC420433FNR2 FRIEND || MOTOROLA || NEW & PLC44 || 2pcs

$15.12



[1pcs] 8520A-1 MOS 8520A-1  Commodore Amiga DIP40 USED picture

[1pcs] 8520A-1 MOS 8520A-1 Commodore Amiga DIP40 USED

$15.07



Commodore Amiga Time Base Corrector VT-2000 TBC II Digital Processing picture

Commodore Amiga Time Base Corrector VT-2000 TBC II Digital Processing

$239.99



NEW OPTICAL LASER PICKUP HEAD for AMIGA CD 32 SYSTEM CONSOLE picture

NEW OPTICAL LASER PICKUP HEAD for AMIGA CD 32 SYSTEM CONSOLE

$31.68







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