BlackBerry Forums Support Community
              

Showing results 1 to 50 of 55
Search took 0.05 seconds.
Search: Posts Made By: jenselense
Forum: Developer Forum 11-23-2009, 07:13 AM
Replies: 1
Views: 1,147
Posted By jenselense
ok, cod://*codname*/index.html" works on...

ok,
cod://*codname*/index.html" works on simulator, if "index.html" is in the src-folder...

But on a device (bold) it doesn't work... any ideas???
Forum: Developer Forum 10-12-2009, 10:20 AM
Replies: 1
Views: 1,147
Posted By jenselense
load url from resources

Hello,
I want to load a site, in a browser field embedded in my application, which is located within my project...

How can I access this file? I found something like "cod:///..." but it didn't...
Forum: Developer Forum 01-20-2009, 10:39 AM
Replies: 1
Views: 905
Posted By jenselense
ahhh

ok I just found a thread in another forum about this...

RIM is working on it...
Forum: Developer Forum 01-20-2009, 10:35 AM
Replies: 1
Views: 905
Posted By jenselense
problem with signing-server...

Hi,
since a couple of minutes we have problems to sign our apps.

Only the RBB (Rim Blackberry apps api) modules cant be signed. it says "error connecting to websigner from proxy". The others are...
Forum: Developer Forum 01-04-2009, 02:19 PM
Replies: 1
Views: 872
Posted By jenselense
Hi I got help in another forum. Here is the...

Hi I got help in another forum.
Here is the answer:


You get a permission confirmation dialog.



You cannot suppress this dialog. To avoid this dialog the relevant permission settings have...
Forum: Developer Forum 01-02-2009, 01:07 PM
Replies: 1
Views: 872
Posted By jenselense
app crashes on BB- Dialog

Hi,
I have an application which plays videos. It looks good and most of the time everything works. But sometimes (I cant really tell when exactly, because it happens SOMETIMES, when I switch to...
Forum: Developer Forum 12-05-2008, 05:26 AM
Replies: 11
Views: 19,588
Posted By jenselense
Hello, I also have a problem with the mds-...

Hello,
I also have a problem with the mds- simulator. When I try to connect to the internet from the bold simulator a dialog pops up, which states, that i am in an area without internet connetcion...
Forum: Developer Forum 11-26-2008, 08:07 AM
Replies: 2
Views: 4,147
Posted By jenselense
if noone knows this problem, maybe one of you...

if noone knows this problem, maybe one of you could test it on your pc just to let me know I'm not completely stupid...

my "startscreen":


import net.rim.device.api.ui.component.RichTextField;...
Forum: Developer Forum 11-25-2008, 04:36 PM
Replies: 2
Views: 4,147
Posted By jenselense
Hey... I found out what the problem was/is. It...

Hey...
I found out what the problem was/is. It had nothing to do with the Container the video is shown in (in a Form or in a BB-Screen...). The error appears only if the video's size is changed...
Forum: Developer Forum 11-13-2008, 06:36 AM
Replies: 2
Views: 4,147
Posted By jenselense
playing videos on blackberry in j2me app...

Hi,
I'm working on an application which downloads videos and plays them(no streaming).
The Videos are downloaded correctly (I can play them in the BB MediaPlayer) but in my application the video...
Forum: Developer Forum 10-30-2008, 02:35 PM
Replies: 1
Views: 1,336
Posted By jenselense
ouups....

I'm sorry...
Obviously I was blind and didn't notice that the "user" in the path was missing :-/

it works fine now...

JJ
Forum: Developer Forum 10-30-2008, 12:28 PM
Replies: 1
Views: 1,336
Posted By jenselense
problems loading file / playing video

Hi,
I want to play a video from the local store in my application using net.rim.plazmic.mediaengine.MediaManager.
When I try to load a video(or any other file) I get a "File not found Exception" at...
Forum: Developer Forum 10-20-2008, 12:42 PM
Replies: 0
Views: 722
Posted By jenselense
play videos

Sorry..
double posted!
Forum: Developer Forum 07-28-2008, 09:46 AM
Replies: 0
Views: 1,822
Posted By jenselense
gps...works in bb jde doesn't in eclipse...???

Hi,
I'm developing a little gps-application and was fighting with getting the coordinates for a couple of days now.The Problem: when trying to get the Location from my locationProvider (I only need...
Forum: Developer Forum 07-28-2008, 09:28 AM
Replies: 24
Views: 9,112
Posted By jenselense
It does work in the simulator.... I just...

It does work in the simulator....

I just exported my project from eclipse to the BB JDE and there it worked!
So my code obviously is correct! But why doesn't i work when I start it out of...
Forum: Developer Forum 07-28-2008, 08:35 AM
Replies: 24
Views: 9,112
Posted By jenselense
HI, this is what I want to do too(get location...

HI,
this is what I want to do too(get location only once).
I try so with locationProvider.getLocation(60) in an extra thread, but it always times out (in the simulator)...
(...
Forum: Developer Forum 07-25-2008, 02:19 PM
Replies: 0
Views: 1,049
Posted By jenselense
another gps-simulator-problem

Hi,
I have a problem running my gps-application in the simulator.
"LocationProvider lp = LocationProvider.getInstance(cr);" allways returns NULL...
criteria = null doesn't change anything...

I...
Forum: Developer Forum 03-28-2008, 12:15 AM
Replies: 3
Views: 1,569
Posted By jenselense
:-)

Hi Richard,
I read your answer in this thread yesterday and tried it that way but it didn't work...now I have checked this solution again and found out why it didn't work yesterday....I updated the...
Forum: Developer Forum 03-27-2008, 04:19 AM
Replies: 3
Views: 1,569
Posted By jenselense
wait for answer from http Connection

Hello,
I found a lot of threads about the fact that it is necessary to open a httpconnection in its own thread...
so I did that...

but how can I wait for the thread to be finished?
I start the...
Forum: Developer Forum 03-22-2008, 12:27 AM
Replies: 7
Views: 1,114
Posted By jenselense
...

Hi,
has somebody uploaded it yet to another source, and would provide it?

I really would love to test it...
or are there more errors like the one you mentioned simon, and it isnt really worth...
Forum: Developer Forum 02-27-2008, 10:54 PM
Replies: 2
Views: 5,234
Posted By jenselense
Custom Dialog to wait for user action...

Hello,
I created a custom Dialog and want it to wait for users input like Dialog.ask does...

Dialog.show() doesen't wait.

how can I do this?

tia
J
Forum: Developer Forum 02-23-2008, 04:12 AM
Replies: 7
Views: 12,997
Posted By jenselense
I had the same problem a few days ago... in my...

I had the same problem a few days ago...
in my case there was a problem with a library I used.
If you use any external classes check whether they really are on your device (or simulator folder) and...
Forum: Developer Forum 02-22-2008, 11:38 PM
Replies: 0
Views: 793
Posted By jenselense
unexpected cookie...?

Hello,
I get the following output, when I invoke the MessageApplication with a message as messageArgument:

"Unexpected cookie found on return from FieldProvider.getField"

I'm not sure whether...
Forum: Developer Forum 02-20-2008, 09:50 PM
Replies: 1
Views: 1,102
Posted By jenselense
Lightbulb ahh found a way... didnt notice that you can...

ahh
found a way...
didnt notice that you can pass a Message as MessageArgument.
:?
Forum: Developer Forum 02-20-2008, 08:57 PM
Replies: 1
Views: 1,102
Posted By jenselense
invoke email with attachment

Hi,
I am writing an application in which the user should be able to send a created file directly via email-attachment...

Invoking the message-application and start a new email with defined...
Forum: Developer Forum 02-14-2008, 08:51 PM
Replies: 3
Views: 955
Posted By jenselense
aaaarghhhhh...

of course! I should have known that;-)
thanks dudes...
Forum: Developer Forum 02-14-2008, 04:31 AM
Replies: 3
Views: 955
Posted By jenselense
Bug in .Math?

Hi,
is it possible, that the methods ceil and floor in Math do the same?
I tried the following:
System.out.println("ceil 10/3 :"+Math.ceil(10/3));
System.out.println("floor...
Forum: Developer Forum 01-31-2008, 03:50 AM
Replies: 6
Views: 2,394
Posted By jenselense
Smile geez....

Thank you very much!
works great (y)
Forum: Developer Forum 01-30-2008, 10:42 PM
Replies: 6
Views: 2,394
Posted By jenselense
nothing :-( ? too easy? I tried now to...

nothing :-( ?
too easy?

I tried now to work around the problem by adding some focusable nullfields around the picture, but this isn't working very good (I can see the left-top corner, scroll to...
Forum: Developer Forum 01-29-2008, 02:51 AM
Replies: 12
Views: 8,387
Posted By jenselense
maybe you can describe your problem a little more...

maybe you can describe your problem a little more detailed...?
Which app do you invoke? when do you want to close it? etc...
Forum: Developer Forum 01-25-2008, 01:22 AM
Replies: 12
Views: 8,387
Posted By jenselense
@ set84 what do you mean with outcoming call???...

@ set84
what do you mean with outcoming call???
thx for your advise...when you explain it to me ;-)
Forum: Developer Forum 01-24-2008, 04:48 AM
Replies: 6
Views: 2,394
Posted By jenselense
old, but recent..to me

Hi,
I have exactly the same problem as genveij did...

I'm adding the bmpField to a mainscreen. A mainscreen is actually a manager with at least vertical scroll functions, isn't it?
But it only...
Forum: Developer Forum 01-24-2008, 01:47 AM
Replies: 3
Views: 1,104
Posted By jenselense
...

I'm not sure whether I get you right..
You want to create a screen with different menuItems depending on which button (label?) was pressed right?

I think the easiest way would be to let your...
Forum: Developer Forum 01-24-2008, 12:54 AM
Replies: 5
Views: 2,159
Posted By jenselense
i dont know the method you are referring to, but...

i dont know the method you are referring to, but i am currently working on an app that also needs to POST data...This example helped me to start it:
Post file to web server using Java ME...
Forum: Developer Forum 01-24-2008, 12:42 AM
Replies: 12
Views: 8,387
Posted By jenselense
I'm not 100% sure but try close() on the...

I'm not 100% sure but try close() on the activeScreen (UiApplication.getUiApplication.getActiveScreen() )
if the app you want to close is currently the "active" one....

j
Forum: Developer Forum 01-09-2008, 09:21 PM
Replies: 1
Views: 2,112
Posted By jenselense
...

ok...I think I solved my problem...
although I still don't know what MultipartPostData is and can...but however;-)
Forum: Developer Forum 01-08-2008, 11:07 PM
Replies: 1
Views: 2,112
Posted By jenselense
Upload file via http POST

Hello,
I want to upload files via http Post.
I found the class MultipartPostData but don't really understand how I should work with it...
what is the byte[] multipartData argument? Can I just...
Forum: Developer Forum 01-04-2008, 06:13 AM
Replies: 12
Views: 8,129
Posted By jenselense
(y) me too :-)

(y)
me too :-)
Forum: Developer Forum 01-02-2008, 02:26 AM
Replies: 5
Views: 968
Posted By jenselense
Thanks a lot! That looks good... I really...

Thanks a lot!
That looks good...
I really should get used to check the knowledge base first...I'm sorry:-)

J
Forum: Developer Forum 01-01-2008, 11:22 PM
Replies: 5
Views: 968
Posted By jenselense
mhhh

:-( this doesn't solve my problem.
getPlatformVersion() returns the platformversion (obviously ...) which is not the version of the OS...
The device i test it at runs 4.1.0.377...its platform is...
Forum: Developer Forum 12-31-2007, 04:49 AM
Replies: 3
Views: 911
Posted By jenselense
...

thanks for your answers...
it works now.
Forum: Developer Forum 12-31-2007, 04:43 AM
Replies: 5
Views: 968
Posted By jenselense
ahh...

:idea:

thanks...i've seen this class before but somehow i must have overseen the getPlatformVersion() method...

happy new year
J
Forum: Developer Forum 12-29-2007, 01:29 AM
Replies: 5
Views: 968
Posted By jenselense
Cool getting information about OS...

Hello,
I m working on an application which takes the text from default bb applications and works with this text...
Problem is: The Notepad for example is not available in bb with OS 4.1...
so when...
Forum: Developer Forum 12-21-2007, 03:39 AM
Replies: 5
Views: 1,150
Posted By jenselense
I'm not really sure, which key you mean with...

I'm not really sure, which key you mean with SPEAKER but actually the Keylistener should be what you're searching for...

J
Forum: Developer Forum 12-20-2007, 10:55 PM
Replies: 5
Views: 1,546
Posted By jenselense
Thumbs up Hi rnickel, I didn't find a "real" solution, so...

Hi rnickel,
I didn't find a "real" solution, so I just wrote a little address book myself, to let the user choose a contact...
It's quite simple and works for my needs.
If it is enough your needs...
Forum: Developer Forum 12-20-2007, 03:51 AM
Replies: 5
Views: 1,546
Posted By jenselense
...

I just recognized, that the compose email app automatically is started after the user have choosen a contact....
so I think it would also work for me if I knew how to change the content of this...
Forum: Developer Forum 12-20-2007, 01:58 AM
Replies: 5
Views: 1,546
Posted By jenselense
invoke address book and get data from it....

Hi there,
I want to use the default Addressbook to let the user choose a contact and then work with this contact in my app...
So I thought about invoking the Addressbook in "ARG_COMPOSE -mode"....
Forum: Developer Forum 12-17-2007, 01:26 AM
Replies: 11
Views: 2,224
Posted By jenselense
Hi, to avoid the menu to appear you can give...

Hi,
to avoid the menu to appear you can give the button a certain style when creating it. (in this case CONSUMECLICK):
new ButtonField("submit",ButtonField.CONSUME_CLICK);

To run one of the...
Forum: Developer Forum 12-16-2007, 08:15 PM
Replies: 3
Views: 911
Posted By jenselense
Angry using external jars...works@emu dosen't@handheld

Hi,
I use an external jar in my project which works fine on the emulator...
but when I try the app on a device an error occurs, that the Module is not found....

Does anyone know what I have to...
Forum: Developer Forum 12-16-2007, 07:52 PM
Replies: 1
Views: 848
Posted By jenselense
Question test email sending...

Hi there,
I'm working on an application that need to send emails. Is there a way to test this via emulator?

J
Showing results 1 to 50 of 55

 
Forum Jump

Johnson Controls Metasys MS-NAE3510-2 Network Controller picture

Johnson Controls Metasys MS-NAE3510-2 Network Controller

$75.00



Johnson Controls Metasys MS-NAE3510-1 Controller NAE 3510-1 picture

Johnson Controls Metasys MS-NAE3510-1 Controller NAE 3510-1

$159.99



Johnson Controls NAE Metasys MS-NAE5510-2 Ver 6.0 w/ Battery picture

Johnson Controls NAE Metasys MS-NAE5510-2 Ver 6.0 w/ Battery

$199.99



Johnson Controls Metasys MS-VMA1610-1 VAV Controller picture

Johnson Controls Metasys MS-VMA1610-1 VAV Controller

$50.00



Johnson Controls Metasys MS-VMA 1610-0 Variable Air Volume Controller / WARRANTY picture

Johnson Controls Metasys MS-VMA 1610-0 Variable Air Volume Controller / WARRANTY

$200.00



Johnson Controls Metasys LN-PRG410-1 Programmable Controller Module LNPRG4101 picture

Johnson Controls Metasys LN-PRG410-1 Programmable Controller Module LNPRG4101

$139.99







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