BlackBerry Forums Support Community
              

Showing results 1 to 42 of 42
Search took 0.45 seconds.
Search: Posts Made By: sickned
Forum: Developer Forum 12-12-2008, 05:56 AM
Replies: 1
Views: 1,472
Posted By sickned
Post Custom button paint problem

Hi,

I have a custom button that has to be next to a labelfield.

The paint code of the button is this:
protected void paint(Graphics graphics) {
graphics.drawBitmap(13, 0, fieldWidth,...
Forum: Developer Forum 12-02-2008, 08:10 AM
Replies: 1
Views: 999
Posted By sickned
Can anyboday help me, please? This is most urgent.

Can anyboday help me, please? This is most urgent.
Forum: Developer Forum 12-01-2008, 11:59 AM
Replies: 4
Views: 2,927
Posted By sickned
It's a request for extends Field class. ...

It's a request for extends Field class.

Thanks for your answer.
Forum: Developer Forum 12-01-2008, 10:49 AM
Replies: 4
Views: 2,927
Posted By sickned
public class EscaladosButton extends Field { ...

public class EscaladosButton extends Field {

private TarifaDTO tarifa;

private Bitmap button;
private Bitmap on;
private Bitmap off;
private int fieldHeight;
Forum: Developer Forum 12-01-2008, 08:32 AM
Replies: 1
Views: 999
Posted By sickned
KeywordFilter issue

I've been messing with the KeywordFilterField and I would like to know how can I make it works exactly the same as the Address book app, I mean, when you introduce a character, the result list have...
Forum: Developer Forum 12-01-2008, 07:21 AM
Replies: 90
Views: 106,334
Posted By sickned
Are you using Eclipse or JDE? This tutorial is...

Are you using Eclipse or JDE? This tutorial is for Eclipse, I dont know how to do some steps at JDE.
Forum: Developer Forum 12-01-2008, 07:01 AM
Replies: 4
Views: 2,927
Posted By sickned
Custom ButtonField doesnt paint

Ive override the paint method at my CustomButtonField, but it's never called.

Whats the problem?

Thanks.
Forum: Developer Forum 11-24-2008, 11:49 AM
Replies: 12
Views: 1,720
Posted By sickned
Any help, please?

Any help, please?
Forum: Developer Forum 11-24-2008, 11:28 AM
Replies: 12
Views: 1,720
Posted By sickned
Thanks you very much but this doesnt work. ...

Thanks you very much but this doesnt work.



public class PretiumMain extends UiApplication{



public static void main(String[] args) {
PretiumMain theApp = new PretiumMain();
Forum: Developer Forum 11-24-2008, 11:06 AM
Replies: 12
Views: 1,720
Posted By sickned
I've modified the code: public class...

I've modified the code:


public class PretiumMain extends UiApplication{



public static void main(String[] args) {
PretiumMain theApp = new PretiumMain(); ...
Forum: Developer Forum 11-24-2008, 10:38 AM
Replies: 12
Views: 1,720
Posted By sickned
Thanks Ivanov. I've tried to use callbacks,...

Thanks Ivanov.

I've tried to use callbacks, but when I call the new Thread (who calls WS), the principal thread stay suspended or something.

I'll show you some code:

public class...
Forum: Developer Forum 11-24-2008, 09:52 AM
Replies: 12
Views: 1,720
Posted By sickned
And another question. If I do the WS call in one...

And another question. If I do the WS call in one thread and I get an exception, how can I send this to my app?

Thanks.
Forum: Developer Forum 11-24-2008, 09:20 AM
Replies: 12
Views: 1,720
Posted By sickned
Thanks Ivanov. Can you post some sample code,...

Thanks Ivanov. Can you post some sample code, please?

Another issue is the data from the WS has to be disponible for the UIApplication. How connect two threads?

Thanks in advance.
Forum: Developer Forum 11-24-2008, 07:42 AM
Replies: 12
Views: 1,720
Posted By sickned
Initialize the main screen and a web service call.

Hi,

I have to do the next in my application:

- At the start, do a web service call, that returns some data. If the connection fails, I have to show a message at the screen.

I've tried...
Forum: Developer Forum 11-19-2008, 11:15 AM
Replies: 10
Views: 3,830
Posted By sickned
Would you share it? ;-)

Would you share it? ;-)
Forum: Developer Forum 11-19-2008, 11:01 AM
Replies: 90
Views: 106,334
Posted By sickned
Just open the JAR I posted with WinRar and add...

Just open the JAR I posted with WinRar and add the HttpTransportBasicAuth.class on the right package. It worked for me!
Forum: Developer Forum 11-19-2008, 10:56 AM
Replies: 1
Views: 845
Posted By sickned
BasicEditField and character inserted

Hi,

I have a BasicEditField and my question is if there's any event o way to find out if the user has inserted a character or is trying yet. I mean, when at 8100 you press a character key, its on...
Forum: Developer Forum 11-13-2008, 07:47 AM
Replies: 0
Views: 818
Posted By sickned
List focus position at the screen

Hi,

How can I know the position at the device screen of the list focus.

I've tried with getFocusRect, but it has the coordinates at the list.

Thanks in advance.
Forum: Developer Forum 11-12-2008, 11:42 AM
Replies: 13
Views: 1,832
Posted By sickned
Thanks everyone for your answers. Finally,...

Thanks everyone for your answers.

Finally, I've implemented a tooltip inside the ListField (well, ColorListField).

If anybody wants the sample code, just write me.

Regards.
Forum: Developer Forum 11-12-2008, 07:51 AM
Replies: 13
Views: 1,832
Posted By sickned
Any help, please?

Any help, please?
Forum: Developer Forum 10-27-2008, 10:42 AM
Replies: 2
Views: 1,115
Posted By sickned
Thanks!! I dont know why, but I tried that...

Thanks!!

I dont know why, but I tried that before writing this post and it didnt work, but now it does. :?
Forum: Developer Forum 10-27-2008, 05:48 AM
Replies: 2
Views: 1,115
Posted By sickned
Listfield focus and MenuItem

Hi,

how can I do to make visible a menuitem only when a listfield is focused?

Thanks in advance.
Forum: Developer Forum 10-23-2008, 04:07 AM
Replies: 5
Views: 2,589
Posted By sickned
Change the 4.5 lib for the 4.2 lib at...

Change the 4.5 lib for the 4.2 lib at Blackberry->Configure Blackberry workspace-> Imported jars
Forum: Developer Forum 10-23-2008, 03:56 AM
Replies: 0
Views: 784
Posted By sickned
EditField always visible and focused

Hi,

Im developing an app and one of the screens is a BasicEditField and a ListField. When the user writes at the editfield, the list is filtered by the text introduced.

I wanna do something...
Forum: Developer Forum 10-22-2008, 09:35 AM
Replies: 55
Views: 33,709
Posted By sickned
repeat post.

repeat post.
Forum: Developer Forum 10-22-2008, 09:35 AM
Replies: 5
Views: 909
Posted By sickned
Finally I've painted it using diferent bitmaps...

Finally I've painted it using diferent bitmaps (corners and lines). Very stressful, LOL.
Forum: Developer Forum 10-22-2008, 09:33 AM
Replies: 37
Views: 29,734
Posted By sickned
http://www.blackberryforums.com/developer-forum/15...

http://www.blackberryforums.com/developer-forum/155972-blackberry-ksoap2-tutorial.html
Forum: Developer Forum 10-22-2008, 09:33 AM
Replies: 55
Views: 33,709
Posted By sickned
http://www.blackberryforums.com/developer-forum/15...

http://www.blackberryforums.com/developer-forum/155972-blackberry-ksoap2-tutorial.html
Forum: Developer Forum 10-22-2008, 09:32 AM
Replies: 16
Views: 3,316
Posted By sickned
http://www.blackberryforums.com/developer-forum/15...

http://www.blackberryforums.com/developer-forum/155972-blackberry-ksoap2-tutorial.html
Forum: Developer Forum 10-22-2008, 09:31 AM
Replies: 90
Views: 106,334
Posted By sickned
Lightbulb **** BlackBerry and Ksoap2 Tutorial *****

I was very, very sick trying to make work the ksoap2's libraries at a BlackBerry app and now I get it, Im gonna make a tutorial for all the people at the forum that have the same problem I had.
...
Forum: Developer Forum 10-20-2008, 04:28 AM
Replies: 13
Views: 1,832
Posted By sickned
Any help, please?

Any help, please?
Forum: Developer Forum 10-17-2008, 06:27 AM
Replies: 13
Views: 1,832
Posted By sickned
Sorry for my english. I wanted to say that I...

Sorry for my english. I wanted to say that I think that better solution is posible, but I dont know it.
Forum: Developer Forum 10-17-2008, 05:58 AM
Replies: 13
Views: 1,832
Posted By sickned
I'm sorry, but I think there's a better solution....

I'm sorry, but I think there's a better solution.

Thanks.
Forum: Developer Forum 10-17-2008, 04:12 AM
Replies: 13
Views: 1,832
Posted By sickned
But if I check the string length and then I have...

But if I check the string length and then I have to split it in two items would be wrong, because the user could select two items when really it's just one.

Thanks for your answer, but I need...
Forum: Developer Forum 10-17-2008, 03:44 AM
Replies: 13
Views: 1,832
Posted By sickned
ListField itemīs text exceed width

How can I implement a tooltip when one of the itemīs text exceed the width of the screen?

Another solution could be a single item take 2 rows.

Any idea?

Thanks.
Forum: Developer Forum 10-16-2008, 11:07 AM
Replies: 1
Views: 780
Posted By sickned
Im an ass, I was clicking on java microedition...

Im an ass, I was clicking on java microedition Graphics.

Sorry.
Forum: Developer Forum 10-16-2008, 11:03 AM
Replies: 1
Views: 780
Posted By sickned
Graphics documentation?

Hi,

Im looking for at the Blackberry API documentation at blackberry website and I cant find info about methods drawText.

Where I can find it?

Thanks in advance.
Forum: Developer Forum 10-16-2008, 11:01 AM
Replies: 5
Views: 909
Posted By sickned
Thanks for the answers!!

Thanks for the answers!!
Forum: Developer Forum 10-15-2008, 02:18 AM
Replies: 5
Views: 909
Posted By sickned
I dont know how to draw the address book's...

I dont know how to draw the address book's roundrects, and I thought overriding drawRoundRect. Maybe using bitmaps?
Forum: Developer Forum 10-14-2008, 11:58 AM
Replies: 5
Views: 909
Posted By sickned
Getting Address book's User interface

Hi,

I want to implement some roundrects like at Address book app.


I've seen that I can`t override Graphics class, and I have no idea how to do this.

Thanks in advance.
Forum: Developer Forum 10-08-2008, 02:53 AM
Replies: 0
Views: 957
Posted By sickned
Filterable text list in JDE 4.2

I have to implement a filterable text list in JDE 4.2. There's a code sample in JDE 4.5, which use the class KeyWordFilterField, that dont exist at 4.2.

Exist any code sample using 4.2?

Thanks...
Forum: Developer Forum 10-02-2008, 06:12 AM
Replies: 0
Views: 903
Posted By sickned
Eclipse plugin and ksoap2

Hi,

Im freaking out trying to run an app., using the BlackBerry Eclipse plugin and ksoap2 libraries for connecting webservices.

Anybody has a sample code like a project or workspace?

Thanks.
Showing results 1 to 42 of 42

 
Forum Jump

Semiconductor Refrigeration Cooler Thermoelectric Peltier Cold Plate 240W SALE picture

Semiconductor Refrigeration Cooler Thermoelectric Peltier Cold Plate 240W SALE

$32.30



Fuse, Semiconductor, Blade, FWP, 175A, 700V picture

Fuse, Semiconductor, Blade, FWP, 175A, 700V

$283.43



Ferraz Shawmut A50P125-4TA Semiconductor Fuse picture

Ferraz Shawmut A50P125-4TA Semiconductor Fuse

$199.99



Phoenix Contact ELR W3- 24DC/500AC- 9I  4 in 1  three-phase semiconductor rev... picture

Phoenix Contact ELR W3- 24DC/500AC- 9I 4 in 1 three-phase semiconductor rev...

$271.56



Mersen / Ferraz Shawmut L300666, Semiconductor Protection Fuse High Speed, 1300V picture

Mersen / Ferraz Shawmut L300666, Semiconductor Protection Fuse High Speed, 1300V

$250.00



WESTCODE SEMICONDUCTOR 12-679126-04 NEW 1267912604 picture

WESTCODE SEMICONDUCTOR 12-679126-04 NEW 1267912604

$150.00







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