convert sqlite database to SQLAnywhere ?
is their any tools to convert SQLLite database to SQLAnywhere format ?,the purpose to use SQLLite on BlackBerry devices with software version less than 5 ...
is their any tools to convert SQLLite database to SQLAnywhere format ?,the purpose to use SQLLite on BlackBerry devices with software version less than 5 ...
Hi All, I am using the following code for TextBoxField: http://na.blackberry.com/eng/devjournals/resources/journals/jul_2005/creating_textbox_field.jsp now i am trying to change TextBoxField border color when it focused. But could not able to get. need some help on this. Thanks, ...
Hi, I have my passwords encoded in MD5 in C# and inserted in my DB. MD5 MD5Hasher = MD5.Create(); byte[] PasswordHash = MD5Hasher.ComputeHash(Encoding.Unicode.GetBytes(PasswordText.Value)); PasswordHash is inserted as is and look like 0x09C09E5B52580E477514FA.......... for example. In the blackberry app, I get the password, want to ...
Are there any inbuilt controls / APIs that will automatically pick up an email address or phone number when featured in the text of a control? I'm told this is a common feature on BlackBerry, so what's the normal way of achieving this? This is a UK only app if that makes a difference for phone number recognition etc. ...
I want to schedule my application. ...
dear friends, i want to save received mms in my pc through data cable or bluetooth automatically. any one guide me which phone supports functionality like this or is there any specific software available to achieve this? any help would be appreciated. ...
Possible Duplicate: how to schedule application in blackberry. I just want to know how could I schedule a application by which it starts executing at particular date. Please send me the code as well.. ...
i want to play a audio file on blackberry with out using build in media-player. i am use 2 buttons that work as start and stop the file no use any other thing.only white screen. ...
Sir i am developing an application in blackberry.Its like a test with some questions,at the end of the test result is being displayed.Nw i want to add a timer at the top,so that when the test starts,till a user finishes a test,the time will be displayed at the top of the screen.So i want to add a timer for that.Time should be in the form...
I am trying to store a date from a DateField into an sqlite database, but can't figure out what format to store/retrieve it in to preserve the value. I have been trying with the sqlite datatype as 'timestamp' and using 'long' in the application. When I retrieve the date though, it goes to 1970 instead of 2010-ish. Any recommendations?...
I've got a UiApp that's going to respond to ContentHandler SEND events like the SendMediaDemo, which is in the samples tree and documented here: http://docs.blackberry.com/en/developers/deliverables/11942/Create_BB_app_plays_media_from_a_user_734821_11.jsp Their code deals with getting data by opening up the file URL with getURL() and ...
How do I change the styling of the UI field created from a BlackBerry (4.7 JDE) BrowserContent? The HTML content is displayed, however we're stuck with a white background and black font. We've tried setting the properties of the field and overriding the paint() method to no avail. Thanks! ...
Actually i am developing an app for blackberry.Its like a test,that consists of 10 question,& at the end of the test,result is being displayed.Nw i want to add a timer to my application,so that when the user is taking a test,timer count will b there.i hav written one code,bt it is throwing null pointer exception,kindly help Timer t=new ...
Hi all, After searching around on the web, i've found that to get more than the first 2k message, i would need to do Transport.more on the Message msg. Before doing that, i need to implement MessageListener (i've implemented on the present class). So i need to attach the listener by doing the following: msg.addMessageListener(this). The...
i'm developing an application for blackbery, i'm displaying a webpage using Eclipse and net.rim.device.api.browser.field.* api when i click a submit buttom in a form i get this error "Unknown host http:80", can anyone helpme? ...
Hi! I have an application developed on BlackBerry JE 4.6.1 that decrypts an information from WebServer using DES algorythm. If I send encrypted information to the server, it is decrypted well. But in case if the server sends an encrypted data, I do not get the correct value after decryption. Key is supposed to be the same and crypted i...
This problem is related to PIM package on BlackBerry SDK. I need to update calendar events on the device after synchronization is done. To check if new event is really new I do this call: EventList eventList = (EventList)PIM.getInstance().openPIMList(PIM.EVENT_LIST, PIM.READ_WRITE); Enumeration events = eventList.items(EventList.OCCUR...
I wrote a hello world application. I want it so when the close button is pressed, the application remains running in the background. How can I do that? ...
Hi, Currently i am working on Blackberry Application and stuck at this point that how to access Right and Left Arrow Keys for generating events against these. I will be very Thankful to you. ...
Hi, I'm currently writing a unit test project using the version 4.6.1 (Windows Vista + Eclipse). My project is divided in 3 part: A. Unit test application (type:CLDC application) B. Application to be tested (type:CLDC application) C. A library project (type: library,no .jar file imported) The A project should reference the code prese...