BlackBerry Forums Support Community
              

Showing results 1 to 50 of 56
Search took 0.11 seconds.
Search: Posts Made By: racsus
Forum: Developer Forum 03-02-2011, 11:57 AM
Replies: 0
Views: 1,539
Posted By racsus
using sqlite

Hi, I have an application with some pages. I add the code to create the tables in one of pages and I do all the "CREATE TABLE..." but when I change to another pages I think that I lost all data,...
Forum: Developer Forum 02-02-2011, 04:03 AM
Replies: 1
Views: 1,306
Posted By racsus
know if terminal has connection

Hi, I want to know if terminal has internet connectio, because if not I save all data in SQLlite. How can I test this? And How can I simulate not connection in my simulator?

Thanks,
Forum: Developer Forum 12-22-2010, 10:41 AM
Replies: 0
Views: 1,146
Posted By racsus
widget development

Hi, using widget development, How can I exit the application using javascript? I try with window.close(), but not goes correctly. Thanks!
Forum: Developer Forum 12-22-2010, 05:42 AM
Replies: 1
Views: 1,418
Posted By racsus
add shortcut icon in desktop

Hi, How can I do for when user install my application show a shorcut access to application on blackberry main desktop?

thanks,
Forum: Developer Forum 04-28-2010, 03:18 AM
Replies: 1
Views: 1,510
Posted By racsus
publish blackberry widget

Hi, I have buid a blackberry widget and I have obtain a .cod .alx and .jad files. Now I want to install this application from BES Server using the repository. How can I send the application to the...
Forum: Developer Forum 08-07-2008, 09:55 AM
Replies: 1
Views: 1,452
Posted By racsus
problem with httpconnection

Hi, I have this code to read a webservice:

String url = Globales.CadenaConexion + "service.asmx/ObtenerInformaticaEmailsXML";
//url = url + "?operario=" + operario_actual;...
Forum: Developer Forum 04-28-2008, 01:51 AM
Replies: 5
Views: 2,074
Posted By racsus
clear screen

Hi

I have a screen with a HorizontalFieldManager control, after fill it, I want to clear the control or the screen for fill the control with other data. How can I do it?

Thanks, Oscar
Forum: Developer Forum 04-27-2008, 05:12 AM
Replies: 5
Views: 3,352
Posted By racsus
I can not modify a public static final variable,...

I can not modify a public static final variable, How can I declare a public variable that I can modify?
Forum: Developer Forum 04-27-2008, 01:50 AM
Replies: 4
Views: 1,127
Posted By racsus
return variable

Hi

I have two screens, in first screen I call the second screen and in this second screen the user put a value, this value I want to return it to the first screen, How can I do it? I can pass...
Forum: Developer Forum 04-25-2008, 04:52 AM
Replies: 2
Views: 2,063
Posted By racsus
Hi I try to load another application that...

Hi

I try to load another application that it's made in MIDlet and goes perfectly, but my application make in UIapplication(canvas) give this error. why?

this is part of the code of my...
Forum: Developer Forum 04-25-2008, 02:40 AM
Replies: 2
Views: 2,063
Posted By racsus
error executing application in device

Hi

I have an application in netbeans with plugin Blackberry, in my computer run correctly but when I installa the application in my blackberry device and I execute it give me the error "Uncaught...
Forum: Developer Forum 04-24-2008, 09:11 AM
Replies: 2
Views: 1,112
Posted By racsus
I don't want to run blackberry since netbeans,...

I don't want to run blackberry since netbeans, this I can do it, my question is different, I want to installa my project in my blackberry device.
Forum: Developer Forum 04-24-2008, 07:01 AM
Replies: 2
Views: 1,112
Posted By racsus
publish since netbeans

Hi

I have an application in netbeans 6 but now I want to generate a .alx or .cod file for install in my blackberry, How can I do it with netbeans? are the some wizard in netbeans for make it?
...
Forum: Developer Forum 04-24-2008, 06:54 AM
Replies: 5
Views: 3,352
Posted By racsus
thank you very much!

thank you very much!
Forum: Developer Forum 04-23-2008, 04:17 PM
Replies: 2
Views: 2,818
Posted By racsus
install application .jar in BES

Hi

How can I install my java application to my Blackberry Entreprise Server(BES)?
I know installa applications since Visual Studio and MDS Studio, but my application it's make it in netbeans,...
Forum: Developer Forum 04-23-2008, 03:58 PM
Replies: 5
Views: 3,352
Posted By racsus
global variable

Hi

How can i add a global variable in my project that I can call this variable since every class of the project. How can I do it?

thanks, Oscar
Forum: Developer Forum 04-23-2008, 02:19 PM
Replies: 2
Views: 1,073
Posted By racsus
Thank you very much I have solved it.

Thank you very much I have solved it.
Forum: Developer Forum 04-23-2008, 11:13 AM
Replies: 2
Views: 1,073
Posted By racsus
obtain text from Field

How can I obtain the text value from a field, I am use this code but it's not correct, give me error in command campo = (EditField)field;

private class FocusListener implements...
Forum: Developer Forum 04-23-2008, 08:50 AM
Replies: 9
Views: 4,074
Posted By racsus
Hi again, I think that error it's when I create...

Hi again, I think that error it's when I create the fields of VerticalFieldManager:

filas_aviso[cont_fila_aviso] = new LabelField(contenido, LabelField.FOCUSABLE);...
Forum: Developer Forum 04-23-2008, 04:35 AM
Replies: 9
Views: 4,074
Posted By racsus
I have prove your code but never entry in the...

I have prove your code but never entry in the if... why? this is my code:

Field tmp;
EditField tmp2;
String aviso = "";
tmp = this.getFieldWithFocus();
...
Forum: Developer Forum 04-23-2008, 03:43 AM
Replies: 9
Views: 4,074
Posted By racsus
Ok, I have add this code: Field tmp;...

Ok, I have add this code:

Field tmp;
String aviso;
tmp = this.getFieldWithFocus();
aviso = tmp.getAccessibleDescription();
Dialog.inform(aviso);

But...
Forum: Developer Forum 04-22-2008, 03:43 PM
Replies: 9
Views: 4,074
Posted By racsus
and what type return me the function...

and what type return me the function getFieldWithFocus()? in what type of variable can i save the returned value of this function?

Thanks, Oscar
Forum: Developer Forum 04-22-2008, 11:06 AM
Replies: 9
Views: 4,074
Posted By racsus
focus on verticalfieldmanager

Hi

I have a hfm.add(new LabelField("fld 1", LabelField.FOCUSABLE)); in a verticalfieldmanager, how can I know the content of the actually screen focus that user has selected?

Thanks, Oscar
Forum: Developer Forum 04-22-2008, 11:00 AM
Replies: 1
Views: 896
Posted By racsus
I have solved the problem, thank you

I have solved the problem, thank you
Forum: Developer Forum 04-22-2008, 10:05 AM
Replies: 1
Views: 896
Posted By racsus
problem with grid

Hi,

I want to fill a grid using VerticalFieldManager
this is the a part of the code:

c1 = new VerticalFieldManager();
c2 = new VerticalFieldManager();
hfm...
Forum: Developer Forum 04-22-2008, 08:45 AM
Replies: 4
Views: 1,242
Posted By racsus
thank you again!

thank you again!
Forum: Developer Forum 04-22-2008, 08:43 AM
Replies: 4
Views: 6,416
Posted By racsus
thank you very much!

thank you very much!
Forum: Developer Forum 04-22-2008, 06:39 AM
Replies: 4
Views: 6,416
Posted By racsus
ButtonField click

Hi

I have this code mor make a button:

ButtonField boton_avisos_pendientes = new ButtonField("Avisos Pendientes", FIELD_HCENTER | ButtonField.CONSUME_CLICK);
add(boton_avisos_pendientes);
...
Forum: Developer Forum 04-22-2008, 06:39 AM
Replies: 4
Views: 1,242
Posted By racsus
and how can come back to the last window? how can...

and how can come back to the last window? how can I move between all windows that i have created?

Thanks, Oscar
Forum: Developer Forum 04-22-2008, 05:15 AM
Replies: 4
Views: 1,242
Posted By racsus
work with screens

Hi

I have worke with midlet but now I am working with UiApplication and I don't know how can i work with screens, this is the code of my main screen

public class Rutas extends UiApplication {
...
Forum: Developer Forum 04-20-2008, 03:21 AM
Replies: 1
Views: 1,036
Posted By racsus
I am using extends MIDlet, is it possible that...

I am using extends MIDlet, is it possible that not works about this? I suppose that I can not mix rim and canvas, but are there some way to make a grid on rim(MIDlet)?

Thanks, Oscar
Forum: Developer Forum 04-20-2008, 03:16 AM
Replies: 1
Views: 1,036
Posted By racsus
about grid

Hi

I have found this code for make a grid:

VerticalFieldManager c1 - new VerticalFieldManager();
VerticalFieldManager c2 - new VerticalFieldManager();
VerticalFieldManager c3 - new...
Forum: Developer Forum 04-20-2008, 02:14 AM
Replies: 3
Views: 3,513
Posted By racsus
thank you very much

thank you very much
Forum: Developer Forum 04-19-2008, 06:43 PM
Replies: 3
Views: 3,513
Posted By racsus
separator line

Hi

I have been looking for code for draw a horizontal line in my blackberry screen, but I didn't find anything. Someone can help me with this?

Thanks, Oscar
Forum: Developer Forum 04-18-2008, 03:45 PM
Replies: 4
Views: 1,070
Posted By racsus
sorry, i am very impatient :( thank you

sorry, i am very impatient :( thank you
Forum: Developer Forum 04-18-2008, 07:07 AM
Replies: 0
Views: 984
Posted By racsus
ksoap2

Hi

I want to save the result of web service with ksoap in a inputstream, how can i do it?

this is my code for save the result in an Stringitem.

try {
HttpTransport transport =...
Forum: Developer Forum 04-18-2008, 06:49 AM
Replies: 4
Views: 1,070
Posted By racsus
But, what is the code for create de grid??

But, what is the code for create de grid??
Forum: Developer Forum 04-18-2008, 02:27 AM
Replies: 4
Views: 1,070
Posted By racsus
selection grid

Hi

I want to make a selection grid, the grid must contains 4 columns and when the user click over the row selected will do an action. How can I do it?

Thanks, Oscar
Forum: Developer Forum 04-17-2008, 03:08 AM
Replies: 0
Views: 897
Posted By racsus
install application

Hi

I have just finished my application in J2ME with netbeans for Blackberry, but now I have to install in my mobile and I would like to do it with my BES server, What we have to do in netbeans for...
Forum: Developer Forum 04-17-2008, 02:28 AM
Replies: 10
Views: 2,983
Posted By racsus
I have donwloaded the sax library from...

I have donwloaded the sax library from saxproject, by I don't know how can add this librari, i have tried to add since properties of netbeans and add jar, but when i compile give me an error.
Forum: Developer Forum 04-16-2008, 03:39 PM
Replies: 10
Views: 2,983
Posted By racsus
ok, have you find the sample on the...

ok, have you find the sample on the blackberry.com dev site about the SAX xml? I don't know how can i read the web service xml with SAX xml, because the sample of the link BlackBerry Dev Lesson 7 -...
Forum: Developer Forum 04-16-2008, 09:55 AM
Replies: 10
Views: 2,983
Posted By racsus
but,when I debug the application and watch the...

but,when I debug the application and watch the variable name, ever give me a number as "#446578688", what is the mean of this number? and why don't obtain the tag's name? please help.
Forum: Developer Forum 04-16-2008, 09:28 AM
Replies: 2
Views: 1,697
Posted By racsus
ok, sorry, but this post is not equal, can you...

ok, sorry, but this post is not equal, can you help me with this problem?
Forum: Developer Forum 04-16-2008, 06:13 AM
Replies: 2
Views: 1,697
Posted By racsus
reading xml with parse

Hi,

I have the next result of my web service in asp .net:

<?xml version="1.0" encoding="utf-8" ?>
- <DataSetClientes xmlns="http://tempuri.org/">
- <xs:schema id="DataSetClientes"...
Forum: Developer Forum 04-16-2008, 04:39 AM
Replies: 10
Views: 2,983
Posted By racsus
in Jonathan H Fisher - Blog...

in Jonathan H Fisher - Blog (http://jonathanhfisher.co.uk) there are a lot of articles, what is the correct, i have been trying looking for but I didn't find it. and the other url of cube you need...
Forum: Developer Forum 04-16-2008, 02:55 AM
Replies: 10
Views: 2,983
Posted By racsus
read xml

Hi

I need help for read an xml that give me an asp .net web service, the xml is:

<?xml version="1.0" encoding="utf-8" ?>
- <DataSetClientes xmlns="http://tempuri.org/">
- <xs:schema...
Forum: Developer Forum 04-15-2008, 11:23 AM
Replies: 5
Views: 1,554
Posted By racsus
My email is oscar@ibergest.net, Could you send me...

My email is oscar@ibergest.net, Could you send me the solution if you find it?

Thanks, Oscar
Forum: Developer Forum 04-15-2008, 10:13 AM
Replies: 5
Views: 1,554
Posted By racsus
Xml

But, there are some way to send an xml data from web service and get this xml since j2me client?

Thanks, Oscar
Forum: Developer Forum 04-15-2008, 03:08 AM
Replies: 5
Views: 1,554
Posted By racsus
return results web services asp .net

Hi

I want to make a webservice that return me 2 strings, How can i do it?

<WebMethod()> _
Public Function Validarusuario(ByVal usuario As String, ByVal password As String) As String
...
Forum: Developer Forum 04-14-2008, 04:43 AM
Replies: 1
Views: 1,755
Posted By racsus
parameters web service ksoap

Hi

The problema is that The web service don't recognize any parameter, I don't know if the code is correct,
but the web service ever answer me " - False", How can I pass parameters to my web...
Showing results 1 to 50 of 56

 
Forum Jump

VINTAGE COLLECTIBLE / IBM / APPLE / POWERPC / MICROPROCESSOR CHIP / 90X8941 (JO) picture

VINTAGE COLLECTIBLE / IBM / APPLE / POWERPC / MICROPROCESSOR CHIP / 90X8941 (JO)

$9.99



Vintage 1993 Mini Apple Post-It Sticky Notes, 3

Vintage 1993 Mini Apple Post-It Sticky Notes, 3" x 2" Teacher

$4.95



Vintage 90’s APPLE Colorbok Journal 100 Lightly Lined Pages Hardcover 6”x5” NOS picture

Vintage 90’s APPLE Colorbok Journal 100 Lightly Lined Pages Hardcover 6”x5” NOS

$2.40



Apple 1 Intel C2104 Memory Gold CERDIP 4096x1 DRAM Vintage LOT of 2 PCS TRS-80 picture

Apple 1 Intel C2104 Memory Gold CERDIP 4096x1 DRAM Vintage LOT of 2 PCS TRS-80

$125.00



Vintage Fionaa Apple Mens T-Shirt picture

Vintage Fionaa Apple Mens T-Shirt

$18.90



Vintage Red Apple Six Drawer Storage Organizer File Cabinet  picture

Vintage Red Apple Six Drawer Storage Organizer File Cabinet

$35.00







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