Error in the file Picker BB10

When I try to choose a file to my device A DevAlpha containing an apostrophe in the file name, for example: "Gettin ' on you (Featuring Fergie & LMFAO) .mp3" file selector return syntax error: at least one digit must occur after a comma.

I would like to ask - is it possible to fix this error?

Thanks in advance.

Nice work, you have found an error in our implementation of the file picker. I have confirmed that this is a problem with what we do. Apparently our encoder does not properly handle single quotes. I will file an issue on our end and let you know how it goes.

You can follow here: https://github.com/blackberry/BB10-WebWorks-Framework/issues/385

Thanks a lot for us to know. You can follow the progress through that issue.

Tags: BlackBerry Developers

Similar Questions

  • CoreTelephony error in trace file as a file for coretelephony tracing operation has failed, perhaps you need more disk space. Details "error opening the file/tmp/ct.shutdown, err = operation not permitted

    I got this error:

    "CoreTelephony Trace file error
    A file for CoreTelephony tracing operation failed, you might run out of disk space. Details "error opening the file/tmp/ct.shutdown, err = operation not permitted"

    I tried to solve it by searching for CoreTelephony errors. Could not resolve yet.
    Software does not, especially of photoshop...

    Any ideas?

    Same thing here, iMac with OS X 10.11.6. All started a couple days ago. Have not found any valid solution online yet, I tried rebooting in recovery mode and check disk, but it seems that everything is ok with the drives and permissions.

  • Flight Simulator 2004 install stops at 97% say there is an error with the file world.cab

    While the resettlement of fs2004, the installation stops at 97% saying there is an error with the file world.cab, this damaged disc 4.  Someone at - he found a solution to this?

    Thank you

    Well, if, as you say, the disc is damaged. The solution would be to get another drive.

    Although I would have a look at the following:

    Take a look at the following: http://support.microsoft.com/kb/258496

    I hope that, if necessary, you can get a free replacement disc.

  • I can't export the registry, I get an error writing the file., it is said, "there may be a disk error or system files" what can I do?

    I kept getting an error of my Norton internet security. When I call there suport tech, they made me do somethings, but nohong has worked. Then they wanted me to try to export the registry. When I wnt in regedit to export it.  He said that there was an error writing the file, there may be a disk or FFL system error.

    Assuming that there really may be a disk or file system error, try to perform a 'chkdsk' on your hard drive.  Use the /R if running chkdsk or check both options if you use the GUI version.

    "How to perform disk error in Windows XP check"
      <>5 http://support.Microsoft.com/kb/31526>

    Be forewarned that control the boot volume occurs at the next reboot after you set up, it runs before Windows starts perfectly, cannot be interrupted and can take more than a few hours to run according to the size of the disk and the amount of corruption, as appropriate.  Run it when you won't need your machine for awhile.

    HTH,
    JW

  • Error 2753 - the file is not marked for instalation

    Hello

    For a few days I am trying to install a program but keep on receipt of this message - "Error 2753 - the file is not cheap for instalation". I tried to solve the problem with Mr. Fix It but still nothing... Please help

    Have what difficulties you tried it?
    What program are you trying to install?
    Is it just the program that to happen?

    You can try (re) install the latest installer of Windows version WindowsXP-KB942288-v3 - x 86 .exe from here: http://www.microsoft.com/download/en/details.aspx?id=8483
    Note that you need to have SP2 or SP3 installed.

    Let us know if the same problem while trying to install that.

  • Error - Installer: wrapper. creatFile failed with error 123: the file name, directory name or volume label syntax is incorrect when installing any program.

    Original title: there is an error then that inistalling some programs such as, java, internet download manager and...

    There is an error then that inistalling some programs such as, java, internet download manager and...

    for example, I want inistall an application or a program like Java, but when I start to inistall, it works like adminstere then said: (Installer: wrapper. creatFile failed with error 123: the file name, directory name or volume label syntax is incorrect.)

    It even I mean to inistall Internet download manager and VLC...

    my pc is automatically updated and when updates are available whenever I download inistall,.

    Please help me, I love my windows Vista, tnx

    Hello Aliahriman,

    Please look at the post below and see if it will solve your "creatFile failed with error 123: the file name, directory name or volume label syntax is incorrect" question.
    He has helped others with a similar issue.
    http://social.answers.Microsoft.com/forums/en-us/VistaInstall/thread/3b180316-95c2-4613-8c38-8515481db22c

    If please reply back and let us know if this helps solve your problem.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • When a program is loaded, an error message Apparait-c:|windows\winsxs\---.dll is not compatible with windows or there is an error in the file.

    When a program is loaded, an error message Apparait-c:|windows\winsxs\---.dll is not compatible with windows or there is an error in the file. What should I do?

    Hello

    always check the compatibility of vista programs on the link below

    http://www.Microsoft.com/Windows/compatibility/Windows-Vista/default.aspx

    If a program is compatible with vista you can try right click on the setup.exe, and then selecting run as administrator

    It is not compatible with vista, you can try running it in a previous operating system mode

    This does not work for all programs

    read the information below

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-compatibility-mode/

  • The macro was interrupted because of an error, but the file remains open.

    I have a file that is opened by a macro Excel (VBA).  The macro was interrupted because of an error, but the file remains open.  I can't find any way to close.  The file is located on a server, not my hard drive.

    This is the code that opens the file/workbook

    Dim fso As Object
    Set fso = VBA. CreateObject ("Scripting.FileSystemObject")
    TT = fso. CopyFile (Sheet1.Cells (2: 17) & "List1.xlsm", Sheet1.Cells (2: 17) & "Merge1.xlsm", True)

    'bind to the data source document.
    wordDoc.MailMerge.MainDocumentType = wdFormLetters
    wordDoc.MailMerge.OpenDataSource Name: = Sheet1.Cells (2, 17) & "Merge1.xlsm", _
    SQLStatement: = "SELECT * FROM ' Sheet1$ ' WHERE sort_order IS NOT NULL" "
     
    "fill the body of the document with the fields in the data source."
     
    "first of all get the field names in the spreadsheet
    Set wkbk = Excel.Workbooks.Open (Sheet1.Cells (2: 17) & "Merge1.xlsm")
    Set headerRange = Excel.Range (wkbk. Sheets ("Sheet1"). Wkbk, Range("B1"). Sheets ("Sheet1"). Range ("IV1"). End (xlToLeft))
    headerValues = Application.Transpose (headerRange.Value)
    wkbk. Close False

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • How to read file returned by the file picker

    I'm going to obviously stupid here, but for the life of me I can't figure out how read in a text file returned by the file picker.  I am currently getting the good full path of the file in the file picker but where do I go from here?  BlackBerry.IO.file does not seem to exist in Blackberry 10 and I'm confused as to how I would use the HTML5 File API from only a file returned by the file picker path.

    Can someone please spit out a quick and dirty example showing me the rudiments of reading in the data file from a path returned by the file picker, please?

    Thank you very much

    DM

    Don't know if you have the path to the file, and then you left there. One thing to note. The file MUST be inside you bar (sandbox) OR you need to add the <> ermit > access_sharedermit >
    and then he can live the file in the shared folder on the device.

    Here is a code that you can use to read a file. I poached it our docs found here:https://developer.blackberry.com/html5/apis/blackberry.io.html

    
    
  • Error! The file definitiation of the lost product.

    ' Error! The file definitiation of the lost product. »

    message appears on the 3rd step of uninstalling on Win7 Pro platform.

    Can I note how to execute the erasing of the related program? Thank you

    Hello Vigor,

    Thanks for your reply,

    Based on your response, I understand you are trying to uninstall Lenovo Onekey Recovery.

    I suggest you to run the fixit below

    The problems that the programs cannot be installed or uninstalled

    Reference: http://Support2.Microsoft.com/mats/program_install_and_uninstall

    Do get back to us and let us know the status in case you need more help.

    Thank you

  • Code error 0x7E - the file 'autorun.dll' could not be loaded or is damaged. Setup cannot continue. Windows 7 Upgrade installation problem

    I tried to install Windows 7 Home Premium Upgrade, 32-bit version. My current system is an Intel iMac (later), with Windows XP - SP3 loaded as a virtual machine with Parallels Desktop 4.0 build 3848 (according to their website, it is supposed to support Windows 7).

    I allocated enough space RAM and HARD drive of the virtual machine to run Windows 7. No matter what I do, when I try to run setup.exe, I get the error message: "the file 'autorun.dll' could not be loaded or is corrupt. Setup cannot continue. Error code is [0x7E].

    The file 'autorun.dll' is present on the disk.

    I saw on the internet that other people have also had this problem, with or without Parallels Desktop, and get a replacement DVD of Windows 7 program made no difference to them. Nor is it an available answer, I've seen.

    My Windows 7 disc is new, so I was hoping that Microsoft could solve the problem for me?

    Thank you.



    OK, so, this response is a little late to come, but if you never solved...

    I just encountered the same problem - editing similar (Mac, Parallels 5 in my case, the SP3 of XP, MS Windows 7 Home Premium Upgrade) - you must make sure that the DVDROM drive hardware is mapped to "D:" on your XP installation. Thus on the Parallels Desktop menu go to devices, CD/DVD1 and make sure that all your actual DVD player is called is selected (should be the vertical entry in the menu) - not true CD/DVD. The reader should then start and auto run.
    I hope this helps...
  • Power2go gives me an error message: the file [language / / P2GRC.dll] is missing. Please reinstall appl

    I can't start my program: Power2go that came with my HP computer. I get an error message: the file [language / / P2GRC.dll] is missing. Reinstall the application.
    Could you instruct me on what I should do?
    Richard

    If a pre-installed program is damaged you can un install it.  Then go into the Recovery Manager and re install the software.

    Run Recovery Manager type in the box or the search box to the start menu. Re install the power to go and then to search for updates to the program.

  • Using Player Adobe 11, now comes up with an error, once the file is opened. "Invalid Plugin detected, will waive the software Adobe reader." Close the program so cannot display PDF files. Running windows 7. I uninstalled and reinstalled the same Adobe. He

    Using Player Adobe 11, now comes up with an error, once the file is opened. "Invalid Plugin detected, will waive the software Adobe reader." Close the program so cannot display PDF files. Running windows 7. I uninstalled and reinstalled the same Adobe. Help

    It seems that something has been added in the folder on the drive. I would recommend http://labs.adobe.com/downloads/acrobatcleaner.htmluninstalling the program, running, removing any left over parts of the record player (this could be the problem), reboot and reinstall. If all goes well, that solved the problem. Future questions about the player, you should consider asking in the forum of reader, is not.

  • Satellite Pro M10 Hibernate - error message "the file is not found.

    I have the Satellite Pro M10. I have problem in the power of Eve v6.00.04. When I want to activate the Hibernate mode it give a massage: * the file is not found. Please confirm the name of the specified file *.

    I can't use the hibernation mode. I tried to uninstall the Toshiba power saver and install again but the massage even come. If anyone has experienced the same problem and have a solution? Please advice

    When you active hibernating the operating system creates a file named hiberfil.sys in the root of your system drive.
    Of course, this file is missing in your installation.
    You can activate and disable hibernation in the system control-> power options.
    Disable hibernation, restart and enable again. Is there an error message? Maybe your C drive has insufficient free space?
    The size of the hibernation file is different from your main memory size.

  • Can't empty trash - error that the file is in use

    I noticed a recent bug that seems to be the case with PDFs, I opened in preview. When I close the file (cmd + w), but not to leave the program overview and then remove the file, when I go to empty the trash, I get an error message that the operation cannot be completed because the file is always used. I am only able to empty the trash immediately after a restart. I wonder if there is a way to fix this error!

    Thank you!

    Hulahooop,

    Right-click on the file in the trash, then select 'delete immediately... '. »

Maybe you are looking for