How to add an auto incremented counter on an image?

Hello

I need to develop the screens as above...

I just added 3 images bitmap in Horizontalfield Manager and the Manager has added to the screen, now, my problem is that I must add labelField on the image of the middle... .i can't do

someone help me pls

pls reply fast...

"my problem is that I must add labelField on the Middle image.

Can you explain what you mean by that.

I see two possibilities:

(1) you want to add it immediately above or below the Bitmap image - in which case the display will show

Bitmap image

Label
bitmap image

Bitmap image

or

Bitmap image

Bitmap image

Label

Bitmap image

This is easily done with a VerticalFieldManager by inserting the LabelField to the right place - see insert method.

(2) However, I suspect that you want to have the label on top of the Bitmap image, i.e.

Bitmap image

Bitmap and label on top

Bitmap image

It's a little more complicated.  The best way to do this is to create a BitmapField that will display the text or alternatively, a LabelField that display a bitmap in the background.  These two are possible.

Another alternative is to use a different layout manager and set the LabelField where the Bitmap image was placed.  I think it's possible, but I never did.

My personal preference is to create a LabelField, who has a background Bitmap.  When the LabelField is not text, it acts as a BitmapField

In any case, tell us which of these options, you are actually after and we'll see what we can do to help.

Tags: BlackBerry Developers

Similar Questions

  • How to add a video option to capture the image

    Use a CCD camera to capture the image. I need to add the ability to capture the video image (live) so that I can focus and adjust the image and then capture it for treatment. Y at - it an option. I searched the SDK as well as the camera but did not.

    I guess you want to adjust the focus see streaming in labview (correct me if otherwise). You can easily do this by using a 'acquire' inside a while loop. Use a capture button to exit the while loop and process/save the captured image.

  • How to add numbers with increment 0.1

    Hi friends,

    Use this script to create a value of 1.5000

    now how can I create don't ranging from 0.1 to 1000 sl
    using this script
    CREATE TABLE XTABLE
    (
    SL_NO NUMBER (5)
    );

    declare
    number of v_no: = 1;
    Start
    for rec in 1.5000 loop
    insert into xtable values (v_no);
    v_no: = v_no + 1;
    end loop;
    commit;
    end;

    How to make
    CREATE TABLE XTABLE
    (
    SL_NO NUMBER(5,1)
    );
    
    declare
    v_no number(5,1) :=0.1;
    begin
    for rec in 1..10000 loop
    insert into xtable values (v_no);
    v_no := v_no+0.1;
    end loop;
    commit;
    end;
    
  • How to add a text box gradient to an image

    Rather than try to explain it that I would get help... I will attach a photo instead (lower part). How I got above a text box while she slightly superimposed on the background of an image? Thanks in advance.

    screenshot open week.jpg

    Put the gradient (I used the first transparency plan) under the text layer.

    In order to clarify the procedure:

    1. Add a layer above the image.
    2. Choose the foreground color (I've tasted blue markers in the foreground).
    3. Select the gradient tool.
    4. Look in the foreground to the transparency of the Options bar.
    5. Place the tool gradient at the bottom of the image and move about a third of the way up.
    6. Add the text on top
  • How to add text on the video and still images?

    CS 5.5. I want to add text credits at the end of a clip on top a fixed image, but I don't know how to do it. I don't want to do some exploring, text just above the .jpg image. I tried to use the title of"to do, but for some reason any title using part of the video for do not return, it comes with a yellow instead of red like the rest of the video in the timeline. I searched the FAQ and google for help and all that shows is how to make a title using text.

    Thank you

    For some info on the red, yellow and green bars go look here http://blogs.adobe.com/premiereprotraining/2011/02/red-yellow-and-green-render-bars.html

  • How to add a video transition in a single image

    Respected professionals I have three images background.jpg - 1, 2 - First.png, 3 - second.png. PNG images have no background. I added images in this sequence on the timeline. VIDEO1 (backround) and the developed. VIDEO2 (first with the transition to dissolve). before the end of video2 video3 in (second with transition melted at the beginning and end with push transaction). What I want is to push only the video3 (second image). But the result is he pushing the two videos (images). Please guide me how can I?

    Unfortunately, this is how works the transition of the push.  One solution is to keyframe position rather than using the push transition.

  • How to add color to a digitized text TIFF image?

    The scanner has delivered a grayscale file, then perhaps that mode must be changed to CMYK in PS6. I did it.

    And the file provided with just a background with no other layer. Perhaps may not be color horizons? I tried to change/add a layer and setting the backround on it in blue. It has no effect on the image which remains black on white.

    Ideally, the text would be like a mask on a layer of color. But a readable with colors result would be nice.

    Click on layer 1 to target. Then go to edit > fill and choose your color. Set its blending Mode to multiply.

    (Kendall and OldBob describe a slightly different method - with the color behind the text layer. In your case, anyway works.)

  • How to add or integrate the png to PDF image?

    Im having trouble being able to place a small image in a document.  I need to place an image in a certain place on a document, so I can email out. IM using Acrobat X Pro... Help please!

    Start by selecting the tool change object: Tools > Content > change object

    Then right-click and select "Place picture" to select the image. Then, you can move and resize according to your needs.

  • mobile device of auto incremented field

    Hello
    my colleague needs to establish a mechanism in the mobile device (client lite oracle) where the primary field of a table is automatically incremented.

    According to the documentation in order to make that happen consistently, so that all customers can synchronize correctly without ambiguities, we have created a sequence
    through the MDW and attached to the publication. then with synchronization, this sequence has been downloaded to all customers and each has a specified window.
    We assume now that we must create the trigger that uses this sequence to provide the correct primary key field.

    lets say that the sequence is SYSTEM names. AUTOINCSEQUENCEA
    the table is named SYSTEM. TABLEA
    and the primary key we want auto incr is named ID.

    the trigger that we assume that should look like:

    CREATE A TRIGGER SYSTEM. TRIGGERTABLEA
    BEFORE INSERTING
    ON THE SYSTEM. TABLEA REFERENCING NEW AS OLD new AND old
    FOR EACH LINE
    BEGIN
    Select AUTOINCSEQUENCEA.nextval in: double new.ID;

    END;

    (1) but if I run this from the msql on the client machine (windows mobile device) returns an error "syntax". How can I create the trigger that I need that uses my sequence in order
    to appoint the new values in the primary key (auto incremented field?).
    (2) if I can't make it through a normal sql statement then how can I do?

    Thank you

    Finally got the work in the sample. See the example:

    http://www.rekounas.org/2009/10/24/how-to-create-an-auto-increment-field-in-Oracle-Lite/

  • I would like to add the auto-fill feature and enter the information. How can I do

    I would like to add the auto-fill feature and enter the information. How can I do

    AutoFill Forms extension:
    https://addons.Mozilla.org/en-us/Firefox/addon/4775

  • How to add a hit counter in Dw.

    How to add the hit counter in DW (simpel one)

    Success counters are meaningless.  They do not tell you or your site visitors anything accurate or useful. So don't waste time with them.

    Google Analytics is running in the background.  Among other things, GA followed by measures of code:

    • old, and unique hits
    • where these hits come from - by region of the world, research on organic web, other websites, etc...,
    • How long they stay - bounce rate,
    • how they interact with your site - what links they click, pages visited, etc...,
    • What browsers and web devices people use,
    • and much more.

    GA is free and it fits perfectly with your Google Webmaster Tools account (also free).

    Nancy O.

  • Auto increment in a MySQL table programmatically

    Hello!

    I use the database connectivity Toolkit to perform various tasks with my MySQL database.

    I am successfully able to create tables, save data, display data, etc. - no problems.

    However, there is something I have to do when creating a table that left me speechless. I need a column in one of my paintings to be autoincremented (Ie, no duplicates).

    It is possible to define this through a program such as MySQL Workbench, but it is not possible to do through LabVIEW.

    Is it possible through LabVIEW? And if so, how? Maybe it's a setting I'm missing or should I send a query using one of the functions in the box tools?

    If you need more info just ask.

    Thanks in advance.

    I have no specific experience with MySQL, but as a general rule, when inserting into a table with auto-increment columns, the insert query does NOT include this column, its value is determined automatically.

    If you are talking about creating a table with an auto-inc column, then I suppose that you use the create table VI. If you open the VI, you will see that it simply creates a SQL query. Search the relevant SQL syntax to do an auto-inc column and then create a copy of the VI and change it to you to specify the column using this syntax.

  • Get incremental counter/sound to work along side with action with usb-6008 with labview tia sal22

    Get incremental counter/sound to work along the coast with usb-6008 with labview tia sal22

    Hi all

    I can get this vi to work if they are distinct from the vi but I can't join them together

    Example of my error:

    If buffers are set to 0 the freq counter increment works, but no sound
    If the buffers are set to 1 the audio works fine but is not increment the Freq counter
    If the buffers are attached to more 1 clicks and pops are coming

    That's what I'm doing:
    (1) have the frequency of increment of my internal sound card to a certain level as .01hz a second until he gets to 20 000 hz

    (2) use my device usb-6008 daq, which is connected to the same machine to measure the voltage at the same time. (I am in a position very low voltages between 1-5volts)

    (3) output to a worksheet text file which will show you:

    time in seconds, frequency, voltage
    0,400.01,2

    1,400.02,2.5

    2,400.03,1

    I'm a bit confused about how connect the increment and the audio during the measurements with the usb-6008 housing on the same machine
    at the same time and in the same VI.

    Anyone have any ideas?  I'm using labview 8.5
    TIA sal22

    Ha ha you have been deceived by a dynamic thread. Insert a convert from Dynamic Data Express VI (Palette to own: Signal handling screw Express) between the daq read and build the array function. Then it won't work. Now the value in the dynamic data is only converted to a numeric value

  • How to add a FIFO 128-bit DRAM to the FPGA project?

    How can I add the DRAM FIFO - 128-bit memory Interface to an SMU-796XR RIO module?

    Above project is examples of projects. I know how to add DRAM but not how to set as FIFO 128 bits as shown above.

    Any guidance is appreciated.

    Right-click on the FPGA target-> properties

    Select Properties DRAM on the left side of the Popup.

    Change the mode of the two shores to CLIP nested LabVIEW FPGA memories.

    Click OK.

    The project will be auto-updated with new DRAM memory, it will be empty.

    Right-click on the DRAM-> properties

    Enable

    Select FIFO 128 bits

  • How to set up Auto present on C2911-CME-SRST/K9

    Dear all,

    This is the first time, we use Cisco IP telephony solution.

    We have it: -.

    1 C2911-CME-SRST/K9 2911 Voice Bundle w/PVDM3-16, FL-CME-SRST-25, UC license PAK

    2 VIC2-4FXO

    3 CP - 7945 G = QTY1

    4 CP - 7942 G = 3

    5 CP - 7931 G QTY1

    We have done all the basic configurations, we can call each other extensions and we can call lines

    and also we can receive incoming calls directly to the operator on extension of 400.

    now, we want to add presence Auto, can someone help us?

    Thank you

    Hello.

    As an auto attendant, you can use basic automatic call Distribution which consists on a script tcl that runs on your voice gateway.

    You must download a package from Download Center of Cisco that contains the mentioned script and audio files needed to make it work.

    This is a doc explaining how it works and how to implement it

    http://www.Cisco.com/c/en/us/TD/docs/voice_ip_comm/cucme/BACD/configurat...

    Hope this Helps

    Concerning

    Carlo

Maybe you are looking for

  • Sending the 4K videos to customers

    I have my first 4 video k ready to send to a client. How can I do? Is there a DVD that is large enough to support the weight of 4K? Please help if you can

  • wrt160n with cisco pix and isa server 2004 config

    Hello I am installing a configuration to which my wrt160n router should work, but it is not at present .. the is the problem: Internet proxy - pix cisco - ms isa 2004 - 4 network cards lan1, lan2, dmz and wlan networks The wlan network card will only

  • I can't get my yahoo Messenger to work

    I can't get my yahoo Messenger to open when I click the icon in the list or yahoo messenger programs

  • Windows cannot access the specified device path

    I have a HP 2000 laptop with windows 7. I had problems playing a dvd. I can burn images and photos of viev on cd. When you try to play a dvd a message-" Windows cannot access the specified device path. You can have not permissions to access this item

  • I just Win7 but not able to downelode my photos

    Currently just got a referbised 7system of the window My lode of downe computerwith main problem my pictures from my camera (FujiFilm 7000) I tried everthing, but no joy. ! Please help me.