BlackBerry Forums Support Community
              

Showing results 1 to 50 of 69
Search took 0.08 seconds.
Search: Posts Made By: CJLopez
Forum: Developer Forum 07-22-2011, 12:15 PM
Replies: 0
Views: 1,810
Posted By CJLopez
FileIOException file not found

I'm working on this app which has to export the data the user is working to a txt file, for future reference use.

But i'm getting a "file not found" exception thrown, funny thing is, i check if...
Forum: Developer Forum 11-24-2009, 02:37 PM
Replies: 5
Views: 2,400
Posted By CJLopez
will try but as i stated - 8703e run 4.2 -...

will try but as i stated

- 8703e run 4.2
- Arelady deployed with JDE 4.2 and the same problem is presented

I'll try doing the clean thing, i though that the "Clean All" option on the JDE did...
Forum: Developer Forum 11-24-2009, 11:51 AM
Replies: 5
Views: 2,400
Posted By CJLopez
another 907 invalid COD thread, sorry

i'm pretty sure ya had seen an awefull lot of this kind of thread, but i already looked through many of them and none solved my problem.

The thing is, recently i need to format my work desktop cuz...
Forum: Developer Forum 10-08-2009, 11:13 AM
Replies: 3
Views: 2,029
Posted By CJLopez
thanks, but I already tried that and...... lets...

thanks, but I already tried that and...... lets say the end user is not that abid to do this much. i'm quite amazed already they can manage to use my application to do the work its pretended for, i...
Forum: Developer Forum 10-07-2009, 01:59 PM
Replies: 3
Views: 2,029
Posted By CJLopez
getstacktrace to send it over email

recently, my application has been dealing a los of problems with an error is appearing on one of my application methods.

I had identified which method is the one but the info i get from the error...
Forum: Developer Forum 09-09-2009, 01:37 PM
Replies: 3
Views: 1,150
Posted By CJLopez
yeah, jus found that kb a couple of minutes ago...

yeah, jus found that kb a couple of minutes ago and good thing that adding the parameter worked with KSOAP2

thanks for the help
Forum: Developer Forum 09-09-2009, 12:10 PM
Replies: 3
Views: 1,150
Posted By CJLopez
Use wifi on application

Ok, i know this has already been asked, did the search but none of the findings were of any use, as my problem is kinda specific

My application uses data plan to download data and work with it,...
Forum: Developer Forum 05-14-2009, 09:07 PM
Replies: 0
Views: 882
Posted By CJLopez
Null Records on RMS

recently, i been encountering a problem in which sometime, after i create the DB using a RMS, some data is not stored and a null is placed instead on the RMS and when trying to acces the record, a...
Forum: Developer Forum 04-30-2009, 01:04 PM
Replies: 0
Views: 1,199
Posted By CJLopez
Weird problem deleting RMS

I'm running a pretty weird problem on my application.

I store data i download from the internet on several RMS, once they are used and there no need for those, the RMS has to be erased, but I have...
Forum: Developer Forum 03-31-2009, 04:06 PM
Replies: 1
Views: 860
Posted By CJLopez
Desktop install goes ok but OTA won't

This is kinda funny, I just installed my application on my BB 8703e model with OS 4.1 over the desktop manager and it went withouth a problem, but when i tried to install it OTA with the JAD file, it...
Forum: Developer Forum 03-31-2009, 11:38 AM
Replies: 1
Views: 965
Posted By CJLopez
batch files to compile

I'm kinda pissed that I have to open JDE 4.1 to compile to those bb models and have to open 4.2 to compile for the other (given that 4.1 Os doesn't have resizeImage32 method, my splash screen looks...
Forum: Developer Forum 03-31-2009, 10:27 AM
Replies: 2
Views: 1,083
Posted By CJLopez
yeah, really, i can't, for some reason my BB is...

yeah, really, i can't, for some reason my BB is not updating, it just runs the loader and tells me there's nothing to update, i already deleted the vendor.xml. Actually, i left a message on tyhe post...
Forum: Developer Forum 03-30-2009, 04:21 PM
Replies: 2
Views: 1,083
Posted By CJLopez
If scaleImage32 is not available

I was deploying for a BlackBerry 8700g which has OS version 4.1, hence i opened my project on JDE 4.1 (really, isn't there a way to only have 1 JDE and select on which version you want to deploy?)...
Forum: Developer Forum 03-27-2009, 04:35 PM
Replies: 3
Views: 1,605
Posted By CJLopez
I think you should use the method layout on which...

I think you should use the method layout on which you specify the width of height o create a Graphics variable on which you specify your needed size of the button.
Forum: Developer Forum 03-27-2009, 02:05 PM
Replies: 2
Views: 2,559
Posted By CJLopez
Look for the Blackberry_MIDlet_Developer_Guide,...

Look for the Blackberry_MIDlet_Developer_Guide, there is a section on which are the MIDlet key mapping buttons based on the BB model
Forum: Developer Forum 03-27-2009, 01:53 PM
Replies: 2
Views: 2,171
Posted By CJLopez
Can you post some of you code to see how are you...

Can you post some of you code to see how are you handling the response of the webservice.

Also, post the responseDump...
Forum: Developer Forum 03-27-2009, 01:22 PM
Replies: 8
Views: 17,152
Posted By CJLopez
I'm having a problem here. My application is...

I'm having a problem here.

My application is not stopping on breakpoints. Why could this be?

Thanks for the help, didn't know i could be able to test on devices, will help more testing on the...
Forum: Developer Forum 03-23-2009, 07:33 PM
Replies: 9
Views: 1,147
Posted By CJLopez
Well, i just found out that my issue was that i...

Well, i just found out that my issue was that i was developing with JDE 4.6 and deploying to a 4.2 OS.

But then again, they should either check for the OS version on which the application is being...
Forum: Developer Forum 03-23-2009, 12:12 PM
Replies: 9
Views: 1,147
Posted By CJLopez
Well, its a CLDC application, hence i make use of...

Well, its a CLDC application, hence i make use of the UiApplication, i though that was a no brainer in a BlackBerry application, but yes, i checked the link, and on my main function there is only the...
Forum: Developer Forum 03-23-2009, 10:38 AM
Replies: 9
Views: 1,147
Posted By CJLopez
No, system module is unchecked I just...

No, system module is unchecked

I just checked, and System Module propertie is unchecked.



This are my applicaction properties


project type: CLDC application
Forum: Developer Forum 03-21-2009, 11:40 AM
Replies: 9
Views: 1,147
Posted By CJLopez
I'll be cheking that later this monday, i don't...

I'll be cheking that later this monday, i don't have my project code here in my house, :P

Thanks for the help, i hope thats the issue i'm running with
Forum: General Legacy Device Discussion 03-20-2009, 03:37 PM
Replies: 33
Views: 24,969
Posted By CJLopez
I'm in the same boat as him. My carrier is Nextel...

I'm in the same boat as him. My carrier is Nextel

I already deleted the vendor.xml
Forum: Developer Forum 03-20-2009, 03:17 PM
Replies: 9
Views: 1,147
Posted By CJLopez
Installed application not appearing

I was trying to test my application on a current device, a BlackBerry 8300 Curve and the application was installed succesfully and all, but its no appearing with the other application.

8300...
Forum: Developer Forum 03-20-2009, 10:35 AM
Replies: 2
Views: 1,714
Posted By CJLopez
easy, before you push your main screen, add the...

easy, before you push your main screen, add the hManager. Something like this

public class mainScreenSample extends MainScreen
{
public mainScreenSample()
{
.
.
...
Forum: Developer Forum 03-19-2009, 11:47 AM
Replies: 10
Views: 3,240
Posted By CJLopez
Ok, i can see you hadn't meedled a lot with the...

Ok, i can see you hadn't meedled a lot with the documentation of a SoapObject object. Each elemente parsed from XML you received from the webservice response is stored on a Vector as a Vector...
Forum: Developer Forum 03-18-2009, 04:20 PM
Replies: 2
Views: 815
Posted By CJLopez
Not that much of a help but thanks. Think...

Not that much of a help but thanks.

Think i'll drop the Status dialog (even thouth i liked) and change for full Dialog, but now i'm looking for a way to do a complete buttonless dialog. Cancel and...
Forum: Developer Forum 03-18-2009, 02:22 PM
Replies: 2
Views: 815
Posted By CJLopez
Problem Showing Alert

I'm trying to show some error alerts during the process to check if a database has been created succesfully or is lacking some info and needs ot be redownloaded from the server, but i'm not able to...
Forum: Developer Forum 03-18-2009, 02:17 PM
Replies: 10
Views: 3,240
Posted By CJLopez
So, your problem is struggling gettin the info...

So, your problem is struggling gettin the info out of the response right?

Its funny, ya checked my post were i explained how the reponse is retrieved

BlackBerryForums.com : Your Number One...
Forum: Developer Forum 03-12-2009, 05:25 PM
Replies: 2
Views: 685
Posted By CJLopez
Ok, i don't know why, but the previous reply...

Ok, i don't know why, but the previous reply doens't belong here, but on another post. Weird, maybe some erro in the code so don't take it into account please
Forum: Developer Forum 03-12-2009, 05:23 PM
Replies: 2
Views: 901
Posted By CJLopez
well, i had that same problem a while ago, buti...

well, i had that same problem a while ago, buti don't remember how did i solve it, sorry.

What you can do, is have a recordstore were you can store each process step by step so you can check in...
Forum: Developer Forum 03-12-2009, 02:53 PM
Replies: 2
Views: 685
Posted By CJLopez
well, i had that same problem a while ago, buti...

well, i had that same problem a while ago, buti don't remember how did i solve it, sorry.

What you can do, is have a recordstore were you can store each process step by step so you can check in...
Forum: Developer Forum 03-12-2009, 02:41 PM
Replies: 2
Views: 685
Posted By CJLopez
Problem showing consecutive Alerts

I running on a kind of an odd problem

My application, given certain arguments, will show either a form or a alert and i'm running into this problem on the BB 8300 while on a 8700g works perfectly....
Forum: Developer Forum 03-11-2009, 02:56 PM
Replies: 11
Views: 4,434
Posted By CJLopez
<WebService NameSpace>.- If you write you...

<WebService NameSpace>.- If you write you webservice url and after the termination ".asmx" you add ?WSDL, it will give you the WSDL of you webservices, for example
...
Forum: Developer Forum 03-06-2009, 12:50 PM
Replies: 3
Views: 2,926
Posted By CJLopez
Well pal, i'm doing the exact same thing ...

Well pal, i'm doing the exact same thing

Runned on this problems myself and you have 2 options

1.- Either stick to J2ME, BB run perfect on that platform, no changes needed to be. And you could...
Forum: Developer Forum 03-04-2009, 01:47 PM
Replies: 4
Views: 1,777
Posted By CJLopez
Actually no When I compiled my application...

Actually no

When I compiled my application the Java ME Platform SDK 3.0 early access, which is the succesor fo the Java Wireless Toolkit 2.5.2 with CLDC, .jar fiel was the one with the 5 mb file...
Forum: Developer Forum 03-04-2009, 01:40 PM
Replies: 2
Views: 2,137
Posted By CJLopez
Is that an actual copy paste from your code?? ...

Is that an actual copy paste from your code??

If it is, then you might want to check the serviceUrl variable and change the url part of the string with the actual url of the webservices.
...
Forum: Developer Forum 03-04-2009, 10:38 AM
Replies: 11
Views: 4,434
Posted By CJLopez
Oh, sorry, i don't know how to set the...

Oh, sorry, i don't know how to set the SoapHeader. Yeah, thats only the header of the WebMethod, but for the whole WebService, i didn't bothered with that so I don't know how to set it. Maybe you can...
Forum: Developer Forum 03-03-2009, 05:14 PM
Replies: 90
Views: 105,527
Posted By CJLopez
WOOOOOOOOOOO, thanks for the preverified library....

WOOOOOOOOOOO, thanks for the preverified library.

I have been struggling to get this preverified and wasted a whole day on that.

Been working on J2ME directly and boss wanted me to use BB JDE...
Forum: Developer Forum 03-03-2009, 04:50 PM
Replies: 11
Views: 4,434
Posted By CJLopez
I'll send you later my paypal account so you can...

I'll send you later my paypal account so you can deposit there my 25 dlls. Better yet, buy me a couple of psn card and send me the codes over a private message. That'd work better

I have been...
Forum: Developer Forum 03-03-2009, 10:25 AM
Replies: 4
Views: 1,777
Posted By CJLopez
Yah, i was checking the deploy of the whole...

Yah, i was checking the deploy of the whole library, besides there to be a lot of classes compiled, there are quite a few images the BB API uses, and seems to be included in the elements i'm using...
Forum: Developer Forum 03-02-2009, 05:22 PM
Replies: 4
Views: 1,777
Posted By CJLopez
Transition from standar J2ME to BB API

Lately, it was decided that the end device of a application I have been developing on J2ME for over a year was going to be a BlackBerry. Most directly, blackberry 8300 so i was asked to use the...
Forum: Developer Forum 10-09-2008, 08:53 PM
Replies: 1
Views: 2,430
Posted By CJLopez
Submit form button on enter key press

I'm working on a .NET application to be used on WAP.

I'm trying to set that one button is to be activated on the form when the user presses the Enter key. For this, i'm using the wap-accesskey...
Forum: Developer Forum 10-08-2008, 12:04 PM
Replies: 7
Views: 9,245
Posted By CJLopez
What kind of response does the webservice has to...

What kind of response does the webservice has to give?

Also, you should see either if the request of the webservice is done correctly. You can print the request of the transport with the method...
Forum: Developer Forum 10-07-2008, 04:33 PM
Replies: 3
Views: 3,728
Posted By CJLopez
Man, your gonna love, as this morning i had the...

Man, your gonna love, as this morning i had the same issue and found the solution

create a style sheet on your project, or add this style tags


input.format_n
{
-wap-input-format: "*N";...
Forum: Developer Forum 09-01-2008, 05:05 PM
Replies: 6
Views: 3,989
Posted By CJLopez
Yeah, well, i'm pretty aware of this problem, and...

Yeah, well, i'm pretty aware of this problem, and its obvious i'm exceding the ammount of threads, but i'd like to know of a possible solution for this, or how can I kill the process once it has...
Forum: Developer Forum 08-29-2008, 04:27 PM
Replies: 6
Views: 3,989
Posted By CJLopez
net.rim.vm.TooManyThreadsError uncaught exception

I have been working on Blackberry 8700 recently, and while testing the program i'm developing i get this error pretty often

In the program i use several threads wich do differente things, but all...
Forum: BES Admin Corner 08-07-2008, 10:48 AM
Replies: 3
Views: 1,247
Posted By CJLopez
Thanks for the response. Seems like will be only...

Thanks for the response. Seems like will be only cable activation for us then, as we don't want to install Exchange just for this

Thanks a lot for the help
Forum: BES Admin Corner 08-06-2008, 05:20 PM
Replies: 3
Views: 1,247
Posted By CJLopez
Wireless Enterprise Activation

I got up and running a BlackBerry Enterprise Server with MDS Services 4.1.3.

His IMAP setting are up and running on the companies Email Server which is not Exchange but ussing Zimbra...
Forum: BES Admin Corner 07-31-2008, 03:51 PM
Replies: 0
Views: 1,117
Posted By CJLopez
Problem Activating MDS runtime

each time I try to activate the MDs on my Blackberry 8700, it won't pass from the 0% and then throw "Activation Failed"

Seeing the log i found this 4 errors

1.- Server unreachable, request to...
Forum: Developer Forum 07-10-2008, 03:03 PM
Replies: 1
Views: 1,444
Posted By CJLopez
There's is some limitation as how far the...

There's is some limitation as how far the webservices can synch with a mobile device, as you had stated, complex type and datasets.

My recomendation, as I don't know if there is some solution, is...
Showing results 1 to 50 of 69

 
Forum Jump

Johnson Controls XPB-821-5 8 Bin Input new picture

Johnson Controls XPB-821-5 8 Bin Input new

$439.98



Johnson Controls T-5210-1007 Temperature Transmitter new picture

Johnson Controls T-5210-1007 Temperature Transmitter new

$439.99



Johnson Controls MS-VMA1630-1 VMA ProgrammableVAV Box Controller picture

Johnson Controls MS-VMA1630-1 VMA ProgrammableVAV Box Controller

$40.00



Johnson Controls Metasys MS-VMA1610-1 VAV Controller picture

Johnson Controls Metasys MS-VMA1610-1 VAV Controller

$50.00



Johnson controls Map-1810 picture

Johnson controls Map-1810

$525.00



Johnson Controls MAP1850 Gateway TL-MAP1850-0C picture

Johnson Controls MAP1850 Gateway TL-MAP1850-0C

$399.99







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