Obstructionisme!

I use a configuration with windows 7 (English, cant use Swedish, national characters in file names).  Chrome, ripple, last simulatotrs, VMWare, latest version of the SDK.  migrate a complex application from OS5 to OS10

-The simulator of VMWare will not work. Problem posted earlier. No soluition to date.

-Download the file does not work. People say its broken. Found no alternative.

-Trying to find how to make a phone call in the API documentation. Did not. Found an entry in the community to use

onclick = "BlackBerry.Launch.newPhoneCall ({'dialString': ' 5198887465', 'smartDialing': false})" / > "

-Got «undefined for blackberry»

-Updated config with:

Did not help.

Maybe try to make a few cc + extensions to solve problems? HM. Not a simple task. looking at the community effort on GIT.

Should I have the simulator of VMWare? Seem like it. Can not get how I could do a manula call on the simulator of the ripple.

Tired?  Very.  Frustrated?  Yes

Any success?  Yes

I can send a request to a Web site and get an answer using 'Workers', JSON objects and eventlisteners to

to run in the background. But which is basically just HTML5/Javascript, nothing specific BB. Workers + JSON is a very good platform to make a difference in the background.

Elwood: "it's 106 miles to Chicago, we have a full tank of gas, a packet of cigarattes, it's dark and we wear sunglasses." Jake: "it hit."

You will need to write a native extension to send DTMF tones. We do not support this in WebWorks. You can find an extension native example under the repo of community here:

https://github.com/BlackBerry/core-native-community-samples/tree/master/AudioLoopBackSample

Regarding the documentation for the phone, it is available here for WebWorks. Here's the new documents, we have set up a few weeks ago:

https://developer.BlackBerry.com/HTML5/documentation/phone.html

Tags: BlackBerry Developers

Similar Questions

  • Set up an old TV / VGA to RCA (1yellow) - what gives?

    I'm trying to connect my laptop to my old TV which has only rca records. Laptop has a vga out alone. So, after a little obstructionisme at frys-(ne pas vouloir payer 60 pour ce truc de coffret, ils avaient--j'ai commandé un câble adaptateur RCA/S-vidéo VGA.) To my dismay, I now have trouble getting the video to show. I did my audio separately that comes through the tv fine. I was playing with it in the display settings IE. lowering the resolution, "corresponding upward monitors" which I did not quite understand highlighting Monitor 2 (the little icon - one who is somehow not highlighted in gray and checking "enable this monitor" and "do this my main monitor" I can get it the same size as 1.) Nothing appears on the TV. Doesn't seem to work. I'm trying to figure out if my video card will allow me to move to a 'TV' defining possibly? Maybe there's a driver that will allow this? So far I can say I have a "mobile intel 4 series express chipset family '. I feel now is that the video card, I may not be able to support the installation of the adapter - without some heavy DIY - ideas whiz kids?

    Hello

    The resolution provided by the VGA output must be within the limits of the TV that is connected in. If no video is shown, there are two possibilities. The video that came out of the computer is too high of a resolution or the RCA VGA adapter is defective.

    Keep in mind that most graphics cards do not have the possibility of a resolution that appears on the TV, as they are designed for the video output on the monitor output.

    Understanding multiple monitors

    http://Windows.Microsoft.com/en-us/Windows-Vista/understanding-multiple-monitors

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • lack of support

    Has anyone another summer run, obstructionisme, said they would contact you and they do not, have constantly asked the same question on the CHAT, because they can't be bothered to read the notes and generally useless like they want that give you up and go away?

    If you have a question/problem about a specific program, asking in the forum for this program is the best way to get help

    Forum of https://forums.adobe.com/thread/1929760 to find a forum for your program list

  • Parental door on DPS?

    We have created an app for children using DPS, but Apple rejected it for two reasons. The largest is the following:

    24.3


    We noticed that you have named your app as mainly intended for children under 13, but it includes links outside the app or engages in trade without parental permission. This is not in conformity with the App Store Review Guidelines.


    Specifically, your application includes In - App purchases that are not behind a parent grid. Is according to the standards of the App Store Review Guidelines, purchases must be behind a grid of parental and parental portal cannot be disabled.

    Looks like that DPS cannot apply a parental portal to stop children to buy questions without asking the parents... Is this correct?

    If you can help me with this, I attach images...

    Errores Cuenta tu Cuento.png

    Apps For Kids.png

    You're right, it is not a good way of this DPS. We talked with their staff, and they obstructionisme to introduce a universal solution.

    Their position is that, as a corporate customer, you can use a custom showcase to perform blocking if necessary. (And if you are not a client of the company, you're probably SOL.)

    Which leaves you without a door way Kids when they click on a link in a folio without the need to have some sort of webview on each page as well.

  • I can't do DATE_FORMAT works... any ideas?

    Hi all

    In reviewing the fantastic book of David Powers, "PHP Solutions", I decided to work with dates in a database.

    The table storing the dates is called cal_dates and is of type DATE.

    All dates are stored as yyyy-mm-dd

    When I write my query and add DATE_FORMAT, bombs page no matter what I try.

    As in:

    SELECT *.
    Date_format (cal_dates, '% c/%e/%Y') AS cal_dates
    OF cal_data

    and I get a white screen.

    So, I thought that maybe I should change the alias (the example in the book of authorities at page 390 does not use a different alias, but after struggling with it for almost 2 days, I try now what anyone):

    SELECT *.
    Date_format (cal_dates, '% c/%e/%Y') AS cdate
    OF cal_data

    and I get a white screen.

    Originally, my query has been designed with a WHERE clause, because I'm selecting data in a table based on a variable, but I read somewhere that DATE_FORMAT not can be used with WHERE... which is funny, since the two examples above with omitted CASES still bomb.

    The original request:

    SELECT *.
    OF cal_data

    WHERE cal_data.page_ym = '%$dateRef '.

    works PERFECTLY. It takes all the information in the relevant table to the $dateRef variable.

    I wanted to use DATE_FORMAT is because I wanted to take dates in yyyy-mm-dd table and display them in a different format.

    But in vain. Any ideas or thoughts would be appreciated. I'm obstructionisme.

    Thanks to you all!

    Sincerely,

    wordman

    I think that booth is onto something... If the only field in cal_data is the cal_dates so really nothing to select, only a date to put in shape. The cal_dates should also be designated AS anything other than the name, it is put in the form of. Try this: by omitting the SELECT statement and rename the cal_dates AS the_date

    Date_format (cal_dates, '% c/%e/%Y') AS the_dates

    OF cal_data

    If this does not work, then create an AutoIncrement key, primary field in the cal_data table. Name of the field id for the query to something to select before you format the date as follows:

    SELECT id, DATE_FORMAT (cal_dates, '% c/%e/%Y') AS the_dates

    OF cal_data

    I forgot... put a comma after the last field selection and the DATE_FORMAT function in your query, as in the example above and make sure you are echoing the_dates on the page to see the date of formatting appears.

  • Display a subset of records is to limit the information that I can show

    Hi all

    I develop page TOC of my Gallery of photos and when I started, I had a lot of data, I wanted to show and through the use of lookup tables and appropriate in my SELECT query logic, I could show a vertical list of galleries which corresponded to a specific category. Each has been rated two samples thumbnail, title, description, model, photographer and makeup artist names. I was even able to set the page title and the header to display the appropriate information.

    A query SELECT additoinal counted the number of galleries in the main table that relate to the current query string value.

    Another query SELECTION counted the number of photos each different gallery photoset and displays this information in the title of EACH Gallery.

    The description is in the opposite direction to the flow of the code, keep in mind. Here is the code (the $spec variable is the query string.):

    get the total number of photos in a gallery photoset
    $conn = dbConnect ('query');
    $getTotal = "SELECT COUNT (*).
    Pictures, galleries
    WHERE galleries.g_spec = '%$spec '.
    AND galleries.g_id = photos.g_id ';
    $total = $conn-> query ($getTotal);
    $row = $total-> fetch_row();
    $totalPix = $row [0];

    get the number of galleries
    $conn = dbConnect ('query');
    $getGtotal = "SELECT COUNT (*).
    Galleries
    WHERE galleries.g_spec = '$spec % "";
    $g_total = $conn-> query ($getGtotal);
    $row = $g_total-> fetch_row();
    $galTotal = $row [0];

    get thumbnails from the gallery name, description, subject, category, model, photographer, mua
    $conn = dbConnect ('query');
    $sql = "SELECT g_thumb1, g_thumb2, g_name, g_desc, subject_id, stuff, model_name, photographer_name, mua_name.
    Galleries, gallery_spec, model_names, photographer_names, mua_names
    WHERE galleries.g_spec = '%$spec '.
    AND gallery_spec.g_spec = galleries.g_spec
    AND model_names.model_id = galleries.g_model
    AND photographer_names.photographer_id = galleries.g_photographer
    AND mua_names.mua_id = galleries.g_mua
    ORDER BY DESC g_id ';
    $result = $conn-> Query or die (mysqli_error ());
    $galSpec = $result-> fetch_assoc();

    end of the code.

    In any case, it worked perfectly. However, I've added galleries, this list will get quite long. So, I wanted to add navigation that would break the number of galleries in set amounts.

    When I introduced parameters to LIMIT the number of queries poster based on a variable called SHOWMAX, my display got all botched. Certainly, I adapt the code of the book of David Powers PHP Solutions and learn that I will. I gave up on all of the above data display and went the simple route, thinking that I would like to add more features that I learned. This operation necessitated the restructuring a bit of my database.

    Here's the code I added which allows a navigation based on the limit of 3 entries per page:


    set the maximum number of records per page
    define ('SHOWMAX', 3);

    get the number of galleries

    $conn = dbConnect ('query');
    $getGtotal = "SELECT COUNT (*).
    Galleries «;»
    $g_total = $conn-> query ($getGtotal);
    $row = $g_total-> fetch_row();
    $galTotal = $row [0];

    set the current page
    $curPage = isset($_GET['curPage'])? $_GET ["curPage']: 0;

    retrieve the subset of galleries
    $conn = dbConnect ('query');

    calculate the starting line of the subset
    $startRow = $curPage * SHOWMAX;

    $sql = "SELECT."
    Galleries
    ORDER BY DESC g_id
    LIMIT $startRow,". SHOWMAX;
    $result = $conn-> Query or die (mysqli_error ());
    $galSpec = $result-> fetch_assoc();

    end of the code.

    With a code of navigation in the body:

    < div id = 'header4' >
    < P > displaying <? PHP echo $startRow + 1;
    If ($startRow + 1, $galTotal) {}
    ECHO "at";
    If ($startRow + SHOWMAX < $galTotal) {}
    echo $startRow + SHOWMAX;
    }
    else {}
    echo $galTotal;
    }
    }
    Echo "of $galTotal."
    If ($curPage > 0) {}
    echo "< a href ="'. $_SERVER ['PHP_SELF'].'? curPage ='. ($curPage - 1). "" "" > < /A > back. "
    }
    If ($startRow + SHOWMAX < $galTotal) {}
    echo "< a href ="'. $_SERVER ['PHP_SELF'].'? curPage ='. ($curPage + 1). "" ' > Next < /a > ';
    }
    ? >

    Now I can view my information Gallery in a group of 3 per page.

    THE PROBEM, it IS that when I add additional queries, for example to get the subject and the category of information, the model, the photograpger and makeup information or artist, he doesn't always show up, sometimes it messes up the display, and in all cases, these additional information disappears when I navigate a subset of a subset. That's why I asked the performance values from one page to another.

    I absolutely obstructionisme and I have to put galleries in service without navigation until I can understand it. I'm willing to even hire someone for advice. I can't make this work. Yes, I know it is complicated for someone of my skill level, but I have no choice, I have to do this work.

    Alternative forms of navigation/view subsets of records would be greatly appreciated. ANY help, suggestions or advice will be greatly appreciated.

    Please read through it all.

    Sincerely,.

    wordman

    Again you are misunderstanding. I'm not suggesting to hardcode values. I just wonder if you are / were trying to pass the object real and descriptions of category or the category id and the subject so that you can refresh the database on every page.

    > I do not think that the page re - questions on navigating, I think that it loads just the table info.

    I don't think so. Just look at the SQL code. It uses the values of offset and limit which means for me that it returns only the lines of the current page. What picture are you talking about?

    > So, I added a separate request to take this info from the database, and it bombards the page.

    I really think you tackle this all wrong. Right now you are looking for solutions to specific problems without having a solid foundation in the technologies involved. Trying to build that you learn is a recipe for disaster and frustration. Stop what you are doing for awhile. Work on some php and tutorials SQL which are not related to this project. Work through them, until you understand what makes each line of code.

    Currently, you are directed down a rat hole. You can get the most work, but you will be be plagued by bugs and scripts that are difficult to maintain.

  • How will I know if I use virtual hosts in my local test environment?

    I appreciate the help I get here, I don't really have. However, when I get answers in the form of questions that assume that I know what this person is talking about, I see nothing but more frustration.

    How do I know if I am using virtual hosts?

    What is a "root link"? Where would I look for, find or verify this?

    Once again, I installed Apache, MySQL and PHP and had initially set up a successful local test environment that worked very well for a short period of time.

    One day, something happened and when I make an effort to test a page while using DW8, I get this error in Firefox3:
    The URL requested / .php [filename] could not be found on this server.

    In other cases, I get:
    "Sorry, unavailable database"

    I so got the crazy idea to open pages in Firefox by double-clicking them in Windows Explorer and select Firefox from the menu "open with."

    Different result.

    This time, the pages open, without errors, but none of the content appears. As if she opens the pages, but the database is not responding.

    Look, I'm over my head, I know that. But I'VE learned until it happened. This has me completely obstructionisme and what I need is some advice clear and useful. I have NO IDEA where else to turn. The development of my site is to a sudden stop.

    Y at - it a setting I might have screwed up in DW8?

    Is there a MySQL configuration file that I need to check? If so, with what program?

    I'm desperate. If there is no help here, please let me know where I could get help.

    Thank you.

    wordman

    David,

    Well, now I feel like a *' fool. That fixed it.

    And behold, it was indeed a setting I changed and messed up.

    Thank you for taking the time to help me. Your support means more that I can possibly put into words.

    See you soon,.

    wordman

Maybe you are looking for