BlackBerry Forums Support Community
              

Showing results 1 to 50 of 51
Search took 0.02 seconds.
Search: Posts Made By: ahmadgee
Forum: Developer Forum 05-29-2008, 06:38 AM
Replies: 5
Views: 1,645
Posted By ahmadgee
Thanks I will try Kind regards,

Thanks I will try

Kind regards,
Forum: Developer Forum 05-29-2008, 06:06 AM
Replies: 5
Views: 1,645
Posted By ahmadgee
Thank u very much for ur response. I know about...

Thank u very much for ur response.
I know about this method. I am just asking about the condition
I am trying to apply the following condition but could not get the required result. I am thinking...
Forum: Developer Forum 05-29-2008, 04:59 AM
Replies: 5
Views: 1,645
Posted By ahmadgee
EditField?

Hi every body,

I have created the editfield

EditField nameEditField=new EditField("name","")

Can any body tell me that how can I check if user has entered nothing against nameEditField?
...
Forum: Developer Forum 05-28-2008, 08:10 AM
Replies: 3
Views: 922
Posted By ahmadgee
Bundle of Thanks Karl, I understood Best...

Bundle of Thanks Karl, I understood
Best regards,
Forum: Developer Forum 05-28-2008, 06:37 AM
Replies: 3
Views: 922
Posted By ahmadgee
List Problem?

Hi every body,

I have some confusion for implementing the concept. Can any body guide me?

Can I implement the concept of list to store the following values in a single list?

INDEX TITLE ...
Forum: Developer Forum 05-27-2008, 03:56 AM
Replies: 16
Views: 5,566
Posted By ahmadgee
Thanks CELITE for your kind guideline, I...

Thanks CELITE for your kind guideline, I performed using the model view controller pattern
Best Best regards,
Forum: Developer Forum 05-26-2008, 03:53 AM
Replies: 16
Views: 5,566
Posted By ahmadgee
Before applying the concept on list, I am trying...

Before applying the concept on list, I am trying to apply the concept on EditField. But could not get the updated main screen. Can any body tell me where is wrong. Thanks



class...
Forum: Developer Forum 05-26-2008, 02:53 AM
Replies: 16
Views: 5,566
Posted By ahmadgee
Can you please recommend me some material...

Can you please recommend me some material regarding to implementing this concept.

Thanks
Kind regards
Forum: Developer Forum 05-23-2008, 09:45 AM
Replies: 16
Views: 5,566
Posted By ahmadgee
Thanks CELITE, I understood the error now. ...

Thanks CELITE, I understood the error now.

Can you tell me please that how can I copy the value entered on popup screen into the main screen.

Best regards,
Forum: Developer Forum 05-23-2008, 02:52 AM
Replies: 16
Views: 5,566
Posted By ahmadgee
Thanks CELITE for your concentartion, My code is...

Thanks CELITE for your concentartion, My code is as follow.

class Test extends net.rim.device.api.ui.UiApplication
{
public static void main(String[] args)
{
Test instance =...
Forum: Developer Forum 05-21-2008, 10:25 AM
Replies: 16
Views: 5,566
Posted By ahmadgee
Thanks again CELITE The message is ...

Thanks again CELITE
The message is

detailMessage:"Cannot mix queueStatus-dismissStatus with
pushGlobalScreen-popScreen".

I have also used the invokelater. But found the same message.
...
Forum: Developer Forum 05-21-2008, 09:44 AM
Replies: 16
Views: 5,566
Posted By ahmadgee
Thank Simon, I applied invokeLater in the...

Thank Simon, I applied invokeLater in the condition when user click on the ok button of popupscreen. And found the following response displayed in comments.

...
Forum: Developer Forum 05-21-2008, 08:43 AM
Replies: 16
Views: 5,566
Posted By ahmadgee
Thanks CELITE, When I clicked on the Exception...

Thanks CELITE,
When I clicked on the Exception Thrown, the I got the follwoing details
super: java.lang.RuntimeException
super: java.lang.Exception
super: java.lang.Throwbale...
Forum: Developer Forum 05-21-2008, 06:12 AM
Replies: 16
Views: 5,566
Posted By ahmadgee
close the popupscreen

Hi,
I used the method to close the screen in class extended by the PopupScreen

this.close();

against ok button event.

But got the illegalStateException error.

Thanks for any suggestion.
Forum: Developer Forum 05-20-2008, 06:17 AM
Replies: 6
Views: 1,556
Posted By ahmadgee
Thanks, I just wanted to save my time. Ok no...

Thanks, I just wanted to save my time. Ok no problem I will develop sample by myself.

Best regards,
Forum: Developer Forum 05-20-2008, 05:17 AM
Replies: 6
Views: 1,556
Posted By ahmadgee
Please help with sample. Thanks

Please help with sample.

Thanks
Forum: Developer Forum 05-19-2008, 10:32 AM
Replies: 4
Views: 4,103
Posted By ahmadgee
Thanks Rab

Thanks Rab
Forum: Developer Forum 05-19-2008, 09:40 AM
Replies: 2
Views: 1,670
Posted By ahmadgee
Window Displaying Dialogue

I am trying to implement the following concept.

When user click on the addButton. Then there should open a window and display message

Please enter new Element

After entering the element...
Forum: Developer Forum 05-19-2008, 09:18 AM
Replies: 6
Views: 1,556
Posted By ahmadgee
Can you send me please simple example. Thanks

Can you send me please simple example.

Thanks
Forum: Developer Forum 05-19-2008, 08:42 AM
Replies: 6
Views: 1,556
Posted By ahmadgee
list element

Hi, I am working on List. I have writen code to remove one element from the list and its working fine.

Before removing the element. e.g I have a list of Feeds which consists of elements Feed 1,...
Forum: Developer Forum 05-19-2008, 03:18 AM
Replies: 4
Views: 4,103
Posted By ahmadgee
Thanks Rab for your reply, I have changed my code...

Thanks Rab for your reply, I have changed my code as you suggested. But I get the same error. Can you look my code?


class ShowFeed {

String s1="<br><br><h3>Current...
Forum: Developer Forum 05-16-2008, 10:18 AM
Replies: 4
Views: 4,103
Posted By ahmadgee
Error: Java Script is not enabled

Hi every body,

I am getting the following message when I click on the button of my application.

"The request action could not be performed. Java Script is not enabled on this handheld"
...
Forum: Developer Forum 05-15-2008, 07:05 AM
Replies: 3
Views: 1,512
Posted By ahmadgee
Bundle of thanks and best regards for your kind...

Bundle of thanks and best regards for your kind help.
Can you give me suggestion that how can I capture the value of xml tags.
I have already in java using SAX simply but in blackberry there is...
Forum: Developer Forum 05-15-2008, 06:23 AM
Replies: 3
Views: 1,512
Posted By ahmadgee
uncaught exception

Hi every body,

I am trying to read the rss link. My code is working fine as I tested in other way without using thread. When I am using the following way using thread then it displayed the...
Forum: Developer Forum 05-09-2008, 09:39 AM
Replies: 2
Views: 3,446
Posted By ahmadgee
HTTP Error 400:Bad Request

Hi every body,

I have writen the code the display the contents of html string using BrowserSession in simulator But I got the following error

HTTP Error 400:Bad Request
The server could not...
Forum: Developer Forum 05-06-2008, 08:17 AM
Replies: 9
Views: 4,616
Posted By ahmadgee
Thanks aiharkness for reply, I took start from...

Thanks aiharkness for reply,
I took start from simple programme that can read values of simple xml string and saved the values in varibale as fornameField, surnameField and occupationField
...
Forum: Developer Forum 05-06-2008, 02:39 AM
Replies: 9
Views: 4,616
Posted By ahmadgee
Thanks goulamass, I have viewed this thread,...

Thanks goulamass,
I have viewed this thread, this thread is very old. I want to get some fresh latest information. I have given me the task to read the rss feed. So for this one please tell me the...
Forum: Developer Forum 05-05-2008, 07:01 AM
Replies: 9
Views: 4,616
Posted By ahmadgee
Thanks aiharkness for your kind information. ...

Thanks aiharkness for your kind information.

I was thinking that it is liberary and I wanted to use this liberary to read the rss feed and wanted to store these contents of file.
Thanks
Best...
Forum: Developer Forum 05-05-2008, 05:59 AM
Replies: 9
Views: 4,616
Posted By ahmadgee
Thanks aiharkness, Can any body tell me that...

Thanks aiharkness,
Can any body tell me that RSS reader application can work on simulator or not. If yes then please tell me how. Steps?
Can you tell me please that what do you mean by data...
Forum: Developer Forum 05-05-2008, 05:36 AM
Replies: 9
Views: 4,616
Posted By ahmadgee
RSS feed reader?

Hi every body,

I am new in BB programming and I am going to write a programme to read the RSS. For this I read from the different threads, I need the viigo. So I installed this on simulated...
Forum: Developer Forum 05-05-2008, 03:01 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
Yes you are absolutely right. Now further I am...

Yes you are absolutely right.
Now further I am working on RSS feed. I will appreciate your hint about the RSS feed.
Thanks
Kind regards
Forum: Developer Forum 05-02-2008, 06:51 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
Bundle of Thanks

Hi Goulamass
Bundle of thanks and kind regards for giving me so much fruitfull help.


Lovely regards,
Ali
Forum: Developer Forum 05-02-2008, 06:23 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
unable to connect the selected Moble data service

I have selected the mobile network option on after going into the Manage Connection properties.

After this one when I tried to browse the google.com then it displayed the follwing message
"unable...
Forum: Developer Forum 05-02-2008, 05:23 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
Lightbulb Thanks for indication of problem

Thanks again for the indication of the error. I wrote the goole.com and got the following message

"The radio on the device is currently turned off or the battery too low for the radio to be used....
Forum: Developer Forum 05-02-2008, 02:44 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
Thank you very much for your help. I have...

Thank you very much for your help.

I have check the port of MDS package and it is not blocked.

Can you tell me please that How can I launch the browser of simulator?


Thanks
Kind kind...
Forum: Developer Forum 04-30-2008, 10:42 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
Thanks

Thanks once again for information.
I am just using the MDS package provided by the JDE 4.3.
Before launching the programme, I just clicked on MDS and it started with the messages that I posted...
Forum: Developer Forum 04-30-2008, 10:19 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
Thanks

Thanks Goulamass for your nice cooperation,

I took the class AppliA and AppliAScreen and click on the build selected then I got the following warning

Warning!: Reference to class:...
Forum: Developer Forum 04-30-2008, 09:03 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
Thanks goulamass, my code is as public...

Thanks goulamass, my code is as


public class ReadWebpageContentsWorker extends Thread {

private ReadWebpageContentsScreen readWebpageContentsScreen;
public...
Forum: Developer Forum 04-30-2008, 07:52 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
Thanks for your reply. MSD package is available...

Thanks for your reply. MSD package is available in JDE 4.3..
But when I started it. I got the following message on the MSD screen. Can you tell me please
...
Forum: Developer Forum 04-30-2008, 04:50 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
Message on MDS Simulator

Thank you very much for help. I am trying to fetch the webpage contents. I got the following message in MDS simulator screen

CEST>:[44]:<MDS-CS_MDS>:<DEBUG>:<LAYER=SCM, EVENT=Expire records from...
Forum: Developer Forum 04-30-2008, 04:08 AM
Replies: 30
Views: 11,781
Posted By ahmadgee
MDS Simulator?

Hi every body,

I am running BlackBerry JDE 4.3. Please tell me how can I start the MDS simulator.

Thanks
Kind regards
Forum: Developer Forum 04-29-2008, 11:05 AM
Replies: 10
Views: 3,280
Posted By ahmadgee
You are really Nette Man.

Thank you very much, you are really Nette Man.
I have one question. I am running the application on BlackBerry JRE 4.3.0.
But I got the blank screen. Should I need to give the reference of the...
Forum: Developer Forum 04-29-2008, 06:52 AM
Replies: 10
Views: 3,280
Posted By ahmadgee
Thanks for the nice help. I applied the break...

Thanks for the nice help. I applied the break points but got the null in conn. I am running the following Thread as

public class ReadWebpageContentsWorker extends Thread{
String response; ...
Forum: Developer Forum 04-29-2008, 04:35 AM
Replies: 10
Views: 3,280
Posted By ahmadgee
First, I am thanksfull to you that for the...

First, I am thanksfull to you that for the guideline of programming in BB.
The following code part from class was not clear to me ReadWebpageContentsWorker
...
Forum: Developer Forum 04-28-2008, 09:38 AM
Replies: 10
Views: 3,280
Posted By ahmadgee
vielen Dank!

Thank you very much for the suggestion. I followed your suggestion and made changes as following. But I found the same error again.
Can you give me the example because i am really new and doing...
Forum: Developer Forum 04-28-2008, 08:18 AM
Replies: 10
Views: 3,280
Posted By ahmadgee
I am quite new in BB programming

Yes I did same. I went to the application and clicked on my project then it displayed nothing and nothing error.

Sorry, I am quite new in BB programming and do not know about the xml parsing in...
Forum: General BlackBerry Discussion 04-28-2008, 08:02 AM
Replies: 2
Views: 1,028
Posted By ahmadgee
Thank you very much

Thank you very much for the direction.
Best regards,
Forum: Developer Forum 04-28-2008, 07:22 AM
Replies: 10
Views: 3,280
Posted By ahmadgee
Please Help in HttpConnection?

Hi every body,

I am new in BB programming and try to connect to internet through the http connection. When I ran this programme and clicked on the project icon using simulator Then it could not...
Forum: General BlackBerry Discussion 04-28-2008, 05:52 AM
Replies: 2
Views: 1,028
Posted By ahmadgee
Please Help in HttpConnection?

Hi every body,

I am new in BB programming and try to connect to internet through the http connection. When I ran this programme and clicked on the project icon using simulator Then it could not...
Forum: General BlackBerry Discussion 04-25-2008, 08:47 AM
Replies: 0
Views: 738
Posted By ahmadgee
Progamme to access the webpage contents

Hi every body,

I am going to write a programme to access the webpage contents. Can any body help me that how can? Or any reference or sample?

Thanks in advance
Showing results 1 to 50 of 51

 
Forum Jump

CH341A 24 25 Series EEPROM Flash BIOS USB Programmer Module + SOIC8 Test Clip picture

CH341A 24 25 Series EEPROM Flash BIOS USB Programmer Module + SOIC8 Test Clip

$5.88



US Stock 5pcs W27C512-45Z W27C512 DIP IC EEPROM 512KBIT 45NS picture

US Stock 5pcs W27C512-45Z W27C512 DIP IC EEPROM 512KBIT 45NS

$17.75



USB BIOS EEPROM SPI FLASH Programmer CH341A 24 25 series BIOS Writer Burner Chip picture

USB BIOS EEPROM SPI FLASH Programmer CH341A 24 25 series BIOS Writer Burner Chip

$7.57



10PCS W27C512-45Z W27C512 DIP IC EEPROM 512KBIT 45NS Winbond EEPROMs USA picture

10PCS W27C512-45Z W27C512 DIP IC EEPROM 512KBIT 45NS Winbond EEPROMs USA

$17.98



EEPROM BIOS USB Programmer CH341A + SOP8 Clip + 1.8V Adapter + SOP8 Adapter picture

EEPROM BIOS USB Programmer CH341A + SOP8 Clip + 1.8V Adapter + SOP8 Adapter

$14.55



REVELPROG-IS SERIAL FLASH & EEPROM PROGRAMMER (1.8V - 5V + ISP, USB) picture

REVELPROG-IS SERIAL FLASH & EEPROM PROGRAMMER (1.8V - 5V + ISP, USB)

$139.00







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