BrowserFieldSampleApplication problems to compile SecondaryResourceFetchThread and utilities

I'm testing a browser Embed field to the 4.6.1 version. And I will try this code example BrowserFieldSampleApplication:

http://docs.BlackBerry.com/eng/deliverables//5648/integrating.PDF<--- page="">

And I have problems to compile Eclipse not solved

. Utility MakeConnection

and

SecondaryResourceFetchThread.enqueue (resource, sponsor);  --> _SecondaryResourceFetchThread_

for utilities last example class:

[...]

class PrimaryResourceFetchThread extends Thread {
  
    private BrowserFieldSampleApplication _application;
  
    private Event _event;

private byte[] _postData;

private HttpHeaders _requestHeaders;

private String _url;
  
    PrimaryResourceFetchThread(String url, HttpHeaders requestHeaders, byte[] postData,
                                  Event event, BrowserFieldSampleApplication application) {
      
        _url = url;
        _requestHeaders = requestHeaders;
        _postData = postData;
        _application = application;
        _event = event;
    }

public void run() {
        HttpConnection connection = Utilities.makeConnection(_url, _requestHeaders, _postData);
        _application.processConnection(connection, _event);      
    }
}

Import:

import java.io.IOException;

Javax.microedition.io import. *;

Net.rim.device.api.browser.field import. *;
Net.rim.device.api.io.http import. *;
Net.rim.device.api.system import. *;
Net.rim.device.api.ui import. *;
Net.rim.device.api.ui.component import. *;
Net.rim.device.api.ui.container import. *;

The example is the same.

Thank you

or just load the sample workspace. (sample.jdw) and it will take care of all the samples shipped with the JDE.

Tags: BlackBerry Developers

Similar Questions

  • Compiled Clips and general Movie clip problems

    Very well. It's like:

    I animated clips with actionscript in them as "("RightWeeve") Hair.gotoAndPlay"; to control the animation.
    I have compile these clips (via click, convert to compiled clip) and pack them in my main movie for convenience and fast loading times.

    The problem is that when I put a number or size of these clips compiled in the library, weither whether they are used or not, the ActionScript for the film stops working, and I need a way to get around, a solution, or something...

    There is no coding beyond what I have mentioned yet. If someone could give me some quick advice, I would be very happy.

    Hello

    If you have a lot of classes, Flash may not export a valid SWF.  How many compiled clips you have in your library?  You could run in this number - http://kb.adobe.com/selfservice/viewContent.do?externalId=kb405257&sliceId=2.  It has been fixed in the AIR 1.5 update for Flash CS4.

    If the bug happens again with the update, you can post your FLA file that illustrates this problem?

    Thank you

    Amel

  • Tools and utilities disk

    I had to reload my Satellite because of problems. To cut a long story short, I lost the Drag and Drop program.

    I tried to reload the program from the icon on the desktop, but at this point the configuration tools and utilities disk is requested.

    I don't have this drive. It has not been provided with my laptop. I tried Toshiba customer but have not had much success.

    Can anyone help? Where would I get this drive or download the software. Thank you very much

    Hey Buddy,

    have you tried to download the "Drag and Drop" utility on the Toshiba site? The reason why I ask is because you can download all of the programs that was on your 'CD utilities & tools' Internet.

    I had the same problem and I looked at this site:

    http://EU.computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp?service=EU&mode=allMachi nes

    Maybe it helps you...

    Welcome them

  • Satellite P100-488 - installation Toshiba tools and utilities on Windows 7

    Hello everyone,

    I bought a pre-order Windows 7 Professional for my laptop, and want to upgrade to Windows Vista Home Premium installed on it at the moment.

    However, I have just one question:

    -Do you think I'll be able to upgrade to Windows 7 Professional without a complete installation Windows Vista Home Edition?
    - Otherwise, if I have to perform a complete installation, then is it possible to install the Toshiba tools and utility from the CD (I have not found anything to do)?

    Thanks in advance.

    Fred

    Hi Fred

    As I see you have two questions. ;)

    Initially, I would say I don't think anyone here will be able to provide accurate answers, but here's my opinion:

    Q1 full installation for the installation of the OS I prefer, but I think that you will be able to make Win7 upgrade. Problem is how the Toshiba tools and utilities will work after this upgrade. As far as I know in the past Toshiba has suggested to abolish some tools and utilities before installation upgrade begins.
    Then perhaps you should think of the complete installation of operating system. I think it is the best solution for you.

    Q2 I the history I see a problem, what happens if Toshiba does not provide supported Win7 for your laptop model? You will then have problems and try to use Vista stuff in hopes that it works with Win7 too. Anyway, in this forum, you can find several assignments where people confirm that most of the stuff Vista with Win7 runs.

    Good luck Fred.

  • Problem with compiling QT application

    Hi people,

    Palybook is in general a nice tab, my wife a QA test lead on our society and she's like to test the new application and material, but after 1.5 hours of research, I look at and test drive android is crashes WOW... real QA. QNX works very well.

    But, I'm a developer, and I have a strange problem with QT env for Simulator playbook.

    I use manual http://wiki.qt-project.org/QNX to build qt for qnx env.

    Any compilation fine and installed in the directory prefix as well.

    Then I prepare simple program ' Hello world ' to test whether anything can build successfully.

    My system is gentoo with kernel 3.2.12

    my project as:

    /home/miha/playbook_simulator_2_0/qt/x86/bin/qmake -project
    
    which qcc
    /home/miha/playbook_simulator_2_0/bbndk-2.0/host/linux/x86/usr/bin/qcc
    
    which make
    /home/miha/playbook_simulator_2_0/bbndk-2.0/host/linux/x86/usr/bin/make
    

    chain of QCC

    qcc -Vgcc_ntox86 -c -fstack-protector -fstack-protector-all -Wno-psabi -O2 -Wall -W -D_REENTRANT -DQ_OS_BLACKBERRY -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../x86/mkspecs/unsupported/blackberry-x86-qcc -I. -I../../x86/include/QtCore -I../../x86/include/QtGui -I../../x86/include -I. -I. -I../../../bbndk-2.0/target/qnx6/usr/include -I../../../bbndk-2.0/target/qnx6/usr/include/freetype2 -o main.o main.c
    

    QNX variable:

    QNX_CONFIGURATION=/home/miha/.rim/bbndk
    QNX_TARGET=/home/miha/playbook_simulator_2_0/bbndk-2.0/target/qnx6
    QNX_HOST=/home/miha/playbook_simulator_2_0/bbndk-2.0/host/linux/x86
    

    and have a strange output in the console: (~ 2700 output lines)

    In file included from ../../x86/include/QtCore/qobjectdefs.h:45,                 from ../../x86/include/QtCore/qobject.h:47,                 from ../../x86/include/QtCore/qcoreapplication.h:45,                 from ../../x86/include/QtGui/qapplication.h:45,                 from ../../x86/include/QtGui/QApplication:1,                 from main.c:1:../../x86/include/QtCore/qnamespace.h:54: warning: return type defaults to 'int'../../x86/include/QtCore/qnamespace.h: In function 'QT_MODULE':../../x86/include/QtCore/qnamespace.h:54: error: expected declaration specifiers before 'namespace'../../x86/include/QtCore/qnamespace.h:1799: error: expected declaration specifiers before 'Q_DECLARE_OPERATORS_FOR_FLAGS'../../x86/include/QtCore/qnamespace.h:1820: error: expected declaration specifiers before 'class'../../x86/include/QtCore/qnamespace.h:1875: error: expected declaration specifiers before ';' tokenIn file included from ../../x86/include/QtCore/qobject.h:47,                 from ../../x86/include/QtCore/qcoreapplication.h:45,                 from ../../x86/include/QtGui/qapplication.h:45,                 from ../../x86/include/QtGui/QApplication:1,                 from main.c:1:../../x86/include/QtCore/qobjectdefs.h:51: error: expected declaration specifiers before 'QT_MODULE'../../x86/include/QtCore/qobjectdefs.h:55: error: expected declaration specifiers before 'class'../../x86/include/QtCore/qobjectdefs.h:143: error: expected declaration specifiers before 'template'../../x86/include/QtCore/qobjectdefs.h:146: error: expected declaration specifiers before 'template'../../x86/include/QtCore/qobjectdefs.h:217: error: expected declaration specifiers before 'Q_CORE_EXPORT'
    
    . . . . . . . . . .
    

    Can someone help me with this? or someone knows what is happening and how to fix this strange situation?

    Mike.

    Have you tried to compile it in Qt Creator?

    And did you use Qt download on: http://openbbnews.wordpress.com/2012/03/29/qt-update-2/

    There is no real need to compile by yourself

    SRY, I could not help you directly, cause I use Windows XP to compile for Playbook. The Linux installer does not work with my 32-bit Kubuntu.

    [edit]

    found this:

    http://StackOverflow.com/questions/7512433/error-expected-declaration-specifiers-before-namespace

    [/ Edit]

  • Command line compilation / build and signature

    I'm having a problem minor building my application in the command line.

    Lets take this Simple application:

    import net.rim.blackberry.api.browser.*;
    import net.rim.device.api.ui.UiApplication;
    
    final class AppLaunch extends UiApplication
    {
        public static void main(String[] args)
        {
            // Create a new instance of the application.
            AppLaunch theApp = new AppLaunch();
    
            // To make the application enter the event thread and start processing messages,
            // we invoke the enterEventDispatcher() method.
            theApp.enterEventDispatcher();
        } 
    
        private AppLaunch()
        {
            // do stuff
            System.exit(0);
        }
    }
    

    I use the following to compile the command line application.

    rapc import=net_rim_api.jar codename=D:\AppLaunch\AppLaunch\AppLaunch -midlet D:\AppLaunch\AppLaunch\AppLaunch.jad D:\AppLaunch\AppLaunch\src\AppLaunch.java
    

    a COD, Jar and the rest of the files that all seem to be "compiled" but I get the following compiler error - and the software will not work on Blackberry - although the files are generated and they seem installs successfully on the BB, there is no 'Icon' that is created, and I suppose it has something to do with the compiler could not find the main method :

    ...
    
    Resolving
    Optimizing
    D:\AppLaunch\AppLaunch\src\AppLaunch.java:9: Warning!: method 'AppLaunch.main(St
    ring[])' not invoked.
    Populating
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._description
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._appNames
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._appArgs
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._appFlags
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._appPosition
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._appIcons
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._appNameResourceBundles
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._appNameResourceIds
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._languageResources
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._securityVendorIds
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._securityDescriptions
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._securityKeys
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources..UNDF
    Warning!: No definition found for exported string: com.rim.resources.AppLaunchRI
    MResources._additionalOptions
    No errors.
    

    When I have this build inside the Eclipse, everything works fine and the app works well on the Blackberry.

    Did I miss something specific in the command line for compiling?

    And to save everybody a headache reading this, this is the command to sign the application from the command line (which seems to work):

     java -jar "SignatureTool.jar" -a -c -p  D:\AppLaunch\AppLaunch\AppLaunch.cod
    

    I'm sure I thought about her.

    I had to change - midlet to-CLDC

    rapc import=net_rim_api.jar codename=D:\AppLaunch\AppLaunch\AppLaunch -CLDC D:\AppLaunch\AppLaunch\AppLaunch.jad D:\AppLaunch\AppLaunch\src\AppLaunch.java
    
  • Sony VAIO drivers and utilities are not compatible with Windows 8.1.

    OT: Sony laptop Vaio question.

    Hello.

    I was using Genuine Windows 7 Home Premium in my Sony VAIO laptop. Recently, I bought PRO 8.1 Windows and installed.

    Now, most of my drivers and utilities VAIO is not compatible! Support for Sony is saying, direct installation Windows 8.1 will be loss the drivers and utilities and we cannot install drivers and utilities more!

    The solution is that I have to install Windows 8 PRO and install and upgrade the sony vaio drivers and utilities. After that, I can do an upgrade to Windows 8.1 PRO.

    So, the question is, I download the installer of Windows 8 PRO but, PRO 8.1 Windows key does not accept!

    What should do? Now, I am running Windows 7. I need to upgrade to windows 8 and 8.1. Please help me solve this problem. All I need is to make my work with Windows 8 key.

    Reference:

    http://eSupport.Sony.com/us/p/support-info.pl?info_id=1379 (see first)

    Thank you.

    Akhil

    Hi Akhil,

    Thank you for writing to us, we are happy to help Microsoft Community.

    What is the model number of the Sony Vaio laptop?

    I wish to inform you that the product key that is used for Windows 8.1 cannot be used for Windows 8.

    If you upgrade Windows 7 to Windows 8, you will need the key to upgrade of Windows 8. The retail version of Windows 8.1 product key cannot be used to activate Windows 8.

    However, the majority of drivers and utilities that are compatible with Windows 8 works correctly with Windows 8.1.

    Please let us know the model number of the laptop, so that we can get the proper drivers and utilities from the laptop.

    Forward to your response.

  • Hello I have problem with my site, and mozilla. Google chrome, safari, explorer, opera work ok. Mozilla Heve problem with images?

    Hello I have problem with my site, and mozilla. Google chrome, safari, explorer, opera work ok. I have Sobipro for both the company and the logos and images without work!
    When I try to open the url is this:http://www.athens-dayandnight.gr/images/sobipro/entries/288/587_img.jpg

    whith mozilla is the following: /images/sobipro/entries\288\587_img.jpg when ichange it------with this / work.

    any idea?

    Thank you

    Hello, the URLS that contain-in their path are not valid. Firefox is less tolerant to errors in this respect than other browsers.
    Correct the path to http://www.athens-dayandnight.gr/images/sobipro/entries/288/587_img.jpg in the source code of this site or if you don't control the contact of the site their webadmin to do...

  • Satellite Pro C650D - problems with the audio and game controllers

    Hello

    I recently had problems with my microphone and speakers/headphones and game controllers.
    Sometimes the microphone stops working when on Skype, for example, but most of the time works fine, once again, when I restart the pc.

    Stakeholders sometimes still work when I connect headset.
    Some of the sounds are still coming through the speakers while some coming through the headphones.

    I have a usb game controller which also did not work everything properly.
    If I assign buttons in the program that they do not work in the game.

    All these devices are in Device Manager in a group that makes me think it's sort of annoying update doubtful that messes with them.

    Any body have similar problems or know what to do better?

    See you soon
    Laurin

    Hello

    Can you please send some details on the laptop model and the system you are using?

    With regard to the issue of sound/mic:
    > The microphone sometimes stops working when on Skype, for example, but most of the time works fine, once again, when I restart the pc.

    Are you talking about internal microphone or external? This only happens using Skype?
    In your case I would test the microphone using different applications to make sure that is not a Skype related issue.

    > Yet sometimes the speakers work when I connect headset.
    I recommend this thread:
    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?threadID=65295

    The user has had a similar problem, but this phenomenon was linked to the Realtek HD Audio Manager settings.
    She wrote:
    + In the upper right corner, there is a small yellow folder called "Connector settings" in my version. +
    + There, finally I could re-enable the setting "enable popup dialog box, when the unit is plugged. +

    + So now when I plug an external speaker or headphones, it appears, and I select the option "helmet" (instead of "line-in"), and then the sound only through the headphones/ext.speaker.+

    Regarding the game controller:
    > I have a usb game controller which also did not work everything properly.
    > If I attribute buttons in the program, they do not work in the game.
    I put t think its problem of laptop in my opinion, you must make sure that the controller is compatible with the games you play and also recommended to check some info provided by the manufacturer of the game controller.

  • General hardware problems NB200-125 (screen and HD)

    Hi all

    NB200-125 my wife is around the age of 18 months and in the last few weeks will expose some strange problems. He started with a boot failier where unable to start windows XP, after trying to boot into normal mode and safe mode, a few times I tried to plug it to make sure it wasn't a battery problem, plug it helped and I managed to get it started and ran chkdisk who found a bunch of disk errors hard that it sets, and it is now ok start a few files have been lost, but it might just be chkdisk removal from areas of the HD.

    Now in the past 2 days we got 2 times where the screen is spent "in white" first to a black screen, then the second time for a green screen.

    Someone at - it for directions to know where to look to fix it? I thought that it would be the sort to change the HD until these errors to the screen.

    Any ideas would be very appreciated.

    Hi Grunge,

    Of course, these problems can be hardware related but before I ask an authorized service provider you should try a recovery facility to the factory settings. Maybe Windows was confused to the top because of the previous problems so a reinstall would be useful.

    In order to take the way to recovery, and boot from it. Follow the instructions on the screen and restore the box settings.

    If still doesn't help really hardware related issue and it can be fixed to an authorized service provider.

  • NB100 Linux - problems with Linux update and BIOS

    Toshiba NB100
    Memory 1 GB - Kinston - KTT667D2 / 1 G
    Ubuntu 8.04 - Ubuntu Netbook Remix - CD from Toshiba
    CD-rw/DVD-rw LG GE20 externel USB key
    Keyboard differences

    Hello

    I was very happy to buy my Toshiba netbook.

    First of all, I configured the system ready - to reach the time Ubuntu-desktop, the first and everything was fine. Then I browsed menus and soon found "Aktualisierungsverwaltung" in German - should be 'Updatemanagement' in English - and began. After that I got a slow system, no sound card and later downloaded bios-udate 1.6 does not work too.

    I bought the DVD LG (~75US/~60Eur) burner and restored with the Remix DVD Ubunto system. Who works well and takes about 10 minutes. I bought a Kingston memorymodule too and I've replaced the original one. The Kingston-modul works fine too.

    After that I had read the thread, that work of doesn´t-update BIOS after update Ubuntu I tried again and now I have a good job of BIOS 1.6.

    But I still 2 faullts:

    The ' | '. (vertical bar) is not as shown on the keyboard Fn + X - it is Fn + Alt +.<>

    The 151-update "package" still damage the system - I tried it for 2 times doing nothing but the restoration, of networking, and update.

    The new 1.06 driver sound that I found at Toshiba-Germany and France-Toshiba are dead links (404), the line will help Toshiba now resolve this problem since 2 weeks and don't call back.

    Any ideas?

    Read this link about the update of the bios and Linux updates

    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?threadID=40156&start=15&TSTART=0

    Try this link for the sound

    https://edge.Launchpad.NET/%7Ejouston-Huang/+archive/PPA/+files/NB100-sound_1.09_lpia.deb

    The keyboard on my link. is Fn + Alt + z. This is for the UK keyboard.
    Have you checked that your keyboard is correct for your country?

    System/preferences/keyboard.

    System/preferences/shortcuts keyboard

    Hope this helps

  • How can I return to 6.3 4.0 I have never had a problem with 3.6 and now 4.0 crashes all the time tell me how to go back

    How can I return to 4.0 3.6 I've never had a problem with 3.6 and now 4.0 crashes all the time tell me how to go back

    Downgrade to Firefox 3.6 first of all uninstall Firefox 4, but do not select the option 'remove my Firefox personal data '. If you select this option, it will delete your bookmarks, passwords and other user data.

    Then you can install the latest version of Firefox 3.6 available to http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your favorite courses, passwords etc.

    I recommend, to avoid possible problems with decommissioning, accessing your profile folder and delete the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Delete these files will force Firefox to rebuild the list of installed extensions, check their compatibility and cancel the toolbar customizations.

    For more information on how to find your profile folder, see https://support.mozilla.com/kb/Profiles

  • Problems with wifi, bluetooth and gps in my iphone after updating iOS 6

    After that the last iOS 9.3 update my iphone 6 has problems with wifi, bluetooth and gps. Now, my wifi connection is slower and falls easily on a short distance. My bluetooth does the same. But the biggest problem is the GPS on my phone. I tried Island:

    -By doing a reset network

    -Do a reset total and restore my phone

    -To restart my phone twice.

    -Audit and third-party applications unnistalling

    Nothing works. I was in the apple store where they checked my phone and they say everything is ok with the phone. I'm not crazy, and I know when something does not work correctly. Also, I think it's iOS 9.3 update a reaponsible for my phone issues.

    Please fix bugs fast.

    Having the same exact problems since the upgrade. In addition, battery drains very quickly now, and sometimes the phone becomes very hot. It took to the Genius Bar and they told me everything was normal in the diagnostic tests. Restored, restarting, etc., and always the same problems. GPS locates me, but then don't follow my movement at all and told to go outside as the gps is not detected even if I am outside. Bluetooth connection to the car and watch grave intermittently. Signal WiFi is greatly reduced and falls easily.

  • Problem with the help and support after Windows Update

    Hello

    After downloading some updates from microsoft, I now cannot open the option "help & support". It is said ' sorry Internet Explore cannot download / help.

    Anyone got any ideas how I could restore the option ' support & "?

    concerning
    Dale

    Hello

    It would be useful to tell us what operating system you have and what computer you have. Regarding your problem:

    who help and support option do you mean? Help windows?

    Moreover, already checked the website of microsoft? Would be useful for you since almost all topics around the windows are covered here.

    Visit this link for the support of the MS Web site: http://www.microsoft.com/europe/

    Welcome them

  • Satellite A10 - need tools and utilities

    Hello... I'm new here...
    I have a second hand Toshiba Satellite Pro A10 - PSA15E. There were a lot of things out of place on the hard drive so I wiped and reloaded Windows XP... no prob is so far away... then I realized I would need a disk tools and utilities to charge different drivers... Oops... I don't have that when I got to the machine. So my question is simple... can anyone help?
    I managed to download a sound card driver, but there are other things - I need drivers wireless to start... When I go to the Toshiba website (this one), they do not seem to have my computer laptop, class among the T & U disk downloads? ... so any help / advice / copies of the disc etc would be welcome... specially since I can't find an email address for customer Toshibe!

    Thanks guys... Andy.

    Hello!

    Are you looking for in the Archives?
    Go to the driver of Toshiba download page und look again:
    http://EU.computers.Toshiba-Europe.com-online decision-making supported Downloads & => Download drivers
    * Archive *-online-online Satellite satellite a series => Satellite A10

    Good bye

Maybe you are looking for

  • HP Compaq Elite Book 6930p: Bluetooth internal adapter shows up in Device Manager

    Before the complete upgrade of Windows 10 edge bluetooth on this laptop adapter November worked well. Since the upgrade, not only it's not working, but he disappeared in the Device Manager menu. I tried all ways to solve this, but can't do appear and

  • txt to the waveform table

    Hello! Just a simple question: I have a txt file with the following structure: 2012.03.13 19:13 6.93E - 052012.03.13 19:14 6.29E - 052012.03.13 19:15 5.66E - 052012.03.13 19:16 5.21E - 05 .               .. Then delimited by tabs of the values and ti

  • HP Pavilion G6 1130tx: Hi there I was wondering if I could get the drivers for my laptop.

    So I have upgraded from Windows 7 to Windows 8 and it was a big mistake. Downgraded to Windows 7, and now I need to reinstall the drivers for everything on my laptop. Can someone help me with this please? Including the installation of driver. TIA

  • My Vista desktop crashed and I need to access the hard drive on USB. Permission is denied

    I have a desktop Vista raid 1 and raid system crashed.  I put a new hard drive and no Vista Recovery.  I put the old drive in an enclosed and when I try to open it, I get "you don't have permission to access this drive."  I have the passwords for the

  • Q: WAP321

    Hello Forum, I'm really sorry for the question that will follow! I have a client of me, who insists that the WAP321 has a built-in DHCP server. Could you please tell me the truth ;-) I need something from black and white to show him. Again sorry for