Examples of applications in Cascades

Hello

I'm looking for examples of applications for stunts specifically using OPENGL as a component.

I searched link below and found no one.

http://developer.BlackBerry.com/native/sampleapps/

Thank you

Sumi Ghosh

There is a tutorial here...

https://developer.BlackBerry.com/native/documentation/core/opengl_window_overview_new_2006444_11.htm...

It might be easier to go to this page and use the search for browsers to locate the openGL examples...

http://BlackBerry.github.IO/catalogs/All_Samples.html

Tags: BlackBerry Developers

Similar Questions

  • HTML + css + javascript is enough? Another example of application?

    Hello!

    To accept that my application is sufficient to write in html + css + javascript? like normal Web site?  or I have to use other tools?

    Where can I find another example of application? not "SketchPadStandard"?

    What types of applications rejected RIM?

    I don't know about "The Applications that provide a simple, unique, function as play sound or display a graph."

    but some other advice?

    BTW: I use the command line to create a * .bar, compile and run my application on the Simulator, but y at - it tool that will speed up this process?

    Sorry for the many questions in one thread, rookie mistakes

    Greetings!

    @kubaczento, this is the forum for the development of the AIR.  If you look at the works of the Web (HTML, etc.) you should head to the course on Web development forum which is side to it...

  • Are there examples of applications developed oracle MAF the playstore?

    Are there examples of applications developed oracle MAF the playstore?  Can someone tell me the name of any published applications? Thank you

    Yes, there are a lot of apps.

    A few references here:

    Customers of Oracle Mobile Application Framework

  • Example of application 3.1 short

    Hello

    Getting Started guide says in OTN SampleApp is available, but I couldn't find it. Can anyone tell me the location where to download?

    To download the application documents of sample to the sample application based on the ETL Integrator:

    1. go on the tab downloads Oracle short Information prior

    http://www.Oracle.com/technetwork/middleware/Endeca/downloads/index.html .

    2. click on the check box accept the license agreement.

    Oracle® short Information discovered: Getting Started Guide Version 3.1.0 • October 2013

    Facility Integrator ETL and the example ETL Application Integrator 33

    3. under Oracle short Information discovered Studio (3.1), click Sample Application (with

    ETL Pipeline Integrator).

    4. you are prompted to download the file .zip EID31_SampleApp_via_IntegratorETL.zip

    5. After you have downloaded the .zip file, extract the files to a temporary directory.

    Thank you

    Angelique

    Short discovered Information (EID) Studio Sample Application

  • FDS Test Drive - help with examples of applications

    I try to use the FDS 30 minute TestDrive sample applications inside
    Flex Builder. I downloaded the test drive and all the samples of work
    fine just dandy, and I can view source etc. Then I wanted to load
    some of the apps sample in Flex Builder so that I could edit and
    play with them with the debugger to learn more.

    I tried the following:
    create the new project - use Flex Data Services/compilation app locally
    Root folder: C:\fds-tomcat\webapps\ROOT
    Root URL: http://localhost:8600 / ROOT. When I cliquerai to finish, I get the
    After 3 errors in the output panel:

    Unable to load SWC fds.swc: multiple points
    Unable to load SWC fds.swc: multiple points
    The definition of local base class was not found.
    Could not resolve < mx:Application > for implementation of component

    I'm on Flex 2.0.143459.

    I checked that fds.swc is indeed in the
    C:\fds-tomcat\webapps\ROOT\WEB-INF\flex\libs folder.
    I don't know what mean other messages or what to do.

    I then unzipped stubbornly examples of applications in the
    Project file FlexBuilder (I called FDS TestDrive samples) and
    tried to run anyway to see if I could get more information. I then get
    a browser with the following additional errors window:
    type of status report
    message /ROOT/FDS%20TestDrive%20Samples/Chat.html
    Description the requested resource (/ROOT/FDS%20TestDrive%
    20Samples/chat.html) is not available.

    So I guess that one of the problems is that it does not have an html document.
    But I don't know how to fix this.

    I don't know what to do. Any help would be GREATLY appreciated.

    Someone helped me offlist that once I'm frustrated that this forum is basically dead. But in case anyone else needs this info, I thought I would post. First of all, be on Flex version 2.0.155577. I have therefore had to redownload all of Flex, uninstall my old version, install the new version. Then I did the following
    to create the Flex Builder project for the dashboard sample application:

    File - > new-> Flex project
    Select Flex Data Services
    Select the application compiles locally
    Click next
    Uncheck the "default local Flex Data Services location"
    Click Browse... and open c:\fds-tomcat\webapps\ROOT
    Root URL: http://localhost:8600 /
    Context root: /.
    Click next
    Project name: ;
    Uncheck the "Use default location" checkbox
    Folder: c:\fds-tomcat\webapps\ROOT\dashboard
    Click next
    The main application file: dashboard.mxml
    Click on finish

    The context root is really essential. Also, to find my old Flex projects, I used file:import and then had to do a little more fiddling with some of the properties of the project.

    Too bad, this Forum is dead. I tried to get feedback to Adobe on this concern, but so far it has not helped. sigh

  • glReadPixels break when it is used from an application of Cascades?

    I'm trying to use Cascades of glReadPixels() of the OpenGL ES 2.0 active app.  Unfortunately, it crashes.

    If I use glReadPixels() from within the native SDK model OpenGL ES 2.0 than the QDE creates (no Cascades/natives only), it works.

    But, if I use an OpenGL ES 2.0 active Cascades app, it fails.

    I use it since in a ForeignWindowControl.  I use a version modified the example of GoodCitizenCascades (which I modified to work with Beta 3 for BlackBerry 10 - the original only works with Beta 2) found here: https://github.com/blackberry/Cascades-Community-Samples.  OpenGL rendering occurs in a separate thread.

    My code looks like this (Yes, it's not optimal, but it works for the tests):

    unsigned char * Byte = (unsigned char *): malloc (500 * 1000 * 3);
    : glPixelStorei (GL_PACK_ALIGNMENT, 1);
    : glReadPixels (0, 0, 500, 1000, GL_RGB, GL_UNSIGNED_BYTE, Byte);
    : free (pImage);

    The debugger shows the app crashing into one of the subroutines that call glReadPixels().  Unfortunately, there is no further details go, not to mention that.

    I don't think that it's the width/height because they are below what the screen width/height is set to.

    The code is called immediately after the other objects are drawn on the screen, and before the exchange of buffers is called.  So it's called go the same thread and at the same time as the other OpenGL stampings.

    I compared the Initialise OpenGL for Cascades vs sample how how the native model OpenGL ES2.0 initialize OpenGL, and they are basically the same.

    If there is a place to download sets of projects / complete code, I'd be happy to do so.

    Thank you

    Mark

    I pasted the code (but removed the::'s) in the last GoodCitizen.cpp class and the application has not crashed.)  I'm running it with a recent release so it may have been due to a bug in the former application code, or a bug in the operating system you're using now.  I present the latest version for review later this week and it should be posted next week.  You must also pass in the latest beta of BlackBerry 10 when it is released.

  • In Application of Cascades .db file creation

    Hello

    I am wondering how to create the initial .db file in order to be able to use SQL databases in my application. I took a glance examples of quotes, and while useful, it does not work without the quotes.db file that already exists in the project. I tried to remove it but that the app breaks. Open the file shows some cryptic content that I can't read.

    Thank you

    If you cannot or do not want in your code, use the various DDL statements to create your tables (and I did not yet Cascades DB stuff so I'm not familiar with how you would), you can just create the files of database by hand.

    This requires the download of the shell command line utility (usually called sqlite3) and that invoking it to execute the commands by hand.

    For example:

    c:\> sqlite3 myfile.db
    SQLite version 3.6.17
    Enter ".help" for instructions
    Enter SQL statements terminated with a ";"
    sqlite> create table items (id integer primary key, name text);
    sqlite> .schema
    CREATE TABLE items (id integer primary key, name text);
    sqlite> .quit
    

    Then you could consolidate myfile.db in your application as the start database.

  • 'Examples of Applications' source code?

    Hello

    I may have something wrong with my eyes today, but I reviewed the page below to see some sample app, and I can't seem to find the link to download the source code. Enybody can help? Thank you!

    http://docs.BlackBerry.com/en/developers/subcategories/?usertype=21&category=sample+applications

    (Sorry if this is a stupid question. Tried to watch before posting...)

    If you use Eclipse, you can find most of them clicking on import-> BlackBerry-> import BlackBerry application examples and then to find the name that corresponds to the document.

  • Can we get an example of application in CORE NATIVE and WATERFALLS in blackberry-10?

    Good day to all,

    It's too late to ask this question.

    (NOTE: I asked this question in native development Forum also, because I don't know where I have to ask myself this question.)

    I need a sample application (such as 'Hello World') for the CASCADES and CORE NATIVE, to know how to start the NATIVE application. Because when I create a sample app by choosing

    FILE > NEW > BLACKBERRY PROJECT > APPLICATION (application type) > screen/empty (I chose the language in C++), but it provides 'main.c' not the "main.cpp" and I have not a clue of how to grow a single screen according to I have to start the implementation.

    I think you all understand my problem.

    Hi all

    I get the solution here (dishooom replyed on the same question that I posted in the Native Development Forum):

    sample-application-in-CORE-NATIVE-and-CASCADES

    Thanks to dishooom.

  • Examples of applications does not.

    Hello

    I'm launching given Simulator demo/sample applications.

    Most of them is errors.

    for example.

    For the HTTPDemo project, I get this error

    "Error at startup of HTTPDemo. class" net.rim.device.api.command.Comman "not found"

    Project SockerDemo - same error.

    For SMSDemo

    "Error at startup of SMSDemo. class" net.rim.device.api.command.CommandHandler "not found"

    I am running Simulator version 5.0.0.592 - 8900 - and using eclipse plug-ins.

    I tried to look for the cause, some say that this class 'command' is available on version 6.0 of the Simulator only, so it will not work on this one and to use 4.5 samples instead.

    But I couldn't find examples for 4.5.

    Any help would be appreciated.

    Welcome to the support forum.

    the examples in this folder from your eclipse installation (change the JRE version number):

    plugins\net.rim.ejde.componentpack5.0.0_5.0.0.25\components\samples

    as you work with 5.0 I suggest that you use 5.0 samples.

    Another option would be to change the JRE of the eclipse at 6.0, depends on the target of your project.

  • Not yet documented examples of Applications download the link ADF not working not

    Steve Muench not yet documented ADF Sample Applications located at http://blogs.oracle.com/smuenchadf/examples/

    The download link for samples does not. He headed Oracle JDeveloper Product Page instead.

    By clicking on the title of any sample application used to allow download of the example file. Now that it's pointing to http://www.oracle.com/technetwork/developer-tools/jdev/overview/index.html

    Is there another way to download the sample applications?

    Thanks in advance for your help.

    Mitesh

    Refresh your browser on my samples page and click on the link for #145. It should work now.

    The base directory is not navigable, you must know the full URL to the file.

    I added #145

  • Error when you try to view examples of Applications

    I get the following error when I try to access examples of Flex 2 applications on this site. I don't get any errors for the stuff I'm developing on my own server. Any ideas?


    ReferenceError: Error #1069: hasDefinition property not found on flash.system.ApplicationDomain and there is no default value.
    at mx.managers::SystemManager/getDefinitionByName()
    to mx.managers::SystemManager / http://www.adobe.com/2006/flex/mx/internal::addingChild()
    to mx.managers::SystemManager / http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()
    at mx.managers::SystemChildrenList/addChild()
    to mx.managers::SystemManager / http://www.adobe.com/2006/flex/mx/internal initialize()
    at mx.managers::SystemManager/::initHandler()

    I downloaded the latest version of Flash Player for Firefox and that did the trick. I can't do the same thing because it's to say because our security settings do not allow the ActiveX install and I was not able to find a regular download version to the latest version of Flash Player for IE.

  • Is there a way I can restore my backup profile that I took from a folder (for example Settings\Application Data\Mozilla\Firefox\Profiles\)

    Before re-installing Firefox 19, I took by mistake backup my profile in a folder - C:\Documents and Settings\garan14\Local Settings\Application Data\Mozilla\Firefox\Profiles and not from C:\Documents and Settings\garan14\Application Data\Mozilla\Firefox\Profiles.

    When installing, I chose option "Delete old profiles" and I don't see any old folder under C:\Documents and Settings\garan14\Application Data\Mozilla\Firefox\Profiles profile.

    However, I have a lot of important data stored under that profile that has now been deleted.

    Is there a way I can restore the old profile data? (PS: as stated above, I have a backup of the profile folder that is located under the Local Settings folder)

    I'm in a desperate need for aid. Pls reply as soon as possible.

    Firefox stores only cache files to the location of the local settings and not the files in the main folder of the Firefox profile.

    There is no need to save this place in local contexts in any case.

    The main folder of the Firefox profile is in "C:\Documents and Settings\ < user > change Data" on Windows XP.

    If you have deleted your personal data during the uninstallation of Firefox and do not have a backup then your only option is to use an undelete utility to see if you can recover this profile folder.

  • How do scan you a document (for example, an application of jof) in Wordpad or Microsoft Office so that you are able to type information in there?

    I need enter information in a document, that has been given to me. I don't know how the scanner in a program that allows me to type into it. Help!

    You will need to have a scanner that can do the optical recognition of characters.  even then, it probably does not too well.  I'd look for an online application, sometimes they post them in a .pdf file that you can type and print.

  • How to test a scenario of upgrading an application of Cascades with a database?

    I want to assure you that I have not destroy user data when I release versions updates to my applications. Is there a documentation available explaining an upgrade of the life cycle? I would like to make a few updates to test once I understood this process.

    When I search the forums for "upgrade", I tend to see the messages around updated the BB SDK itself rather than the App upgrade scenarios.

    You can simulate this.  First of all, to export a signed release.  To click directly on your project, choose export-> BlackBerry-> Release Build.  The BAR file should appear in your project in the folder that you selected in the name of the file with the version of the app.  Right click on this bar file and choose BlackBerry-> Install.  This will install a signed release on your device.

    Then, to increment the version number in your application and follow the same process above to install the new version.

Maybe you are looking for