BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 02-28-2012, 02:32 AM   #1
amitsrivas
New Member
 
Join Date: Feb 2012
Model: 8520
PIN: N/A
Carrier: Airtel
Posts: 3
Post Logging App in Blackberry Simulator Debug mode

Please Login to Remove!

I am newbie in Blackberry App development.

I have a SDK which needs to be integrated with a HelloWorld App

I am sending some HTTP url request to server and getting response in an HTML format.
I am rendering the reponse in HorizontalFieldManager layout.

Code

void processConnection(HttpConnection connection, Event e) {
// Cancel previous request.
if (_currentConnection != null) {
try {
_currentConnection.close();
} catch (IOException e1) {
}
}

_currentConnection = connection;

BrowserContent browserContent = null;

try {
browserContent = _renderingSession.getBrowserContent(
_currentConnection, this, e);

System.out.println("HelloWorld");
System.out.print(browserContent);

if (browserContent != null) {

field = browserContent.getDisplayableContent();

if (field != null) {
synchronized (Application.getEventLock()) {
hfc1.deleteAll();
hfc1.add(field); // Add Field to HFC1
}
}
browserContent.finishLoading();
}

} catch (RenderingException re) {
} finally {
SecondaryResourceFetchThread.doneAddingImages(this );
}
}


From the snippet,
An HTML content is added in hfc1.
I want to print in the log, the content which is added in the hfc1 object. How can we do that? Is there any way to print the html content of HFC.

The html content is a link which should be clickable, but unfortunately its not clickable in the app. I need to debug the content which I am showing in the app. Please help me in this.

Thanks in Advance
-Amit
Offline  
Old 02-28-2012, 08:22 AM   #2
dc/dc
Spam Reporter
 
dc/dc's Avatar
 
Join Date: Oct 2005
Location: IAD
Model: 6230
Carrier: Voicestream
Posts: 14,524
Default Re: Logging App in Blackberry Simulator Debug mode

Please look in the Developer section.
__________________
I h8 txtspk.
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads for: Logging App in Blackberry Simulator Debug mode
Thread Thread Starter Forum Replies Last Post
Web Desktop 5 no application loader Walter_Str BES Admin Corner 2 08-27-2009 07:05 AM
BES 5.0 Exchange/Domino final documentation posted illy BES Admin Corner 9 05-12-2009 11:16 AM
Initialize problem with BES and GroupeWise dupere BES Admin Corner 2 07-02-2008 02:09 PM
Blackberry Activation(s)... Barry_Black General BlackBerry Discussion 5 06-07-2007 12:07 PM
[2005-05-11] BlackBerry Connection bfrye BlackBerry In the News 0 05-11-2005 09:16 AM


NS1-63-NA. EATON /Moeller breaker  MAIN SWITCH  63 AMPS picture

NS1-63-NA. EATON /Moeller breaker MAIN SWITCH 63 AMPS

$375.00



ELECTRIC COOLING FAN GROUND-ING THERMO-STAT SWITCH RADIATOR TEMP-ERATURE SENSOR picture

ELECTRIC COOLING FAN GROUND-ING THERMO-STAT SWITCH RADIATOR TEMP-ERATURE SENSOR

$17.99



Water Pressure Switch Water Pump Pressure Switch 60/80 Pressure Switch for Wa... picture

Water Pressure Switch Water Pump Pressure Switch 60/80 Pressure Switch for Wa...

$30.35



GE Emergency Power Transfer Switch 100/200-Amp 240-Volt 1-Phase Non-Fused Manual picture

GE Emergency Power Transfer Switch 100/200-Amp 240-Volt 1-Phase Non-Fused Manual

$179.99



9 Volt LED Light - On/Off Switch - 5 Pack picture

9 Volt LED Light - On/Off Switch - 5 Pack

$11.95



ELECTRIC COOLING FAN GROUND-ING THERMO-STAT SWITCH RADIATOR TEMP-ERATURE SENSOR picture

ELECTRIC COOLING FAN GROUND-ING THERMO-STAT SWITCH RADIATOR TEMP-ERATURE SENSOR

$21.95







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