BlackBerry Forums Support Community
              

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: lionscribe
Forum: Developer Forum 06-22-2009, 08:20 PM
Replies: 4
Views: 4,853
Posted By lionscribe
Wirelessly posted We ARE using rapc...

Wirelessly posted

We ARE using rapc preprocessor. We are just adding the ability that every version of the compiler should add some defines that identify the compiler version.
That way, the same...
Forum: Developer Forum 06-22-2009, 04:51 PM
Replies: 4
Views: 4,853
Posted By lionscribe
Smile Updated version. Now using Java.

I am happy to hear form those who found my utility useful.
I have now decided to update/change this fix.
Last version, was written in C++, and updated the rapc.exe file.
The problem was, that it...
Forum: Developer Forum 06-18-2009, 03:03 PM
Replies: 2
Views: 1,022
Posted By lionscribe
Wirelessly posted Part of the question is,...

Wirelessly posted

Part of the question is, if any of the simulators out there, also have the new touchscreen update, so they can be used for testing.
Lionscribe
Forum: Developer Forum 06-15-2009, 01:28 PM
Replies: 2
Views: 1,022
Posted By lionscribe
Wirelessly posted Does there exist a Storm...

Wirelessly posted

Does there exist a Storm 4.7.0.178 Emulator?
My aplication worked fine on the previous Storm, & is having problems with the touchscreen on the new update. So I need an emulator....
Forum: Developer Forum 05-05-2009, 01:58 PM
Replies: 0
Views: 1,267
Posted By lionscribe
Wirelessly posted I have multiple...

Wirelessly posted

I have multiple applications that use the same classes & source code. The problem is that if user installs both applications, they seem to cross over, especially in static...
Forum: Developer Forum 04-05-2009, 04:05 PM
Replies: 20
Views: 40,298
Posted By lionscribe
No, not weird. Obviously you are coming over from...

No, not weird. Obviously you are coming over from C++. In Java any method that declares itself that it throws an Exception, then the calling function has to catch it or pass it on. Otherwise you will...
Forum: Developer Forum 04-03-2009, 05:08 PM
Replies: 20
Views: 40,298
Posted By lionscribe
Wirelessly posted Thanks, it works.... but I...

Wirelessly posted

Thanks, it works.... but I am having a problem that sometimes the ZOOM is terrible, it shows the address on the map of the whole USA. Is there a way to specify the zoom in the...
Forum: Developer Forum 02-25-2009, 03:54 PM
Replies: 2
Views: 1,085
Posted By lionscribe
Wirelessly posted Thanks! Will try.

Wirelessly posted

Thanks! Will try.
Forum: Developer Forum 02-25-2009, 02:03 PM
Replies: 2
Views: 1,085
Posted By lionscribe
Wirelessly posted Is it possible to setup my...

Wirelessly posted

Is it possible to setup my webscripts (PHP or Perl) to detect a device's OS version (not module number), so that it can automatically decide which software version to serve using...
Forum: Developer Forum 02-24-2009, 08:29 AM
Replies: 6
Views: 1,682
Posted By lionscribe
Wirelessly posted I have posted a solution...

Wirelessly posted

I have posted a solution for this issue at <a>http://www.blackberryforums.com/developer-forum/177904-solution-jde-preprocessor-defines.html</a>
Lionscribe
Forum: Developer Forum 02-24-2009, 08:26 AM
Replies: 4
Views: 1,310
Posted By lionscribe
Wirelessly posted I have posted a solution...

Wirelessly posted

I have posted a solution for this issue at http://www.blackberryforums.com/developer-forum/177904-solution-jde-preprocessor-defines.html
Lionscribe
Forum: Developer Forum 02-23-2009, 08:03 PM
Replies: 4
Views: 4,853
Posted By lionscribe
Thumbs up Solution: JDE Preprocessor Defines

If you have been reading the forums lately, you will see that there is a demand for adding preprocesser defines in the JDE, so that the same file can be used in multiple OS versions.
RIM added...
Forum: Developer Forum 02-16-2009, 10:29 AM
Replies: 6
Views: 4,252
Posted By lionscribe
Wirelessly posted I believe that when...

Wirelessly posted

I believe that when scrolling the context equals "0", and when selecting it equals "2". It may be the opposite. I don't know what the values mean, but it worked by me.
Forum: Developer Forum 05-01-2008, 07:19 AM
Replies: 9
Views: 5,269
Posted By lionscribe
Wirelessly posted ALT-ESCAPE needs that you...

Wirelessly posted

ALT-ESCAPE needs that you press both at the same time and keep them pressed in. I don't believe you can simulate that with EventEjection. In addition, upon release of the buttons...
Forum: Developer Forum 04-17-2008, 07:29 AM
Replies: 9
Views: 5,269
Posted By lionscribe
Like I previously said, you cannot use an icon if...

Like I previously said, you cannot use an icon if it's not there. The colorful icons for the built-in programs are part of the Home interface and it's not available to developers. With the...
Forum: Developer Forum 04-15-2008, 12:12 AM
Replies: 1
Views: 875
Posted By lionscribe
Wirelessly posted Well I figured out the...

Wirelessly posted

Well I figured out the culprit. Long.parseLong() was throwing it when some invalid string was passed to it. I still don't know what that string was, probably too long of a...
Forum: Developer Forum 04-13-2008, 01:16 PM
Replies: 1
Views: 875
Posted By lionscribe
Wirelessly posted I just did an update to my...

Wirelessly posted

I just did an update to my application, and now on some devices as soon as the program is launched users get an Uncaught Exception with the following 21 digit code:...
Forum: Developer Forum 04-09-2008, 07:31 AM
Replies: 6
Views: 1,691
Posted By lionscribe
Wirelessly posted I would do as...

Wirelessly posted



I would do as Richard advises, but I would compile it separately as a library, thus having 2 cod files. Then when you have to update, you only update the library, thus...
Forum: Developer Forum 04-08-2008, 02:47 PM
Replies: 9
Views: 5,269
Posted By lionscribe
Wirelessly posted You cannot. The color...

Wirelessly posted

You cannot. The color icons you see for many applications are part of the Home Theme.
Look a few post back, where I posted code to add the Switch Application Menu, and I added...
Forum: Developer Forum 04-04-2008, 12:04 PM
Replies: 1
Views: 2,310
Posted By lionscribe
Smile Well now for the solution. I created a seperate...

Well now for the solution.
I created a seperate projects. I called it MapInvoke, set it up as a Library, and it has one single class, which extends (believe it or not) the Vector class. The reason...
Forum: Developer Forum 04-04-2008, 11:50 AM
Replies: 1
Views: 2,310
Posted By lionscribe
Post Problem class not found (Update to thread)

Unfortunately the thread "Problem class not found" got lost during the recent Server Meltdown, and thread itself is not found :-) )
But since I came up with a solution, I will state the original...
Forum: Developer Forum 04-04-2008, 11:27 AM
Replies: 5
Views: 5,676
Posted By lionscribe
Smile Code Solution

Well due to the server crashing, we lost the wonderful code put up by "dangihitesh" to create your own Switch Application Menu Item. But don't worry, I had the code, and I spruced it much up, and I...
Forum: Developer Forum 02-19-2008, 12:27 PM
Replies: 1
Views: 847
Posted By lionscribe
Post Launching Map Application

I am new to BlackBerry programming, having programmed for the Palm & PocketPC in the past, so please bear with me.

My application has contact information, and I would like to give the user an...
Forum: GPS & Mapping 02-18-2008, 11:58 AM
Replies: 0
Views: 2,124
Posted By lionscribe
Post Maps API for v4.1

I have an appliocation that offers the users to Map an address.
That would work fine on Blackberry software version 4.2 and later, which have the built in Maps program, and a supporting API.
But...
Showing results 1 to 24 of 24

 
Forum Jump

Analog Panel AMP VOLT Current Ammeter Voltmeter Voltage Gauge 10A 50V DH-670 DC  picture

Analog Panel AMP VOLT Current Ammeter Voltmeter Voltage Gauge 10A 50V DH-670 DC

$12.99



USB Power Meter Tester Type-C Multimeter Voltmeter Ammeter Detector picture

USB Power Meter Tester Type-C Multimeter Voltmeter Ammeter Detector

$21.83



2PC 2-in-1 Digital Voltmeter Ammeter AC 60-500V 0-100A 22mm LED Volt AMP Meter picture

2PC 2-in-1 Digital Voltmeter Ammeter AC 60-500V 0-100A 22mm LED Volt AMP Meter

$11.69



Battery Tester DC 0-80V0-350A SOC AH VOLT AMP Capacity Tester Voltmeter Ammeter picture

Battery Tester DC 0-80V0-350A SOC AH VOLT AMP Capacity Tester Voltmeter Ammeter

$36.50



US Stock Analog Panel AMP Current Ammeter Meter Gauge DH-670 0-10A DC picture

US Stock Analog Panel AMP Current Ammeter Meter Gauge DH-670 0-10A DC

$13.23



Digital Multimeter AC DC Voltmeter Ammeter Ohmmeter Volt Tester Meter DM850 picture

Digital Multimeter AC DC Voltmeter Ammeter Ohmmeter Volt Tester Meter DM850

$8.95







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