BlackBerry Forums Support Community
              

Showing results 1 to 50 of 310
Search took 0.04 seconds.
Search: Posts Made By: Ivanov
Forum: Developer Forum 01-07-2010, 11:36 AM
Replies: 2
Views: 1,900
Posted By Ivanov
where is your "button" class? Which device, which...

where is your "button" class? Which device, which JDK?
Forum: Developer Forum 01-07-2010, 11:33 AM
Replies: 1
Views: 1,553
Posted By Ivanov
no chance, also not if you use alx. You need to...

no chance, also not if you use alx. You need to compile against SDK 4.7 or higher
Forum: Developer Forum 12-18-2009, 05:29 AM
Replies: 1
Views: 1,675
Posted By Ivanov
no, not possible. Camera API is a joke IMHO......

no, not possible. Camera API is a joke IMHO... That's confirmed by not even one existing AR application like on iPhone or Android.
Forum: Developer Forum 12-18-2009, 05:27 AM
Replies: 2
Views: 1,427
Posted By Ivanov
Are you sure your Blackberry has the fonts to...

Are you sure your Blackberry has the fonts to display them? I guess the old 7100T not. Which device, which OS, which languages installed?
Forum: Developer Forum 11-10-2009, 05:03 PM
Replies: 3
Views: 1,475
Posted By Ivanov
create an instance of the class and catch a...

create an instance of the class and catch a ClassNotFoundException if the lib cod doesn't exist
Forum: Developer Forum 11-10-2009, 04:39 AM
Replies: 2
Views: 2,111
Posted By Ivanov
first you don't need JDE if you use Eclipse +...

first you don't need JDE if you use Eclipse + component packages.
I don't know about BouncyCastle but your should try to extract the zip and reference the jar files inside. Also try to preverify...
Forum: Developer Forum 11-10-2009, 04:31 AM
Replies: 3
Views: 1,475
Posted By Ivanov
Is your library compiled as a separate cod file...

Is your library compiled as a separate cod file or do you include the jar file in your project and let it compile into your application?

The error you get noramlly means that on your device you...
Forum: Developer Forum 11-10-2009, 04:24 AM
Replies: 1
Views: 1,208
Posted By Ivanov
An application cannot enable/disable Bluetooth...

An application cannot enable/disable Bluetooth radio, it's a privilege of the user/OS.

Discovery is available in latest SDKs as far as I remember, pairing not. And you cannot communicate with not...
Forum: Developer Forum 06-15-2009, 02:40 AM
Replies: 1
Views: 4,398
Posted By Ivanov
I've posted some info about it here:...

I've posted some info about it here: http://www.blackberryforums.com/developer-forum/173014-bbthumbs-dat.html

With a Hex Editor you should be able to analyze the structure
Forum: Developer Forum 05-05-2009, 03:08 AM
Replies: 4
Views: 7,282
Posted By Ivanov
I'm quite sure I've seen them somewhere in the...

I'm quite sure I've seen them somewhere in the request before, but I think only if using the MDS/BES.

From DB-00435:
Forum: Developer Forum 05-04-2009, 07:37 AM
Replies: 4
Views: 7,282
Posted By Ivanov
AKAIK the PIN is transmitted together with the...

AKAIK the PIN is transmitted together with the device info in the HTTP header (user agent)
Forum: Developer Forum 04-24-2009, 02:48 AM
Replies: 11
Views: 1,779
Posted By Ivanov
cox.delete(labelLoading);

cox.delete(labelLoading);
Forum: Developer Forum 04-23-2009, 07:16 AM
Replies: 3
Views: 2,536
Posted By Ivanov
Support - I/O Error: CreateProcess...

Support - I/O Error: CreateProcess (http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800901/Support_-_I_O_Error_CreateProcess.html?nodeid=800760&vernum=0)
Forum: Developer Forum 04-23-2009, 04:34 AM
Replies: 3
Views: 2,536
Posted By Ivanov
Have you installed the JDK or JRE? You need the...

Have you installed the JDK or JRE? You need the JDK as the java compiler javac is not part of JRE.

Also check if the paths to java folder are set
Forum: Developer Forum 04-20-2009, 09:04 AM
Replies: 2
Views: 1,323
Posted By Ivanov
any code?

any code?
Forum: Developer Forum 04-02-2009, 07:26 AM
Replies: 4
Views: 1,485
Posted By Ivanov
cannot imagine something is working fine on 4.7...

cannot imagine something is working fine on 4.7 device in compatibility mode... excepting there is no GUI of course...
you are right deprecated != removed, at least for the moment.

just to quote...
Forum: Developer Forum 04-01-2009, 09:53 AM
Replies: 4
Views: 1,485
Posted By Ivanov
public void pushGlobalScreen(Screen screen, int...

public void pushGlobalScreen(Screen screen, int priority, boolean inputRequired) is deprecated since 4.2.0.

use
Forum: Developer Forum 04-01-2009, 02:39 AM
Replies: 1
Views: 862
Posted By Ivanov
sibling cod files... Support - 907 Invalid...

sibling cod files...

Support - 907 Invalid Jar Error when installing an application wirelessly...
Forum: Developer Forum 03-30-2009, 06:48 PM
Replies: 2
Views: 1,085
Posted By Ivanov
check for the model and OS version in the HTTP...

check for the model and OS version in the HTTP request header.

By the way you can update 8700 BBs to 4.5 OS
Forum: Developer Forum 03-30-2009, 11:16 AM
Replies: 2
Views: 876
Posted By Ivanov
in the project properties

in the project properties
Forum: Developer Forum 03-30-2009, 11:12 AM
Replies: 2
Views: 2,250
Posted By Ivanov
How To - Implement a string splitter based on a...

How To - Implement a string splitter based on a given string delimiter...
Forum: Developer Forum 03-26-2009, 04:27 AM
Replies: 3
Views: 2,428
Posted By Ivanov
DOM is holding the whole xml document in memory...

DOM is holding the whole xml document in memory in the form of a tree and that IS something to consider in mobile development. I f you have an XML based database engine which might grow very quick or...
Forum: Developer Forum 03-23-2009, 10:49 AM
Replies: 9
Views: 1,149
Posted By Ivanov
Have you checked zechariahs's link? what is your...

Have you checked zechariahs's link? what is your code of the class containing the main() function to start?
Forum: Developer Forum 03-20-2009, 06:49 PM
Replies: 9
Views: 1,149
Posted By Ivanov
project properties/Application

project properties/Application
Forum: Developer Forum 03-20-2009, 05:13 PM
Replies: 9
Views: 1,149
Posted By Ivanov
check if you have compiled it as a "system...

check if you have compiled it as a "system module"
Forum: Developer Forum 03-20-2009, 05:12 PM
Replies: 5
Views: 1,852
Posted By Ivanov
...no

...no
Forum: Developer Forum 03-20-2009, 07:35 AM
Replies: 1
Views: 864
Posted By Ivanov
it should work the first way adding them both to...

it should work the first way adding them both to the Screen's manager.

you should add you topHorizontalManager first and then your bottomVerticalManager. In your code it's vice versa. mistake?
...
Forum: Developer Forum 03-20-2009, 03:54 AM
Replies: 5
Views: 1,852
Posted By Ivanov
like zechariahs said your basiceditfield might be...

like zechariahs said your basiceditfield might be too short. And I think you want to change the LABEL not the TEXT of it. I guess since it's for displaying some short numeric values, you've...
Forum: Developer Forum 03-19-2009, 03:04 AM
Replies: 4
Views: 1,597
Posted By Ivanov
dactivate() belongs to the UiApplication class

dactivate() belongs to the UiApplication class
Forum: Bluetooth Connection 03-18-2009, 10:03 AM
Replies: 13
Views: 7,802
Posted By Ivanov
Is your BOLD set as discoverable in the Bluetooth...

Is your BOLD set as discoverable in the Bluetooth options? Also check enabled profiles there and if "Contacts Transfer" is set to "All Entries"
Forum: Developer Forum 03-18-2009, 06:58 AM
Replies: 1
Views: 822
Posted By Ivanov
8700 devices have no embedded GPS module. Test it...

8700 devices have no embedded GPS module. Test it on another device with embedded GPS support.
Forum: Developer Forum 03-18-2009, 06:23 AM
Replies: 4
Views: 1,597
Posted By Ivanov
you could overwrite deactivate() or onObscured()...

you could overwrite deactivate() or onObscured() to catch the "put-to-the-backgroud-event" fired by that button and stop your movie
Forum: Developer Forum 03-18-2009, 05:18 AM
Replies: 2
Views: 1,865
Posted By Ivanov
sniff for the command javaloader is sending to...

sniff for the command javaloader is sending to get the PIN list of connected BlackBerry devices. However I think it's binary and not an AT command
Forum: Developer Forum 03-18-2009, 04:49 AM
Replies: 8
Views: 3,243
Posted By Ivanov
By the way, first I tried the following version...

By the way, first I tried the following version below and it worked on the BOLD, but not on the new Curve with 4.6.1. Again a bug for me. There were and are a lot of bugs in RIM'S web/javascript...
Forum: Developer Forum 03-18-2009, 04:39 AM
Replies: 8
Views: 3,243
Posted By Ivanov
OK, I see what you mean. Could reproduce it on a...

OK, I see what you mean. Could reproduce it on a Bold device. This is a bug for me. The state/value of the checkbox is set AFTER the onClick action is executed, that's why you get wrong value if you...
Forum: Developer Forum 03-18-2009, 04:08 AM
Replies: 6
Views: 4,930
Posted By Ivanov
the only way to manipulate a precompiled file is...

the only way to manipulate a precompiled file is to read it in a byte array and write it to the file system as file. You can then either manipulate it as long as it is in the array or when it is in...
Forum: Developer Forum 03-17-2009, 05:30 AM
Replies: 8
Views: 3,243
Posted By Ivanov
seems to work on the curve 8900. Maybe you could...

seems to work on the curve 8900. Maybe you could provide an url for testing or post the code of the form as well
Forum: Developer Forum 03-16-2009, 05:18 AM
Replies: 5
Views: 1,530
Posted By Ivanov
if you only use integers... yes. if longs and...

if you only use integers... yes. if longs and doubles even less...

form Mike's posting I would say a word is a 32-bit long, so count all your variables together and compare
Forum: Developer Forum 03-16-2009, 05:00 AM
Replies: 1
Views: 2,216
Posted By Ivanov
try this: Livelink - Redirection...

try this:

Livelink - Redirection...
Forum: Developer Forum 03-16-2009, 04:57 AM
Replies: 5
Views: 1,530
Posted By Ivanov
take a look at this: BlackBerry Support...

take a look at this:

BlackBerry Support Community Forums - Re: Error encountered when using RAPC compiler - Java Development - BlackBerry Support Community Forums...
Forum: Developer Forum 03-16-2009, 04:54 AM
Replies: 8
Views: 3,243
Posted By Ivanov
it might be helpful if you show us your code

it might be helpful if you show us your code
Forum: Developer Forum 03-16-2009, 03:36 AM
Replies: 1
Views: 1,018
Posted By Ivanov
Applications on BlackBerry devices are not...

Applications on BlackBerry devices are not executed from a file system.

Here is the list of all supported properties:
Livelink - Redirection...
Forum: Developer Forum 03-13-2009, 08:45 AM
Replies: 6
Views: 1,845
Posted By Ivanov
the javaloader utility has an option to wipe the...

the javaloader utility has an option to wipe the connected device.
You can use the BES to wipe all devices at once.
Forum: Developer Forum 03-13-2009, 08:43 AM
Replies: 2
Views: 904
Posted By Ivanov
I guess you are using JSR 172 which is available...

I guess you are using JSR 172 which is available since JDE 4.3. However your 8100 device still has the older 4.2.x device software.
Forum: Developer Forum 03-12-2009, 09:58 AM
Replies: 1
Views: 2,187
Posted By Ivanov
There is a developer guide and many samples in...

There is a developer guide and many samples in the installation folder of JDE
Forum: Developer Forum 03-12-2009, 09:56 AM
Replies: 3
Views: 1,647
Posted By Ivanov
use Locale.setDefault(). I guess you have to...

use Locale.setDefault(). I guess you have to reload your resourceBundle after it.


Locale.setDefault(Locale.LOCALE_de);
Forum: Developer Forum 03-12-2009, 09:51 AM
Replies: 2
Views: 2,337
Posted By Ivanov
actually it is correctly alligned. The only thing...

actually it is correctly alligned. The only thing is that your horizontal filed manager takes the whole width of the screen. This is because of the containing BasiceditField inside which takes the...
Forum: Developer Forum 02-02-2009, 04:15 AM
Replies: 1
Views: 1,612
Posted By Ivanov
use two VerticalFieldManagers, one not scrollable...

use two VerticalFieldManagers, one not scrollable for the EditField and the second one scrollable for your listfield
Forum: Developer Forum 02-02-2009, 04:13 AM
Replies: 8
Views: 4,619
Posted By Ivanov
setSelectedIndex works, but only if the listfield...

setSelectedIndex works, but only if the listfield has the focus
Forum: Developer Forum 01-29-2009, 05:07 AM
Replies: 1
Views: 7,114
Posted By Ivanov
I looked at the format of that file some time ago...

I looked at the format of that file some time ago and here is what I think about it.

It contains a sequence of thumbnails in PNG format. The .dat file contains a RIM's own header (first 37 Byte)...
Showing results 1 to 50 of 310

 
Forum Jump

NEW NO BOX- Analog Devices AIM03 Computer Module || Fast Shipped🇺🇸Warranty picture

NEW NO BOX- Analog Devices AIM03 Computer Module || Fast Shipped🇺🇸Warranty

$150.00



Measurement Computing 197728B USB 1608HS-2A0 16-Channel Digital DAQ +2 Analog picture

Measurement Computing 197728B USB 1608HS-2A0 16-Channel Digital DAQ +2 Analog

$422.50



USED Foxboro 556-9-30 Pneumatic Analog Computer St.C 3-15 PSI picture

USED Foxboro 556-9-30 Pneumatic Analog Computer St.C 3-15 PSI

$125.00



LB01 Process Calibrator Resistance Current Voltmeter Signal Generator Source  picture

LB01 Process Calibrator Resistance Current Voltmeter Signal Generator Source

$129.99



Electronic Development Company Programmable IEEE 488 GP-1B D.C Calibrator EDC521 picture

Electronic Development Company Programmable IEEE 488 GP-1B D.C Calibrator EDC521

$1200.00



OPTO-22 B3000-B SNAP Analog/Digital Brain, Mistic Protocol picture

OPTO-22 B3000-B SNAP Analog/Digital Brain, Mistic Protocol

$932.89







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