Newbie question (button Bitmap/field/LabelField)

Hi all

I am creating a simple application 9700 which has a bitmap (480 * 360) as the image background, title, two separate labels and two buttons (side-by-side) but centered to the base of the form

Code so far:

Bitmap borderBitmap = Bitmap.getBitmapResource ("Background.png");
VerticalFieldManager m = new VerticalFieldManager();
m.setBorder (BorderFactory.createBitmapBorder (new XYEdges (1,1,1,1), borderBitmap));
      
       
LabelField lf = new LabelField ("my title here," DrawStyle.HCENTER | ") LabelField.USE_ALL_WIDTH);
FontFamily fontFamily [] = FontFamily.getFontFamilies ();
Do police = fontFamily [1].getFont(FontFamily.CBTF_FONT |) Font.BOLD, 40);
lf.setFont (do);

LabelField lf1 = new LabelField ("\n1st line of text here.\n\n", DrawStyle.HCENTER: ") LabelField.USE_ALL_WIDTH);
Police fnt1 = fontFamily [1].getFont(FontFamily.CBTF_FONT |) Font.BOLD, 36);
LF1. SetFont (fnt1);
       
Lff LabelField = new LabelField ("second line of text ici\n", DrawStyle.HCENTER: ") LabelField.USE_ALL_WIDTH);
Police fontFamily = fnt2 [1].getFont(FontFamily.CBTF_FONT |) Font.BOLD, 36);
lff.setFont (fnt2);
       
Lf2 LabelField = new LabelField ("\n\n", DrawStyle.HCENTER |) LabelField.USE_ALL_WIDTH);
Police fnt3 = fontFamily [1].getFont(FontFamily.CBTF_FONT |) Font.BOLD, 36);
LF1. SetFont (fnt3);
       
Add (m);
m.Add (LF);
m.Add (LF1);
m.Add (LFF);
m.Add (LF2);

BFM HorizontalFieldManager = new HorizontalFieldManager (Manager.HORIZONTAL_SCROLL);
ButtonField acroos is new ButtonField ("Yes", Field.FIELD_HALIGN_MASK);.
ButtonField bNo = new ButtonField ("No.", Field.FIELD_HALIGN_MASK);
BFM. Add (bYes);
BFM. Add (BNO);
Add (BFM);

------------------------------

The problem I have is that the basis of the bitmap is missing. The buttons to remain on the left of the dialog box, but the base of the peak is not displayed as the background of the horizontal field Manager is not transparent.

Click on the button I want to display a dialog box with a label text, which will be just Dialog.Alert ("Some Text");

How do I change the color of the text of the title, 1 & 2 lines of text, please?

Also, does anyone have examples of code for a splash screen before loading the dialog box above? I need to have the home screen display a logo which will be 480 * 100 pixels. Have seen an example of a startup but can't seem to get by (too new to the coding).

Thanks in advance

To center the buttons at the bottom and let the background show through, try this:

HorizontalFieldManager bfm = new HorizontalFieldManager(FIELD_HCENTER);
ButtonField bYes = new ButtonField("Yes");
ButtonField bNo = new ButtonField("No");
bfm.add(bYes);
bfm.add(bNo);
VerticalFieldManager vfm = new VerticalFieldManager(USE_ALL_WIDTH);
vfm.add(bfm);
Background trans = BackgroundFactory.createSolidTransparentBackground(0,0);
bfm.setBackground(trans);
vfm.setBackground(trans);
add(vfm);

To change the color of text, you can use a RichTextField place a LabelField, or you can create a subclass LabelField.

Tags: BlackBerry Developers

Similar Questions

  • Newbie question - passing variables (aka why this work?)

    I spent a few hours in vain trying to pass the value of a html text box to a coldfusion page 2nd via the URL (query string).

    However, it seems that I can't do this because the 2nd page seems to be able to reference the value in box of text in any case.  My question is: is this a coincidence, or is this the normal procedure, things work?  When I click the "Run report" button, everything I typed in the text box appears on the screen of page2.cfm.  I thought I should pass this value somehow (via the variables session or the URL string or something).

    So my newbie question is: is this the way it should work (a simple answer Yes or no is fine)A text from one box. CFM file can reference the value of text box on the other. CFM page? Thanks in advance

    Here is the page 1 (page1.cfm):

    <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / BY" > ".
    < html >
    < body >

    " < CFform action = ' http://www.mywebsite.com/page2.cfm "method ="get"> "
    Cust ID: < cfinput type = "text" name = "CustomerID" >
    < input type = value = "run report" >

    < / CFFORM >
    < / body >
    < / html >

    Page 2 (page2.cfm) here which works fine and shows what I typed in the text box:

    < CFOUTPUT >
    #CUSTID #.
    < / CFOUTPUT >

    I was already typing this until Ian replied. But I may as well post it in case it helps...

    > I spent a few hours * in vain * trying to pass the
    > value of a html to a coldfusion page 2nd text box via the
    > URL (query string).

    If you know that he or she is actually what you 're doing.

    "> http://www.mywebsite.com/page2.cfm" method = "get" >
    > Cust ID:

    When you use method = "get", the form field, the variables are passed in the query string. So, if you enter "abc" in the text box, the URL submitted will be:

    http://www.mywebsite.com/page2.cfm? CustID = abc

    So 'CustomerID' will be available as a variable within the scope of the URL on page 2.

    > * Here's page 2 (page2.cfm) which works fine and shows
    > what I typed in the text box: *.
    >
    > #CUSTID #.
    >

    The reason for which he works is a little magic CF. The variable #custID # not be bounded, CF search this variable in a predefined list of staves (see link below). It looks in each of them, and uses the first value it finds. Although not the exact search order, CF will check the

    http://livedocs.Adobe.com/ColdFusion/8/Variables_32.html
    -VARIABLES in scope (at the time..)
    -Reach URL (at the time..)
    -FORM scope (at the time..)
    ... etc...

    In your case, the variable exists in the scope of the URL. If your code is equivalent to saying

    #url. CUSTOMERID #.

    It is in fact a practice better coding. Although the original code works without the scope of variables, providing an explicit framework is more efficient and avoids unitentional errors.  For example if the code on page 2:


         #CUSTID #.

    ... the output may not be what you would expect ;-)

    So to answer the question: Yes, that's what must happen.  However, you must explicitly scope your variables page 2 IE use #url.custID #.

  • custom bitmaps field not change image when click on

    I created a custom bitmap field and I change the image on the center of my field of custom bitmaps and unfocus

    but when I implement the method of navigation click to change the image when you click on this image does not change...

    my custom bitmap field filed only to focus or unfocus on the image does not change my field of custom bitmaps.

    Bitmap onfocus = Bitmap.getBitmapResource("111.png");
                    Bitmap onunfocus = Bitmap.getBitmapResource("666.png");
                    mybutton1 = new CustomBitmapField(0,"",onunfocus,onfocus,Field.FOCUSABLE){
                         protected boolean navigationClick(int status, int time) {
    
                             mybutton1.setBitmap(Bitmap.getBitmapResource("favu.png"));
    
                             return true;
    
                         }
    
                    };
    add(mybutton1);
    

    and my class of field customBitmap is

    public class CustomBitmapField extends BitmapField {
    
        Bitmap Unfocus_img, Focus_img, current_pic;
        int width;
        String text;
        Font font; 
    
        public CustomBitmapField(int width, String text, Bitmap onFocus, Bitmap onUnfocus, long style) {
            // TODO Auto-generated constructor stub
            super();
            Unfocus_img = onUnfocus;
            Focus_img = onFocus;
            current_pic = onFocus;
            this.text = text;
            this.width = width;
    
        }
        protected void layout(int width, int height)
        {
            setExtent(current_pic.getWidth(), current_pic.getHeight());
        }
        protected void paint(Graphics graphics)
        {
            /*try
            {
                    FontFamily fntFamily = FontFamily.forName("BBAlpha Sans");
                    font = fntFamily.getFont(Font.BOLD,14);
            }
            catch(Exception e)
            {
                font = Font.getDefault();
    
            }
            graphics.setFont(font);
            graphics.setColor(Color.WHITE); */
            graphics.drawBitmap(0, 0, current_pic.getWidth(), current_pic.getHeight(), current_pic, 0, 0);
    
            //graphics.drawText(text, width, 7);
        }
        protected void onFocus(int direction)
        {
            super.onFocus(direction);
            current_pic = Unfocus_img;
    
            this.invalidate();
        }
      protected void drawFocus(Graphics graphics, boolean on)
      {
    
        }
        protected void onUnfocus()
        {
            super.onUnfocus();
            current_pic = Focus_img;
            invalidate();
        }
        public boolean isFocusable() {
            return true;
        }
        protected boolean navigationClick(int status, int time) {
    
            fieldChangeNotify(0);
            return true;
        }
    
    }
    

    When you debug this code, which of your methods of navigationClick, is actually used?

    When you expect the bitmap change, the code should lead object so that to happen.  Paint running?  This is the correct Bitmap painting?

    If you answer these questions, I think that you figure to yourself what is the problem.

    While you're there, you can also watch the following Threads that you have started or contributed to.  Can you solve or continue to contribute to these?

    http://supportforums.BlackBerry.com/T5/Java-development/gif-animation-not-displaying-properlly/m-p/2...

    http://supportforums.BlackBerry.com/T5/Java-development/timepicker-issue/m-p/2387819

    http://supportforums.BlackBerry.com/T5/Java-development/ListField-focus-color-problem/m-p/2407881#m2...

  • Layer to a bitmap on another bitmap field field

    Is it possible to layer an image bitmap bitmap field control?

    Attached image shows what im trying to achieve, image number 2 is superimposed on the picture number 1. Also image number 2 appears higher than the number of image 1. I use JDE 5.0

    Thank you

    As usual, for a custom navigation you will override some methods of the API. Check

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800508/...

    I never specifically rode two BitmapFields, but to accomplish what you're trying to do, I think you must first create a custom presentation Manager. Override the navigationMovement() method to handle changes in focus with trackpad events. Look at the setChildPosition() of the method in the handler class that handles how the fields are positioned in the layout. I don't know what happens when you ride the x coordinates of two fields with setChildPosition().

    If the overlap BitmapFields does not work, you can always implement style bitmap buttons that overlap by substituting object and methods of navigation of your custom layout manager.

    Scott

  • A LOT of Newbie Questions blackBerry smartphones. (Must be the easy answer!)

    Good, please excuse my ignorance... guys xD

    I just bought two s BlackBerry Curve 8530 from Sprint. I'm pretty tech savvy, but there are some things about this phone, I can just enter in two or three days I got em:

    Deleting photos: Well, then I'm in my media folder, in the images. I selects a photo and press the BlackBerry button and select Delete. Then he said: it is read-only, and when I remove it, the icon is still there. I tried to turn on/off the device, and it's still there. Thought this one myself. I plugged it up to the Desktop Manager and all of a sudden all the photos I had taken appeared. I was also able to delete using the "BlackBerry" button and then "delete". It doesn't give me that read this option.

    Saving images: So, for some reason I can't save more photos. I don't know even how I saved the first 12 photos I have taken... but now it won't save any more. What the hell happened? xD I have a 2GB card in my phone... surely these 12 images didn't fill in this card... Thought this one myself. I plugged it up to the Desktop Manager and all of a sudden all the photos I had taken appeared.

    Buy ringtones: On my old phone LG, I used to buy ringtones RealTone Jukebox... where they had extracted from songs that I could download for a crazyhigh. Where can I buy the real music ringtones for BlackBerry? What I do myself?

    Media moving to my PC?: I went through the music store of Sprint comes with my camera, and two purchased songs. I want to know if I can get these songs out of my BlackBerry smart phone and my PC. Also, if anyone knows what format they are in (if they bought before Sprint music store).

    To buy another memory card: Where the best place to buy one of these mini memory cards? One of my friends like, a 24 a concert... and I currently have a 2 gig (who, I should mention, is more fricken memory I have in the computer I do not write about this time xD) how can I find out if the card is compatible with my camera?

    WTF @ Redlight?: From time to time (we can always do that, I'm not sure), the little red light at the top of my unit starts to blink even if I do not have a weak battery or not new messages. It first happened lastnight when a friend sent me 3 IMs at once. I had to reboot my device and I think that he is stopped. Earlier, it happened again (I had several new messages) and this time whenever my display is on, the light was red only flashes do not. It can always be like this now, but I'm not sure. My camera is in the other room and I'm too lazy to check xD. Why would he do that? How can I get him to stop?

    Turn off the sound of the camera?: My camera makes the shutter of the camera, even when noise silence. Is there a way to stop this?


    Auto keyguard: I have EPIC hand-dial to people purse. In my view, it has a keyboard lock button in the dashboard of BlackBerry (that is the correct term for this?) But I want to get to the place where the keyboard auto-lock after a certain period of time. Is this possible? I saw somewhere about pressing the button mute will lock it... who is the top/center of the unit button?

    Key blackBerry?: Well, don't laugh, I know that I'm retarded. But, the key to the left of the beach towel... than the devil who called? He got the BlackBerry logo on it... is what he called the BlackBerry button? I know, I know, I'm retarded and could probably flip through the manual to figure it out... but still. I might as well ask now xD


    Choose the icons to display on the main screen: When I added an e-mail address, he put an icon on my main desktop, in the row of icons at the bottom of the screen. (where is my background image and all that). Can we choose the icons that we want to display on the main screen? I have really now, my calendar icon that I know that I use. I'd love to move the keyboard lock button here though... is it possible?

    Speaker?: How can I get speaker? xD

    Theme Studio (software, no associated device): Anyone used this? It is quite easy to use? I am tech savvy, but I don't want to just download a ton of programs on my PC that I won't use xD I'm working on the Desktop Manager and it takes forever. I want to make themes, but I'm curious to know how easy to use this program is... graduate to use design or if it would take a graph xD

    Well, then, I think that... Think THAT that's all. I can change this highest position (if we are allowed to edit) to delimit what questions have been answered. I hope someone sees this soon enough, that I don't know how "living" these forums are.

    Thanks for looking, and I warned you... they have been the newbie questions! xD

    -Darky Delacroix

    Welcome to the SkippyTheWonder forums.

    SkippyTheWonder wrote:

    Good, please excuse my ignorance... guys xD

    I just bought two s BlackBerry Curve 8530 from Sprint. I'm pretty tech savvy, but there are some things about this phone, I can just enter in two or three days I got em:

    Deleting photos: Well, then I'm in my media folder, in the images. I selects a photo and press the BlackBerry button and select Delete. Then he said: it is read-only, and when I remove it, the icon is still there. I tried to turn on/off the device, and it's still there. Thought this one myself. I plugged it up to the Desktop Manager and all of a sudden all the photos I had taken appeared. I was also able to delete using the "BlackBerry" button and then "delete". It doesn't give me that read this option.

    Saving images: So, for some reason I can't save more photos. I don't know even how I saved the first 12 photos I have taken... but now it won't save any more. What the hell happened? xD I have a 2GB card in my phone... surely these 12 images didn't fill in this card... Thought this one myself. I plugged it up to the Desktop Manager and all of a sudden all the photos I had taken appeared.

    Buy ringtones: On my old phone LG, I used to buy ringtones RealTone Jukebox... where they had extracted from songs that I could download for a crazyhigh. Where can I buy the real music ringtones for BlackBerry? What I do myself?

    There may be an icon on the home screen of your camera to buy ringtones. Or you can open the browser and go to http://mobile.blackberry.com. There is a link of ringtones that you can click

    Media moving to my PC?: I went through the music store of Sprint comes with my camera, and two purchased songs. I want to know if I can get these songs out of my BlackBerry smart phone and my PC. Also, if anyone knows what format they are in (if they bought before Sprint music store).

    It is recommended to buy a microSD card to store your multimedia files, if you run out of memory on your device.


    Depending on what OS is your BlackBerry tells you what size you can buy a microSD card. You can check under Options | Topic (will appear as v4.xx.xxx). Look at the table on the following link to see what size you can get - http://www.blackberry.com/btsc/KB05461


    On the BlackBerry, go to Options | Media Media Card recommended parameters are:


    Media card support: WE

    Encryption mode: NO

    Mass storage support: WE

    Auto enable mass storage Mode when connected: YES


    Mass storage mode allows your BlackBerry to act as an extra drive when it is connected to your PC. It will appear as an extra drive letter in Windows Explorer. So you can just drag/release the multimedia files on your memory card

    WTF @ Redlight?: From time to time (we can always do that, I'm not sure), the little red light at the top of my unit starts to blink even if I do not have a weak battery or not new messages. It first happened lastnight when a friend sent me 3 IMs at once. I had to reboot my device and I think that he is stopped. Earlier, it happened again (I had several new messages) and this time whenever my display is on, the light was red only flashes do not. It can always be like this now, but I'm not sure. My camera is in the other room and I'm too lazy to check xD. Why would he do that? How can I get him to stop?

    Here is an article that describes the status of the LED

    http://www.BlackBerry.com/BTSC/KB03897

    If you want to disable the LED check this KB article

    http://www.BlackBerry.com/BTSC/KB10721

    Turn off the sound of the camera?: My camera makes the shutter of the camera, even when noise silence. Is there a way to stop this?

    Check out this post

    http://supportforums.BlackBerry.com/T5/BlackBerry-Pearl-BlackBerry-8100/turning-off-the-camera-Shutt...


    Auto keyguard: I have EPIC hand-dial to people purse. In my view, it has a keyboard lock button in the dashboard of BlackBerry (that is the correct term for this?) But I want to get to the place where the keyboard auto-lock after a certain period of time. Is this possible? I saw somewhere about pressing the button mute will lock it... who is the top/center of the unit button?

    Key blackBerry?: Well, don't laugh, I know that I'm retarded. But, the key to the left of the beach towel... than the devil who called? He got the BlackBerry logo on it... is what he called the BlackBerry button? I know, I know, I'm retarded and could probably flip through the manual to figure it out... but still. I might as well ask now xD

    Called the menu button


    Choose the icons to display on the main screen: When I added an e-mail address, he put an icon on my main desktop, in the row of icons at the bottom of the screen. (where is my background image and all that). Can we choose the icons that we want to display on the main screen? I have really now, my calendar icon that I know that I use. I'd love to move the keyboard lock button here though... is it possible?

    If you select an icon, click the menu button and choose move. You can rearrange the icons. The icons in the top 5 on the list will be those along the boittom when not looking at the full home screen.

    Speaker?: How can I get speaker? xD

    Can try to hit the key ' $' as a shortcut to activate speaker. During a call, you can click the menu button and choose the speaker phone option in the menu

    Theme Studio (software, no associated device): Anyone used this? It is quite easy to use? I am tech savvy, but I don't want to just download a ton of programs on my PC that I won't use xD I'm working on the Desktop Manager and it takes forever. I want to make themes, but I'm curious to know how easy to use this program is... graduate to use design or if it would take a graph xD

    Not sure about that sorry.

    Well, then, I think that... Think THAT that's all. I can change this highest position (if we are allowed to edit) to delimit what questions have been answered. I hope someone sees this soon enough, that I don't know how "living" these forums are.

    Thanks for looking, and I warned you... they have been the newbie questions! xD

    -Darky Delacroix

  • Quiz question buttons don't 'deselect' when you click off of (see photo)

    Quiz question buttons don't 'deselect' when you click off of my multiple choice quiz (always view as in a selected state, even when I click on a choice). I have feedback works, but the button (I used the buttons-sample group of three) and copied an additional. I use InDesign version 11 on a Windows 7 machine and export to PDF. All other features buttons / interactive seem to work great.

    2016-06-09_10-47-49.png

    To be clear, you have box behavior (more than one may be selected), when you want to the behavior of the Button Radio (alone in the game can be selected at one time by selecting another unselects the first).

    To get the option button behavior, in Acrobat, rename fields and give them all the exact same name:

    Then differentiate them using the Options > Radio button choice property:

    Here's how the game will look in domain:

  • Progressive, Question on the fields of dynamic/DocID/Query Question of profiling

    This may seem like a newb question but someone has a logical division of the BOM designation DocID?

    In the course, we are responsible to use DocID = 1 and DocID = 2, but when/why would you use DocID = 3 or higher?

    Any help would be greatly appreciated with the portion of dynamic fields/query string of the progressive profiling course.

    Thank you.

    The DocID is a complete example. You can actually assign the query string to be what you want. I recently use cmpID for the campaign ID, where I spent to map identity of the campaign and then sent the URL to redirect dynamically the campaign ID field. In my case, we worked with 10 different docs or goods, so we had to actually 10 unique codes. In this case we would have, for example cmpID = 483h76d; cmpID = 9j872hd, etc, etc. If you want to learn more about how you can use the query string values, see this post: how Progressive E10 profiling using the component of cloud - scroll down to step 6 and you'll see how to set up dynamic rules using query strings.

  • PHP newbie question

    I'm used to c#, but now I started with PHP, this is so a newbie question:

    function checkform)
    {
    If (isset($_POST['Voornaam'])) return true; otherwise return false;
    }

    This function returns true allways after submission of the form, even when the field is empty, I do not understand...

    M.R.Biesheuvel wrote:

    This function returns true allways after submission of the form, even when the field is empty, I do not understand...

    It's actually very simple...

    isset() tests that the variable exists and is not NULL. When the form is sent by the POST method, array $_POST contains one element for each form field. Therefore, $_POST ["Chairwoman"] will still exist when the form is submitted. If nothing is entered in the field, its value is an empty string.

    To check if the variable contains a value, you must use empty().

  • Hardware blackBerry Smartphones Dumb newbie question! :)

    Hi people,

    I'm new in the world of the blackberry and I'm about to take the plunge with a unlocked sim-free BB Bold to use in the United Kingdom on Vodafone. I read on the differences of software between BIS and BES and would go for a set - up BIS. My dumb newbie question is equipment arrives in version BES or BIS or not?

    Thanks in advance and do not hesitate to make fun of my madness

    craigdh wrote:

    Good answer Xandrex. However I'm still not clear as to the issue of equipment, I asked. The reason why I am wanting to buy "BOLD" a separate contract is.

    1. it will work a little cheaper over the life of a contract.

    2. I will get my "BOLD" much faster.

    3 UK networks have a reputation for crippling features in high-end etc phones then charge you more to get similar functionality via one of their services.

    4. they are very slow to provide updates of the firmware on their own brand of appliances.

    There was a little insinuation in my answer: basically, you buy a mobile phone, so you get a BIS/BES contract with a carrier who takes in charge that the mobile phone. A "BOLD" can be used like BIS or BES, it depends on the company.

    On the price, I'm sure the phone deal + contract is always cheaper than a "BOLD" (retail and not eBay from some guys) then a contract which is usable (that is, no GoDaddy or 0.01GBP / KB).

    for the speed, you are the one who knows.

    The thing of the cripping: the thing is, the updates are provided only by the suppliers (they get a barebone RIM OS, then add their stuff like facebook or AOL). Even if you buy a single "BOLD" without a contract, if you want to upgrade the regular way, you wait fot your carrier to publish the upgrade. Or you can do the regularly (which can be made with or without the purchase contract at the same time).

    HTH

  • 2 blackBerry Smartphones newbie questions: do I need it, and how I spoil my phone?

    Sorry for the newbie questions:

    My IT has already set up my phone to receive email from their Blackberry Enterprise Server.

    (1) do I still need to install the desktop software?  Given that I can transfer files via Bluetooth from my laptop and my contacts/calendar/notes are stored on the Exchange Server, is there any point?

    (2) if I do not need to install it, given that my email is already working with BES, and the Office installation configures email settings, how do I keep the new Desktop install to mess up the current configuration of e-mail?

    Of all the notes of support on the software, looks like more trouble whereas at this stage.  I really need to treat it?

    Thank you.

    Janimal

    Hi and welcome to the Forums!

    Janimal wrote:

    (1) do I still need to install the desktop software?  Given that I can transfer files via Bluetooth from my laptop and my contacts/calendar/notes are stored on the Exchange Server, is there any point?

    There is not much need of DTM, but it is convenient to update the OS of your BB. Sometimes there will be releases of minor bugs corrections and such to your BB - DTM will be meaningless and install them, while updating wireless could not detect them. For a major OS update, you want DTM, as it will do a backup/complete restoration of your BB, including configuration settings, and others so that you don't have to redo those. But, to your e-mail, calendar, contacts, etc. - you are right, it is useless given that your Exchange Server is actually your master with your BB being actually a backup of that (in a sense).

    In addition, USB drivers (which are part of the package DTM) are necessary in order to charge your BB via your laptop USB. You can download and install all the USB drivers if this is the only part of the DTM you want.

    Janimal wrote:

    (2) if I do not need to install it, given that my email is already working with BES, and the Office installation configures email settings, how do I keep the new Desktop install to mess up the current configuration of e-mail?

    When you install it, it will ask if you are in a company - say Yes and it will install properly. Installation when your PC is connected to your corporate network and your Outlook is open. Who will get the best and fastest configuration. When you install, do not let it select the functions of auto-launch... If you wish, attach your BB and manually run the DTM.

    Of all the notes of support on the software, looks like more trouble whereas at this stage.  I really need to treat it?

    Thank you.

    Janimal

    Basically, on the whole, I vote 'YES'. You get the USB charging. You can save if you wish. You get the device OS and other updates. Most of the reported problems are people using it to synchronize via USB things - you won't do that because most of your stuff will be syncing via BES OTA. Other things, you can simply drag-and - drop (music, videos, etc.). .. .follow these instructions (use the latest 5.0 DTM):

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=BlackBerryDesktopSoftware&thread.ID=3...

    DL the latest version here:

    http://NA.BlackBerry.com/eng/services/desktop/

    Good luck!

  • Newbie question - javascript - php HTML5 and HTTPS w

    Hi all

    Newbie question...

    I'm having a problem with browsers, mac and javascript...

    simple story:

    1. If I put the test on site NO SSL folder - everything works ok

    2 but if I put the same test on HTTPS site folder - MAC SAFARI gets / data displays ok but firefox MAC and Chrome don't receive data

    Q: why not? How do I fix this so work all browsers?

    ---

    CONFIGURE LIKE THIS...

    Page1.html

    Gets the data with this line...

    What was...

    $.get ('getdata.php', function (data, status) {})

    ... etc.

    also tried this (absolute ref)...

    $.get ('https://mysite.com/getdata.php', function (data, status) {})

    ... etc.

    and displays the data on the same page page1.html

    Safari for MAC = works but firefox and chrome do not display data HTTPS site but all work 3 over HTTPS no alternate test site. (using only this local demand = $.get ('getdata.php', function (data, status) {}))

    BTW: if I manually go to getdata.php he gets php data and display the data in json package very well

    Q: How can I test / solve this problem, so all 3 browsers work on HTTPS site?

    Curious to know why MAC SAFARI OS 10.10.4 was an error?

    There are differences in the way different browsers support SSL.

  • Newbie question: to access the items in a locked file "kind of."

    Newbie question: a friend (who is not accessible now) has sent a file I. Vector graphics are enclosed in a blue box. I can move the whole box within the artboard and you can add other items, but I can't change the existing components. Unlock, dissociate are gray. How can I get 'in' components?

    Look in the layer panel and see if the layers are locked. You can also check in tracks mode and see if there is really something out there, or if it has been saved as an image.

  • [Newbie question] How to find unused media?

    Hello everyone, quick newbie question. How can I quickly find all media in my imported files that are currently not used in my project? I want to delete them from the project.

    Thank you!

    First, go to the Edit menu > remove unused.

    Use with caution!

    MtD

  • Newbie question - how to effectively check if photo is part of the selection

    Hi all

    Sorry for the newbie question, but I do not know how to solve, and I'm sure that there is a quick and easy answer to this:

    My goal is to get all the 'stack heads' (photos with Position 1 in batteries) selection ('photos' below).

    for I have, make photo in ipairs( photos )
    local date = picture:getFormattedMetadata("Filename")

    if Photo:getRawMetadata( "isInStackInFolder" ), then
    - Photo is in a stack
    local photoHeadOfStack = picture:getRawMetadata("topOfStackInFolderContainingPhoto")

    local stackPos = picture:getRawMetadata( "stackPositionInFolder" ), - get the position in the stack
    local photoHeadName = photoHeadOfStack:getFormattedMetadata("Filename")

    app:logVerbose(' Photo nb ^ 1, name ^ 2 is in a stack with the position ^ 3 ', i, date, stackPos"")

    if stackPos == 1 then
    - photo is the master of the battery
    stackTop[#stackTop+1] =photo
    app:logVerbose(' picture ^ 1 is the top of the stack ^ 2 ', date, #stackTop)

    -check if couple if it is correct
    elseif photos. photoHeadOfStack then
    app:logVerbose(' picture ^ 1 is in a stack, but not over the top. ") (Top of the stack already selected", date)

    other
    stackTop[#stackTop+1] =photoHeadOfStack
    app:logVerbose(' picture ^ 1 is in a stack, but not over the top. ") Top of the stack ^ 2 - ^ 3 ", date, #stackTop, photoHeadName)

    end
    end
    end


    In the if structure in the center of the Position in the stack control, if the Position is not 1, I would check if the photo to the stack ("photoHeadOfStack'") is part of the 'pictures '. I tried 'elseif photos.photoHeadOfStack then' and ' elseif photos [photoHeadOfStack] then ' but it doesn't work-> This elseif is never true even if 'photoHeadOfStack' part of the 'photos'.

    Any way to have this check done without checking the photos "manually"? (via e.g. a loop for)

    I'm sure that Lua offers this, but I do not know how...


    Thank you for your support!

        --[[ This code creates "stackTops", an array of LrPhotos that are the
        tops of all the stacks containing photos in the array
        "photos". ]]
    stackTopSet = {}
    for _, photo in ipairs (photos) do
        local stackTop = photo:getRawMetadata ("topOfStackInFolderContainingPhoto")
        if stackTop ~= nil then stackTopSet [stackTop] = true end
        end
    stackTops = {}
    for photo, _ in pairs (stackTopSet) do table.insert (stackTops, photo) end
    
  • Newbie question: how to extend in unallocated disk in a VM XP?

    Hi all:

    This is a newbie question, but looking for answers only left confused me...

    I have VM Fusion (v2.0.6) running on a MAC (OS X - Snow Leopard) with an XP VM. When the XP VM has been implemented, it has been implemented with 20 GB hard drive space. I used VM Ware Virtual Machine settings to increase the disk space of 50 GB. (I left the "pre-allocate disk space' and 'divide into 2 GB files' options unchecked.) I don't have any snapshots during execution/implementation.

    However, my current XP VM flashing me alerts "low disk space" - I see only about 1 GB of free 20 GB (I don't see the 40 GB listed in 'My Computer'). When I use the Services of management of disk in XP, I see a disk 0 20 GB System Partition with 30 GB of unallocated space.

    How can I extend the current Parition (System) in the space of 30 additional GB? And do I have I done this to begin with?

    Thanks in advance!

    Take a look at: resizing of the ramdisks with step by step Instructions

Maybe you are looking for

  • Re-install windows xp on Satellite M40

    When I bought this laptop I have windows xp installed, but Windows XP Home Edition cd has not been included. I noticed that some programs specifically designed for toshiba have also been installedNow I'm having a few problems and I want to install it

  • Information for replacement of disk for Satellite M30X 134

    Hello Ladys and Gentleman, I need information on the HDD of the Satellite M30x 134. The point is the notebook of my girlfriend one need new hard drive and im not to stay in the same city. I have not found any information on the toshiba site. If anyon

  • Lenovo A828t update Security Center language is Chinese!

    I use Lenovo A828t months I found the Security Center has been automatically updated to change the blue icon with a green icon. The problem is that its language is Chinese and I can't use now. Can you support? Thank you very much.

  • How can I change the default messaging in windows xp pro to gmail?

    I want to send attachments in gmail excel workbooks, but windows xp does not establish my default gmail e-mail program. others have suggested here that I use gmail as a warning system. but my browser of choice is firefox 11.0, which does not accept g

  • Try to reformat the hard drive

    Bought a new PC w/Windows 7. Need to erase my old computer (XP) to make a donation to a charity org. followed the directions on the reformatting of drives and am puzzled. Are gone to the management of the computer/manage/storage/disk and selected the