[JS] [CS3] Test String

translated with google.
Hello,
Is it possible to test whether the chaine01 is contained in the chaine02?
Example:
var chaine01 = 'ance';
var chaine02 = 'Philou chant et dance sure de la musicque';
is there a function or a command?
Bonjour,
Est-il possible de tester si la  chaine01 est contenu dans la chaine02?
Exemple :
var chaine01 = 'ance';
var chaine02 = 'Philou chant et dance sure de la musicque';
exist-il un fonction ou une commande?

Great! Thank you very much!

Similar Messages

  • Getting Error 404 when trying to open php documents in DW CS3 Test server

    I am new to DW, php, MySQL and Apache. I have set up a test
    environment but obviously have done something wrong. I currently
    create my web pages from scratch in notepad and update my site with
    a GUI FTP program, but I know with these new tools, I will
    eventually be able to create the type of web site that I really
    want and need. Every time I try to open any php document in DW CS3
    using the"Preview/Debug in browser" button I get an error 404. The
    browsers I use are ie7.0.5730.11 and Nav 9.0b2 . I know this may
    not even be a DW issue, but I really am at an impasse. Any help
    would be much appreciated.

    Jharek Wolf wrote:
    > As I previously mentioned I am new to Apache also. Are
    you willing to
    > continue helping me?
    It sounds as though you need to be taken through this process
    step by
    step. Even though you say you defined a testing server, the
    fact that
    you didn't have your documents in the server's document root
    suggests
    your site definition might also be wrong.
    First things first. Since you're new to Apache, what happens
    when you
    type
    http://localhost/ into your browser
    address bar? Depending on the
    version of Apache, you should get an Apache test page or
    simply a page
    that says "It works!". If you get neither, it means Apache is
    either not
    running or that it has been incorrectly installed.
    Assuming Apache is working, have you installed PHP? If so,
    put the
    following code into a blank file (there must be no HTML or
    DOCTYPE -
    just the following line):
    <?php phpinfo(); ?>
    Save the file as test.php in the Apache document root. Then
    type
    http://localhost/test.php into
    your browser address bar. If you see a
    page with masses of detail about your PHP configuration, PHP
    is working.
    You can then move to the final stage. Create a new folder
    inside the
    Apache document root. This is where you should store your
    site. If you
    call it "mysite", these are the settings you need in the
    Testing server
    definition:
    Testing server folder: /path/to/htdocs/mysite/
    URL prefix:
    http://localhost/mysite/
    Don't take "/path/to/htdocs/mysite/" literally. It indicates
    the
    location of htdocs/mysite on your local hard drive. Use the
    folder icon
    to the right of the Testing server folder field to navigate
    to it.
    If you're new to PHP, you might find that my book, "The
    Essential Guide
    to Dreamweaver CS3 with CSS, Ajax, and PHP" answers a lot of
    your
    questions. It covers all the Dreamweaver PHP server behaviors
    in detail,
    as well as teaching the basics of PHP and database
    maintenance. You can
    find more details by following the link in my sig.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Test string equals syntax in configure.ac

    Hi all, I recently started a project that uses autoconf, and many examples around the place use the following syntax for string equality tests:
    if test "x$str" = "xyes"; then ...
    I was wondering why this is used as opposed to
    if test "$str" = "yes"; then ...
    which seems a bit more elegant and in plain bash seems to work fine (even with empty strings etc). Anyone know the reason why it is usually done the first way and not the second?

    but autoconf was made for POSIX sh (not sure what that supports exactly), and so many developers try to be overly cautious. I know we are not with the linux-only product.s.
    it might also be a holdover from people writing tests without the quotes, like  if x$var = xyes; then ...
    if you write without the x and $var is an empty string, you'll get a syntax error

  • DW CS3: test connection works, but local pages won't upload.

    My MacBook Pro died, can'taccess files or apps and I don't have the CS3  install disks,  so I moved DW over from my Mac Pro.The test connection works, but local pages won't upload.I re-entered all the site info, confirmed I ahd all the correct FTP settings from my sertver tech guys. I even created a new site duplicating all the original info. BTW I have ALWAYS had this problem on the Mac Pro...Never been able to upload from that computer. All the other apps in CS3 work fine.
    jackhatfield

    FileZilla worked. Thanks so much. Still wish I could figure out why
    Dreamweaver won¹t transfer files, it would be easier than editing in DW and
    then having to use Filezilla to transfer them. DW never transferred files on
    the Mac Pro I had it installed on either (that¹s where I got it from when I
    moved apps to my new MacBook Pro).
    jack

  • [JS] (CS2) (CS3) Test for container

    Hello,
    I would like to make sure that whatever I have selected (app.selection) is the container and NOT the content, regardless of what the selection is (Item or Text). I know if you have multiple selections, you can only have objects and that is fine. But what if my selection is a rectangle placed in a textframe within a textframe, how do I reset the selection to be the be the OBJECT which contains all?
    Thank you.

    Work your way up the parental chain and take the last exit before the page.
    You could adapt this function:
    Dave Saunders, "[JS] InDesign CS3: finding page of arbitrary object?" #1, 24 Oct 2007 3:24 pm
    Dave

  • Test String for date format

    Is there a function that reads a string and can return yes/no if the string matches a specified date format (example: mm/dd/yy)? I wish to avoid parsing the string character by character.
    Thanks,
    George

    BTW,
    I used the following example code available from this site. I was able to easily modify it to sovle my problem.
    try {
    SimpleDateFormat formatter =
    new SimpleDateFormat("EEEE, MMMM dd, yyyy");
    Date d = formatter.parse(
    "Tuesday, January 03, 1956");
    formatter = new SimpleDateFormat(
    "EE, MMM d, yy");
    d = formatter.parse("Tue, Jan 3, 56");
    formatter = new SimpleDateFormat(
    "EE, MM d, yy");
    d = formatter.parse("Tue, 01 3, 56");
    process(d);
    } catch (ParseException e) {
    On to the next challenge...
    George

  • Test String Contents

    This is probably simple...
    How can you check a String to see if it contains anything beside digits 0-9?
    Thanks.

    Look at the String class API. See if there's something like a "matches" method, and come up with what you would need to pass to that method.
    http://java.sun.com/j2se/1.4.2/docs/api/index.html

  • [CS2/CS3] - PMString & string builder

    Hello,    I am using a class called PMString for creating strings such as a logs and so on. If I have larger file there is a problem with realocation of PMString, it is the same line String and StringBuilder in .NET languages. Please is there way to have also some stringBuilder in InDesign SDK ?  Thank you, marxin

    I know about it that StringBuilder is based in .NET framework and InDesign is different, but is there any possibility of allocation space for a PMString (WideString) if I know that I append string long f.e. 1000 chars ? It is same in SDK containers, f.e. method std::vector<T>.reserve(X) which reserves a space ?
    Thank you, marxin

  • Oopppss!!!! Deleted SMS test string andwant it back. No recent backup - Help!!

    I recently deleted an SMS message string and would like to get it back.  Not backed up.  Does the delete physically removed it from memory or does it simply remove the database pointers to it.  Any utilities that could be used?
    Post relates to: Treo 700p (Sprint)

    Hi..  Welcome to the Palm forums.  If you deleted a text msg string then it's like any computer data that is deleted. The pointers are deleted and it can no longer be seen. I would think that it can be recovered if you have the right utility to recover data and/or know how to do that.  FileZ is a good utility for palm os however I do not believe it will find files that have been deleted.  You would probably need to take the device to a data recovery specialist which would be rather expensive. 

  • What should be the testing string for searching in Oracle UCM by SES?

    I have crawled through UCM it has found many items, but I am unable to search anything....Please suggest me the points to taken care while testing the SES search (from search window).

    I have crawled through UCM it has found many items, but I am unable to search anything....Please suggest me the points to taken care while testing the SES search (from search window).

  • [AS][CS3] mathtype replace script

    Hi, I edited the mathtype importscript to work better with the selection method.
    In CS2 it was working fine, in CS3 not any more of course after I converted my document to the new version and wanted to replace the tect to inline graphics.
    Problem is off course the find function, it gives an error on «event K2 Find»
    I have read some topics but need some help on what I should alter, of course «event K2 Find» but is this the only line or should it be completely rewritten?
    Here is the script:
    Deleted some intro info or it's too long.
    -- get the source folder for the equations from the user and compile a list of the enclosed files
    set the sourceFolder to choose folder with prompt "Select the directory containing the equations:"
    set the fileList to list folder sourceFolder without invisibles
    -- step through each file in the list, search for a matching name tag in the active document, and
    -- replace with the file and move the baseline of the placed equation
    repeat with i from 1 to the number of items in the fileList
    set currentItem to item i of the fileList
    set currentFilePath to ((sourceFolder as string) & currentItem)
    -- test if the filename is not a folder and then place it
    if (info for (currentFilePath as alias)) is not folder then
    set searchstring to "<<" & currentItem & ">>"
    place_file(searchstring, currentFilePath, get_baseline(currentFilePath as alias))
    end if
    end repeat
    display dialog "Finished placing files from the folder " & (sourceFolder as string) & "."
    * place_file():
    on place_file(fileName, filePath, fileBaseline)
    tell application "Adobe InDesign CS3"
    -- test that a document is open
    if (count documents) > 0 then
    set myDocument to active document
    tell myDocument
    -- search for all references of the filename
    b «event K2 Find» story given «class for »:fileName
    set hitz to the result
    set lapz to the number of items of hitz
    if lapz > 0 then
    -- repeat for each reference to the file
    repeat until lapz = 0
    select item lapz of hitz
    -- get a reference to the selected text
    set myInsertionPoint to item lapz of hitz
    set myRef to myInsertionPoint
    tell item 1 of myRef
    set myInsertion to index of first character
    set myInsertion2 to index of second character
    set myStory to parent of first character
    -- delete the string at the reference point
    set contents to ""
    end tell
    -- place the file at the insertion point
    tell (insertion point myInsertion of myStory)
    place filePath
    end tell
    -- select the inline graphic
    select text from insertion point myInsertion to insertion point myInsertion2 of myStory
    set graphicLocation to object reference of selection
    set myGraphic to item 1 of all graphics of item 1 of graphicLocation
    set mySelection to parent of myGraphic
    -- move the graphic equivalent to the baseline for that inline graphic
    move mySelection by {"0pt", fileBaseline}
    set lapz to (lapz - 1)
    end repeat
    end if
    end tell
    end if
    end tell
    end place_file
    (********** get_baseline():***************)
    on get_baseline(myFile)
    set matchText to "%%Baseline: "
    set theBaseline to ""
    -- read in the EPS file
    open for access myFile
    set fileLines to read myFile as string using delimiter {return}
    close access myFile
    -- find the line with the baseline
    set lapz to the number of items in fileLines
    repeat until (lapz = 0) or theBaseline begins with the matchText
    set theBaseline to item lapz of fileLines
    set lapz to (lapz - 1)
    end repeat
    -- extract the baseline number
    set theBaseline to characters -2 thru -1 of theBaseline as string
    -- return the baseline number
    return theBaseline & "pt" as string
    end get_baseline

    Hi Shane, I have placed it like this and it works now, many thanx
    on place_file(fileName, filePath, fileBaseline)
    tell application "Adobe InDesign CS3"
    -- test that a document is open
    if (count documents) > 0 then
    set myDocument to active document
    set find text preferences to nothing
    set find what of find text preferences to fileName
    tell myDocument
    -- search for all references of the filename
    find text
    set hitz to the result
    set lapz to the number of items of hitz
    if lapz > 0 then
    -- repeat for each reference to the file

  • Using getter/setter for returing a string variable to display on an Applet

    have two classes called, class A and class testA.
    class A contains an instance variable called title and one getter & setter method. class A as follow.
    public class A extends Applet implements Runnable, KeyListener
         //Use setter and getter of the instance variable
         private String title;
         public void init()
              ASpriteFactory spriteFactory = ASpriteFactory.getSingleton();
              // Find the size of the screen .
              Dimension theDimension = getSize();
              width = theDimension.width;
              height = theDimension.height;
              //Create new ship
              ship = spriteFactory.createNewShip();
              fwdThruster = spriteFactory.createForwardThruster();
              revThruster = spriteFactory.createReverseThruster();
              ufo = spriteFactory.createUfo();
              missile = spriteFactory.createMissile();
              generateStars();
              generatePhotons();
              generateAsteroids();
              generateExplosions();
              initializeFonts();
              initializeGameData();
              //Example from Instructor
              //setMyControlPanel( new MyControlPanel(this) );
              // new for JDK 1.2.2
              addKeyListener(this);
              requestFocus();
         public void update(Graphics theGraphics)
              // Create the offscreen graphics context, if no good one exists.
              if (offGraphics == null || width != offDimension.width || height != offDimension.height)
                   // This better be the same as when the game was started
                   offDimension = getSize();
                   offImage = createImage(offDimension.width, offDimension.height);
                   offGraphics = offImage.getGraphics();
                   offGraphics.setFont(font);
              displayStars();
              displayPhotons();
              displayMissile();
              displayAsteroids();
              displayUfo();
              //displayShip();
              //Load the game with different color of the space ship          
              displayNewShip();
              displayExplosions();
              displayStatus();
              displayInfoScreen();
              // Copy the off screen buffer to the screen.
              theGraphics.drawImage(offImage, 0, 0, this);
         private void displayInfoScreen()
              String message;
              if (!playing)
                   offGraphics.setColor(Color.white);
                   offGraphics.drawString("\'A\' to Change Font Attribute", 25, 35);
                   offGraphics.drawString(getTitle(), (width - fontMetrics.stringWidth(message)) / 2, height / 2
                             - fontHeight);
                   message = "The Training Mission";
                   offGraphics.drawString(message, (width - fontMetrics.stringWidth(message)) / 2, height / 2);
                   message = "Name of Author";
                   offGraphics.drawString(message, (width - fontMetrics.stringWidth(message)) / 2, height / 2
                             + fontHeight);
                   message = "Original Copyright 1998-1999 by Mike Hall";
                   offGraphics.drawString(message, (width - fontMetrics.stringWidth(message)) / 2, height / 2
                             + (fontHeight * 2));
                   if (!loaded)
                        message = "Loading sounds...";
                        int barWidth = 4 * fontWidth + fontMetrics.stringWidth(message);
                        int barHeight = fontHeight;
                        int startX = (width - barWidth) / 2;
                        int startY = 3 * height / 4 - fontMetrics.getMaxAscent();
                        offGraphics.setColor(Color.black);
                        offGraphics.fillRect(startX, startY, barWidth, barHeight);
                        offGraphics.setColor(Color.gray);
                        if (clipTotal > 0)
                             offGraphics.fillRect(startX, startY, (barWidth * clipsLoaded / clipTotal), barHeight);
                        offGraphics.setColor(Color.white);
                        offGraphics.drawRect(startX, startY, barWidth, barHeight);
                        offGraphics
                                  .drawString(message, startX + 2 * fontWidth, startY + fontMetrics.getMaxAscent());
                   else
                        message = "Game Over";
                        offGraphics.drawString(message, (width - fontMetrics.stringWidth(message)) / 2, height / 4);
                        message = "'S' to Start";
                        offGraphics.drawString(message, (width - fontMetrics.stringWidth(message)) / 2, height / 4
                                  + fontHeight);
              else if (paused)
                   offGraphics.setColor(Color.white);
                   message = "Game Paused";
                   offGraphics.drawString(message, (width - fontMetrics.stringWidth(message)) / 2, height / 4);
         public String getTitle() {
              System.out.print(title);
              return title;
         public void setTitle(String title) {
              this.title = title;
    }displayInfoScreen method in class A calls out for getTitle( ) to be displayed on an applet as an initial display string for the application.
    The instance variable title is set by setTitle method which is called out in class testA as follow,
    public class testA extends TestCase
          * testASprite constructor comment.
          * @param name
          *          java.lang.String
         public testA(String name)
              super(name);
          * Insert the method's description here.
          * @param args
          *          java.lang.String[]
         public static void main(String[] args)
              junit.textui.TestRunner.run(suite());
              // need to figure out how to get rid of the frame in this test
              System.exit(0);
         public static Test suite()
              return new TestSuite(testA.class);
          * Basic create and simple checks
         public void testCreate()
              A theGame = new A();
              assertNotNull("game was null!", theGame);
          * Basic create and simple checks
         public void testInit()
              A theGame = new A();
              Frame gameFrame = new Frame("THE GAME");
              gameFrame.add(theGame);
              int width = 640;
              int height = 480;
              gameFrame.setSize(width, height);
              // must pack to get graphics peer
              gameFrame.pack();
              theGame.resize(width, height);
              theGame.setTitle("TEST THE GAME");
              theGame.init();
              assertEquals("ASprite width not set", A.width, width);
              gameFrame.dispose();
              gameFrame.remove(theGame);
    }Basically, class testA invokes the init( ) method in class A and start the applet application. However, it displays a white blank display. If I change the getTitle( ) in the displayInfoScreen method to a fixed string, it works fine. Did I forget anything as far as using getter & setter method? Do I have to specify some type of handle to sync between setter and getter between two classes? Any feedback will be greatly appreciated.
    Thanks.

    Your class A extends runnable which leads me to believe that this is a multi-threaded application. In that case, title may or may not be a shared variable. Who knows? It's impossible to tell from what you posted.
    Anyway, what is happening is that your applet is being painted by the JFrame before setTitle is called. After that, who knows what's happening. It's a complicated application. I suspect that if you called setTitle before you added the applet to the frame, it would work.

  • How to get the Values i need from a String???

    hi i need some help on my program,
    I have a Server that actually sent some data to my Client.
    The data consist of some messages and intergers . The whole piece of data is stores as a String message.
    ARRAY 'Monitor Chart' 2 5
    'Total OverFlow' 'Queued' 'Completed' 'Host Resets' 'Errors'''
    0.0 1.0 2.0 3.0 4.0
    'Series1' 11.0 0.6 8.6 11.5 6.6
    'Series2' 12.8 6.7 21.6 11.1 30.0Inside the Client i need to get the values out to showed on my textfields
    Example :
    Tf1 = 11.0
    Tf2 = 0.6
    Tf3 = 8.6
    Tf4 = 11.5
    Tf5 = 6.6
    Question: How to i get the values out from the String???

    using the split() method. i am able to split everything now
    so it appear somthing like this :
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    public class testing{
         String d1 =     "ARRAY 'Monitor Chart' 1 5";
         String d2 = "'Total OverFlow' 'Queued' 'Completed' 'Host Resets' 'Errors'";
         String d3 = "'' 0.0 1.0 2.0 3.0 4.0 ";
         String d4 = "'Series1' 11.0 0.6 8.6 11.5 6.6 ";
         String d5 = "'Series2' 12.8 6.7 21.6 11.1 30.0 ";
         String data = d1 + d2 + d3 + d4 + d5;     
         public testing(){
              System.out.println(data);
              String[] result = data.split("\\s");
              for(int x=0;x<result.length;x++)
              System.out.println(result[x]);
         public static void main (String args[])throws IOException{
            testing Application = new testing();
    }ARRAY
    'Monitor
    Chart'
    2
    5
    'Total OverFlow'
    'Queued'
    'Completed'
    'Host Resets'
    'Errors'''
    0.0
    1.0
    2.0
    3.0
    4.0
    'Series1'
    11.0
    0.6
    8.6
    11.5
    6.6
    'Series2'
    12.8
    6.7
    21.6
    11.1
    30.0
    but how do i get the values out ??how do i noe it is which index or wad?
    11.0
    0.6
    8.6
    11.5
    6.6

  • [Forum FAQ] How to find and replace text strings in the shapes in Excel using Windows PowerShell

    Windows PowerShell is a powerful command tool and we can use it for management and operations. In this article we introduce the detailed steps to use Windows PowerShell to find and replace test string in the
    shapes in Excel Object.
    Since the Excel.Application
    is available for representing the entire Microsoft Excel application, we can invoke the relevant Properties and Methods to help us to
    interact with Excel document.
    The figure below is an excel file:
    Figure 1.
    You can use the PowerShell script below to list the text in the shapes and replace the text string to “text”:
    $text = “text1”,”text2”,”text3”,”text3”
    $Excel 
    = New-Object -ComObject Excel.Application
    $Excel.visible = $true
    $Workbook 
    = $Excel.workbooks.open("d:\shape.xlsx")      
    #Open the excel file
    $Worksheet 
    = $Workbook.Worksheets.Item("shapes")       
    #Open the worksheet named "shapes"
    $shape = $Worksheet.Shapes      
    # Get all the shapes
    $i=0      
    # This number is used to replace the text in sequence as the variable “$text”
    Foreach ($sh in $shape){
    $sh.TextFrame.Characters().text  
    # Get the textbox in the shape
    $sh.TextFrame.Characters().text = 
    $text[$i++]       
    #Change the value of the textbox in the shape one by one
    $WorkBook.Save()              
    #Save workbook in excel
    $WorkBook.Close()             
    #Close workbook in excel
    [void]$excel.quit()           
    #Quit Excel
    Before invoking the methods and properties, we can use the cmdlet “Get-Member” to list the available methods.
    Besides, we can also find the documents about these methods and properties in MSDN:
    Workbook.Worksheets Property (Excel):
    http://msdn.microsoft.com/en-us/library/office/ff835542(v=office.15).aspx
    Worksheet.Shapes Property:
    http://msdn.microsoft.com/en-us/library/office/ff821817(v=office.15).aspx
    Shape.TextFrame Property:
    http://msdn.microsoft.com/en-us/library/office/ff839162(v=office.15).aspx
    TextFrame.Characters Method (Excel):
    http://msdn.microsoft.com/en-us/library/office/ff195027(v=office.15).aspx
    Characters.Text Property (Excel):
    http://msdn.microsoft.com/en-us/library/office/ff838596(v=office.15).aspx
    After running the script above, we can see the changes in the figure below:
    Figure 2.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Thank you for the information, but does this thread really need to be stuck to the top of the forum?
    If there must be a sticky, I'd rather see a link to a page on the wiki that has links to all of these ForumFAQ posts.
    EDIT: I see this is no longer stuck to the top of the forum, thank you.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Different Colors when printing from Photoshop and InDesign CS3

    Different Colors when printing from Photoshop and InDesign CS3
    I have the following problem:
    When printing from Photoshop or InDesign to a PostScript printer, Adobe recommends to let Photoshop handle the colors (I use the German version, so I don't know the exact term used, it changes slightly in all CS3 apps anyway).
    The manufacturer however told me to let the PostScript printer handle the colors.
    When I chose this option in Ps's print dialog and then choose ISO Coated as the printer pfofile, the results are fine.
    But when I place the exact same image in an InDesign file and print from InDesign or export to PDF and print via Acrobat, again using "Printer handles colors", the results are the exact same as if I had used Ps and chosen to let Ps handle the colors (way too saturated and a bit too red).
    ·Photoshop CS3
    ·InDesign CS3
    ·Test image is a TIFF in CMYK Fogra 27 Coated (which is also the working color space in Ps and ID.
    ·Printer: Xerox Docucolor 3535
    ·Printer profile: ISO Coated
    How can I make sure the printer handles the colors in other CS3 apps than Ps? I tried it with ID's print dialog (translated from the German version: Color Management > Options > Color Handling: PostScript-printer decides colors).
    Thanks a lot!

    RE: "You don't indicate what Xerox printers you have"
    In my first post I named it, is that the information you need?
    Docucolor 3535 using Splash 3535
    That's interesting, so I have to find a way to turn off the printer's Color Management function? I mailed them, hope they can tell me how to do it easily. They usually just tell me to not use any profiles and so on, but that's the general rule in this area, I'm really tired of hearing it. Everybody seems to think profiles and LAB mode are nuclear science and I should stay away from it.
    Anyway, the test image I'm using is a simple photograph (size A3, 300dpi), so no transparencies at all. I'm placing this image into an equally large ID file and print it from ID, then export it to PDF-X/3 and print it from Acrobat. Hope that helps.

Maybe you are looking for

  • Installing OS X Mavericks in virtual box 4.3.6

    Hi I want to install Mavericks on virtual vtual box 4.3.6.. i am using a Macbook Pro (Late 2013).. But when i try to downalod the installtion from Apple Store it would not allow me to download.. how can i get a Mavericks installtion ? Thanks Malinda

  • I try to load in a itune song and it comes up "blocked plug in" any ideas???

    i try to load in a itune song and it comes up "blocked plug in" any ideas???

  • HOW TO FIND MISSING IPAD

    What are ways to find a missing or stolen ipad?

  • Best free backup app

    I'm getting ready to switch from Eris to Incredible and want to transfer the apps I have on the Eris to the new device.  Could not find what I was looking for in the search so hopefully someone can give me info or send me in the right direction.  Loo

  • Help Leave fields defined as multiple language tooltips

    In my application I have a lot of files in the language. properties The big question is when they have more kinds of languages. How can I do? For example when the user selects the language in Arabic and enter a wrong field, the tooltips will have to