Support different device sizes.

Hi all

I need a support to Q10 and Z10.

the UX and UI are provided by a third party, and they want the user interface to be a little different for Q10 and Z10.

I went thorugh the documentation in this respect and found this:

https://developer.BlackBerry.com/native/documentation/Cascades/best_practices/resolution/using_stati...

This, I understand that, we can use QML different for different screen sizes.

but I develop ui in CPC mu... so is it possible to do in CPP too?

Help, please!

There is no folder for C++, so what would you put in?

So yes, or use a thin layer in a qml file, as suggested.

Tags: BlackBerry Developers

Similar Questions

  • Website size is different in the different devices

    My Web site will appear in different sizes in different devices and adjusts, how to fix this?

    What you're looking for, it's what we call sensitive design.

    Unfortunately, Muse doesn't support sensitive design at the moment. However, if you have experience with web programming, Dreamweaver CS6 reactive load design with Media Queries and fluid grid Layouts, which publishes the CSS styling for each screen size.

    Take a look at this article!

    http://www.adobepress.com/articles/article.asp?p=1870087

    Hope this helps,

    Julia

  • How to ensure the compatibility of Application on different devices like the curve and the storm. ?

    Hello

    Currently I am working on an application and

    What we expect is that "Application will work in the curve and storm Blackberry secruit phone devices.".

    How I ensure this. or what are the requirements.

    I'll have to do different things for different devices. ?

    If some has a link to information that can explain the difference on various devices, please give me. Please, I beg you.

    Please help me in this regard.

    Thank you.

    Development of applications of BB is compatible before, then you might reference the version of operating system that you want to support, same generation will be used on other devices.

  • Supports multiple devices (PlayBook/BB10) under 1 name of the application

    I have an existing set of PlayBook available in BlackBerry World... all descriptions, screenshots etc. are designed for the PlayBook.

    Now, I did a version of BB10 of the game, I want to present as the same application... since it's the same application, just to a different device.

    Can I do this?... and if so, what is the process?

    I was going to try to download a new "version" to my product existing but feared that it could supplant the app PlayBook existing on or complain about etc. version numbers (basically, it is not clear and I'm fearing the worst just in case)

    If this is not possible... What is everyone doing?... I hated the apps named "Blah blah for BlackBerry PlayBook", as it seems that this verbal overkill... so I do not "Blah blah for BB10" (actually I know not yet if this style of naming is allowed.

    You can download a new package under the same product, and this will not affect the PlayBook. Just be sure to not select the PlayBook as one of devices supported when you do.

    Metadata (for example, description etc.) can especially be implemented separately for BB10 now, if you check the supplier portal. There is a default value, then the platform-specific variants if you wish.

    The world BB in the Dev Alpha client displays currently the screenshots or the description of the BB10 version however, but such things is expected every day now. Yet once, should not affect the PlayBook, although there are certainly things to change and... Well, always a risk I think.

  • Deployment on different device versions

    I would like to add a feature that requires ApplicationIndicator. So far, I have been programming for the 4.2.1 API and need for backward compatibility to this version.  ApplicationIndicator was not introduced before 4.6.0.  I would rather not confront users with the choice of the installation of two buildings separated according to their version of the OS. So, ideally, I would be able to create and deploy my application in such a way that it only tries to access the ApplicationIndicator if it is running on 4.6.0 or higher.

    After reading "how to-develop applications for BlackBerry Device Software versions and models of BlackBerry smartphone" (http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800783/How_To _...), I'm still a little confused about my options.

    The section "Using libraries to support different implementations", seems to be maybe a solution. Is it? Otherwise said, it saves you from the obligation to offer multiple versions of your application, or it's simply a way to reuse the code in an organized way? Article provides many examples of code, a lot of details, like how to implement compile paths and "References of project" - what are doing by the way?-are absent.  Also, what is the end result of that look of the approach regarding files jad and cod for the deployment?

    Thanks in advance,

    Neil

    Yes. The BB-browser user-agent header contains the device model and the level of the BONE.

  • Displays a text ("sample application") Logo and Description ("this is a sample application") with different font size

    Hello


    I use the universal theme of apex 5.0 and tries to display logo text ("sample application") and description ("This is a sample application") with different font size.


    Type of logo - text

    Logo - sample application - this is a sample application.

    I want to display the description in the smallest font size, so I changed the Logo below

    Logo - < span style = "" are-size: 3.8 rem; ' > Sample App </span > - < span style = "" Dimensions are: 1.8 rem; "> this is a sample application </span >" "

    But I have following problem.

    1 - the font size for both is the same (why the size is not different?, because I gave the size of different font within the span tag)

    2 - the text of the whole logo whose description is displayed twice.

    -Once in place of the actual logo and

    -the second on the left upper tree navigation. (just below the text of the actual logo)

    I tried to use the logo attribute, but what makes the whole logo & its description with the same size. I need size of different font for both, so it is unusable.

    Attribute logo - style = "" are-size: 3.8 rem; ""

    Really appreaciate help.

    Thank you

    Deepak

    DeepakJ wrote:

    I use the universal theme of apex 5.0 and tries to display the text of the logo ("sample application") and description ("this is a sample application") with different font size.


    Type of logo - text

    Logo - sample application - this is a sample application.

    I want to display the description in the smallest font size, so I changed the Logo below

    Logo - application example - This is an example of application.

    But I have following problem.

    1 - the font size for both is the same (why the size is not different?, because I gave the size of different font within the span tag)

    Cannot reproduce. Using the code above results in different format text as expected. (He looks terrible IMO)

    2 - the text of the whole logo whose description is displayed twice.

    -Once in place of the actual logo and

    -the second on the left upper tree navigation. (just below the text of the actual logo)

    Including HTML tags in text in the 5.0/theme 42 APEX logos results in this behavior. I consider this as a bug as (a) it says nowhere that it is not possible to do so; (b) the text of the logo is not HTML - or attribute-escaped when used in the page.

    See How to avoid to show the logo on the navigation bar to get an explanation of the underlying cause and a workaround to allow the common use cases include the text and a picture in the logo. This particular solution is of no use here. The solution to this problem requires a custom with the theme the theme roller style sheet, which is the preferred way and support to customize and extend the universal theme.

    • Click the Thème Roller on the developer toolbar.
    • Expand the CSS custom section.
    • Add this style custom rule:
    .t-Header-logo a span {
      font-size: 3.8rem;
    }
    .t-Header-logo a span:after {
      font-size: 1.8rem;
      content: " - This is a sample application.";
    }
    
    • The page will automatically preview changes.
    • Click on record under and type a name for the style of custom theme.
    • Topic close Roller
    • I hope that decide that it is not a good idea and cancel the mods.
  • Please can someone tell if google chrome development tool that emulates different devices provide a view Specifies how the site will be viewed on different devices

    Please can someone tell if google chrome development tool that emulates different devices provide a view Specifies how the site will be viewed on different devices

    All the emulators fail at something, so it is always best to test the real devices when you can.

    That said, Chrome and Firefox are quite close. One of the things bigger than don't miss the emulators in the browser is the function of auto zoom of smaller devices. Be sure to include the viewport with an initial scale of 1.0 and you should be fine...

    Generally emulators you what a phone with auto zoom see when this tag is missing. Some phone browsers also automatically link and add styles to things like phone numbers or dates, if there is no style associated with them are coming from css to your site. Dev tools will miss that also and sometimes it's a little surprising to see a bunch of links on your page when you never coded in a first time.

    Again, it is always better to use actual devices, you intend to support, to see what will actually make your site.

  • How to send different content for different devices

    Hello

    I would like to set up my Dreamweaver CC site to send a Unity3D game (requires the browser plugin) for desktop but send a video trailer of the game for tablets and phones.  The problem is that the Unity 3D web player does not work on tablets and phones I have Adobe Muse who would do this simple enough that you can send a different content for different devices easily, but Muse does not support the unity 3D plugin.

    I explored websites Bootstrap and sensitive, but I don't think that's the answer.  I have found a lot of tips and tutorials on how to send the same content but formatted differently to different devices, but I couldn't find anything on the use of Bootstrap to send any content to different devices.  Is it possible to use for this media queries?

    I read a little, but about setting up subdomains.  Is this the way forward?  Any advice will be greatly appreciated.  Thank you.

    Zaid

    Hi Nancy, thanks for your idea, but I just found a solution so easy, that it makes me feel stupid that I can't find as soon as possible.  My site host, Business Catalyst, allows you to create your site with content for phone and tablet in different folders.  Then, you can route these files to the phone features or tablet.  It's a simple drop down menu choices.  You don't have to do subdomains or anything like that.  Wow, what a relief!

    Zaid

  • Grid of fluid CC how to resize tags h for different screen sizes

    Hello

    I'm new to CC. I tried to create a header or a sensitive banner as follows: a logo image Center spot left, name and address, telephone number (more large fonts/bold) positioned more low rt. How to get the text to resize with responses? Can I use the properties panel to change the sizes of tag h for different devices or what I write and a link to the css file? I don't know how to proceed for several sizes of device without having to edit the fluid.css file created by DW. I know that sounds really simple for most. I hope if I get a basic understanding of the concepts that I'll be able to expand them.

    Thanks again,

    Andrea

    In my view, it is better to create a separate external stylesheet for content.  Do not change the files fluidGrid.css or boilerplate.css.

    In your content.css, use media queries to target different devices like this:

    / Special rules for mobile phones. */

    @media only screen and (max-width: 481px) {}

    Body {make-size: 75 %}}

    }

    / Special rules for tablets * /.

    @media only screen and (min-width: 482px) {}

    Body {size are: 100 %}}

    }

    / * Special rules that apply to workstations * /.

    @media only screen and (min-width: 1024px) {}

    Body {make-size: 135 %}}

    }

    Nancy O.

  • The scale of the objects in front panel for different screen sizes

    Hello

    Can someone help me Vi design for different screen sizes. I designed a VI to a small monitor and a lower resolution, but when I open the Vi even on another monitor, objects are not aligned correctly. The properties that I have changed are

    Appearance of window-> by default

    Size of the window-> screen size 0.0 & Tick marked options to keep proportions for monitors different and all the objects on the scale

    Position of the window Run Time-> Maximum

    Concerning

    Imran

    Yep, the minimum size of the value, and then drag the window to be the smallest size allowed, then turn off "allows the user to resize the window.

  • Simulating the different devices in the JDE

    Hello..

    Currently with my JDE 4.6 it only allows me to simulate a storm and the 8900. I want to simulate my app on a few different devices (to see how it looks and feels more small/more large screens). I was just wondering how to install of new simulators for my JDE and where can I get them out?

    I'm new on this and any help would be greatly appreciated

    Thank you

    Devices come usually with of the JDE. You can download new devices by downloading the new JDE versions. You can then run the emulator from the command line and choose to install the application in the menu. Point of the dialog in the JAD/COD that you created and it will be installed in the emulator. Of course, you can simply use the new JDE to build and run your project but if you try to maintain compatibility with a version of the OS, but testing on the new devices, which tends to work ok.

    Thank you

    Rick

  • In Windows Live Movie Maker, how to make a subtitle with the inner different font sizes?

    How to make a subtitle with different font sizes, as in the old Windows Movie Maker?

    I want to produce an effect video, like MTV clips that fade in and out for video (not before or after the video). It of about what I want to produce and could not because the new WLMM seems to have this deleted title feature.

    My song (large)
    Composer (small fonts)

    I want that this block of text fade in and out for my video. Is there a way to do this? Otherwise I would feel obliged to go back to the old WMM.

    FWIW... going back to an older version of Movie Maker
    Maybe the answer. You need to restart your
    because the Live Movie Maker WLMP project project files
    would be not compatible.

    No guarantee but the next for an installable download
    version of Vista Movie Maker 6 may be worth a try

    * Proceed at your own risk *.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Windows Movie Maker Installer for Windows 7
    http://noeld.com/programs.asp?cat=video#wmminst

    Also, Movie Maker 2.6 will work on Windows 7:

    Windows Movie Maker 2.6
    http://www.Microsoft.com/download/en/details.aspx?displaylang=en&id=34
    (this is similar to the version of Win XP Movie Maker 2.1)

  • Providing of different resolution images to fit different screen sizes

    You use RoboHelp 11, if anyone can describe the best approach to provide the same image with different resolutions, to adapt to different screen sizes? I think that this can be done by changing the CSS to recognize the screen resolution and transfer the image of suitable size. Any advice would be appreciated. Thank you

    Lol that is the same picture that gets resized on the fly. Open the sample and

    generate reactive power. There is a picture in the retirement section. Go

    to this and keep the window resizing.

    As long as the original is good enough for a full browser window,

    all you need to worry.

  • (Redirected) For Dell Dimension 5150 Windows 10 upgrade: "there are no supported network devices.

    Hello world

    I have run the applet get Windows 10 and get the message: "there are no supported network devices.

    I use the router directly from the ethernet port, so it seems that the Dell 5150 driver for this is not Windows compatible 10, which is disappointing.

    Does anyone have a solution to this, or I'll have to just buying another cheap network card?

    Thanks in advance,

    J McVirgo.

    Best of this post in the forum Windows 10 here:

    http://en.community.Dell.com/support-forums/software-OS/f/4997

    Bev.

  • Is Adobe Preview CC Support Android devices?

    Is Adobe Preview CC Support Android devices?

    Hi there, thesales.

    For the moment, no. It's the radar of the team, but I don't have a specific release date to give you. I apologize for the inconvenience!

    Let me know if I can do anything for you!

    -Kathleen

Maybe you are looking for

  • Office h8 - 1012c: amd radeon hd 6570

    Since the upgrade to Windows 10, I have problems with my graphics card when you use Lightroom 6. Apparently my AMD Radeon HD 6570 GPU card is not supported by Adobe. My office is a HPE H8 - 1012c Anyone could update their graphics card and if so, you

  • Make another copy of the DVD from a DVD created from Windows Movie Maker

    My laptop was stolen recently and, with it, a slideshow (with audio) I had created on Windows Movie maker.  I have a disc I created after the completion of the project.  He plays very well on an external DVD drive.  However, when I download it on my

  • Clip + gel the menu radio FM @.

    just bought clip +; downloaded and am listening to audio books very well.  After disabling clip +..., and then more later; of course the clip + goes to the audiobook... but after that I stop the audiobook, press menu, I highlight menu freezes... of F

  • Cannot install KB2570791 in Windows vista error 80070643.

    Original title: error code 80070643 whenever I have try and install an update for windows vista KB2570791 I get an error code 80070643 how fix this?

  • Customizing the context Menu

    Hello I spent 7 hours trying to customize my context menu in Vista without a bit of luck or find any information (useful) online. I am aware of a tool called FileMenu and ContextEdit, but they allow me some control over the context menu, however, it