problem with the curve 9380 os7

Community bb Hello, I have a problem with the home screen when a make to 9380

someone can be so sweet and send me the correct display config in the BB.properties and the thm file

Thank you

In this regard, I have tested the theme in a 9380 well, I realize that work perfectly, meaby is a bug of Simulator.

Tags: BlackBerry Developers

Similar Questions

  • Problems with the curve

    I have a square or polygon. I want to turn one side of right of a smooth curve. Is there a way to do this?

    I have the pen tool and I am followed by an object. I want to create a side curved, then continue on straight edges. However, the tool insists on the creation of curves of 2 or 3 at a time.

    Is there a way to create a single isolated or part of a curve shape that is adjustable with the two endpoints. It seems that the curves that I often creates lack levers to one of their ends, making it more difficult to get the shape I want.

    I have a square or polygon. I want to turn one side of right of a smooth curve. Is there a way to do this?

    ALWAYS indicate what version of the program that you are using. Assuming that CS3 or later:

    (View > snap to Point on)

    1 white pointer (the so-called Direct Selection tool): select the anchor of interest points.

    2 Control Panel (this strip along the top of the window): click on the smooth button convert. The anchor is changed into sweetness; the two Direction handles auto-étendre.

    3 white pointer: drag the handle unwanted in the anchor.

    or...

    3 convert Tool: click the handle unwanted.

    I have the pen tool and I am followed by an object. I want to create a side curved, then continue on straight edges. However, the tool insists on the creation of curves of 2 or 3 at a time.

    1 pen: click. (Put a corner Point).

    2. move the slider. ClickDrag. (Place a smooth Point, curved segment results.)

    3. click on the anchor you just placed. (Cut off the outgoing handle.)

    4. move the cursor. Click on (places a corner Point, the line segment results.)

    Is there a way to create a single isolated or part of a curve shape that is adjustable with the two endpoints. It seems that the curves that I often creates lack levers to one of their ends, making it more difficult to get the shape I want.

    1 pen: Click (puts a corner Anchor Point.)

    2. move the slider. MouseDown and drag. (Puts an anchor of smooth, curved segment results.)

    3 press and hold ALT continues to slip. (Coming out of the handle under the cursor moves independently the incomming handle.)

    4 Mouseup. Move the slider. Click or ClickDrag to set the next anchor point.

    There are other ways to make a little of what precedes, by pressing the shortcut keys to move to other tools. For example, when drawing in pen, you can press Alt to call the tool convert a temporary anchor point and drag a handful of pre-existing SmoothPoint and its opposite handle move independently (anchor of the so smoother conversion in a corner Anchor Point).

    One of the weaknesses of the Illustrator in this (apart from boredom in all of comparison) is its inability to drag a handle retracted on a corner point retracted to bend an existing right segment.

    There are 3 different types of anchors - straight, smooth (two direction handles work in alignment) and cusp (two handles of direction working independently).

    N °

    Illustrator interface defines two types of anchor Points: corner or smooth. What you call a "cusp point" is just a CornerPoint with one or two of its scope handles. 'Dawn' (kind of a Bézier control point) is a relevant term of Corel Draw, Illustrator not.

    Illustrator: Smooth corner Point, Point

    Draw: Cusp node, smooth node, node symmetric (Illustrator does not provide symmetrical behaviour.)

    Scribble: corner Point, curve Point, Point of connector (Illustrator does not provide the behavior of connector).

    JET

  • BlackBerry smartphones unwanted suggestions app on the curve 9380

    Hi bb forum, my problem is with my curve 9380 whenever I have my device off and turn on again once I have many suggestions app undesirable even if no sim card is in the device is the problem with these "spam advertising." I would be grateful if you tell me how I can disable this spam. translated from the German with the hope of microsoft-i :-), it is understandable

    Hello benny7777

    Welcome to the Forums of the BlackBerry Support

    How many 3rd party application that you have installed on your device?

    Remove these free 3rd party applications from your device or upgrade these free apps paid version or full to get rid of those who advertise.

    Good luck.

  • Problem with the report and the system of axis 2d

    Hi, I'm trying to write a script with tiara, who wrote a 2d axis system in the report but I'm having a lot of problems with it.

    What I'm trying to do, is make 3 or more system axis 2d in the report, each displaying a part of the data of 2 channels (x = ch0, ch1 = y).

    With only 1 graphic I get what I want, but when I try to add the 2nd or the 3rd, they show without my defined x-scale and with the offset x different from the first chart.

    I tried everything, but I could not remedy

    I added as attachments the .csv file that I use to ch0 and ch1 and 2 screen shoots "what I get" (about the problem with the script) and "what I hope to get" (done manually, is what I'm trying to get the report)

    Any help will be appreciated, thanks in advance

    Ierman

    I'll post my code here:

    Dim Xscale, Yscale
    XScale = Array (0,25,0,5,49)
    Yscale = Array(-0.2,0.2,-0.2,10,4)
     
    Call PicDelete()
    Call GraphObjNew ("2D-Axis", "2DAxis1")
    Call GRAPHObjOpen ("2DAxis1")
    D2AxisTop = 1

    D2AxisBottom = 70
    D2AxisLeft = 1
    D2AxisRight = 1
    Call GRAPHObjOpen ("2DYAxis1_1")
    D2AxisyScaleType = "manual".
    D2AXISYBEGIN = Yscale (0)
    D2AXISYEND = Yscale (1)
    D2AXISYORIGIN = Yscale (2)
    D2AXISYTICK = Yscale (3)
    D2AXISYMINITICK = Yscale (4)
    Call GRAPHObjClose ("2DYAxis1_1")
    Call GRAPHObjOpen ("2DXAxis1_1")
    D2AxisxScaleType = "manual".
    D2AXISXBEGIN = Xscale (0)
    D2AXISXEND = Xscale (1)
    D2AXISXORIGIN = Xscale (2)
    D2AXISXTICK = Xscale (3)
    D2AXISXMINITICK = Xscale (4)
    D2AxisXTxt = ""

    D2AxisXColor = 'black '.

    D2AxisXTickAuto = 1
    D2MTickLineWidth (1) = 0.1
    D2MTickLineType (1) = "solid".
    D2AxisXTickSize = 60
    D2AxisXTxtAutoCo = 0
    D2MTickColor = "red".
    Call GRAPHObjClose ("2DXAxis1_1")
    Call GraphObjNew("2D-Curve","New_Curve")

    Call GraphObjOpen ("New_Curve")

    D2CCHNX = "[1] / [1]" "

    D2CCHNY = "[1] / [2]" "

    D2CurveColor = "red".
    Call GraphObjClose ("New_Curve")
    Call GRAPHObjClose ("2DAxis1")

    Dim Xscale1, Yscale1
    Xscale1 = Array (25,50,0,5,49)
    Yscale1 = Array(-0.2,0.2,-0.2,10,4)
    Call GraphObjNew ("2D-Axis", "grafic")
    Call GRAPHObjOpen ("grafic")
    D2AxisTop = 40

    D2AxisBottom = 37
    D2AxisLeft = 1
    D2AxisRight = 1
    Call GRAPHObjOpen ("2DYAxis1_2")
    D2AxisyScaleType = "manual".
    D2AXISYBEGIN = Yscale1 (0)
    D2AXISYEND = Yscale1 (1)
    D2AXISYORIGIN = Yscale1 (2)
    D2AXISYTICK = Yscale1 (3)
    D2AXISYMINITICK = Yscale1 (4)
    D2AxisYTxt = "" ' testo asse label y
    Call GRAPHObjClose ("2DYAxis1_2")
    Call GRAPHObjOpen ("2DXAxis1_2")
    D2AxisxScaleType = "manual".
    D2AXISXBEGIN = Xscale1 (0)
    D2AXISXEND = Xscale1 (1)
    D2AXISXORIGIN = Xscale1 (2)
    D2AXISXTICK = Xscale1 (3)
    D2AXISXMINITICK = Xscale1 (4)
    D2AxisXTxt = «»

    D2AxisXColor = 'black '.

    D2AxisXTickAuto = 1
    D2MTickLineWidth (1) = 0.1
    D2MTickLineType (1) = "solid".
    D2AxisXTickSize = 60
    D2AxisXTxtAutoCo = 0
    D2MTickColor = "red".
    Call GRAPHObjClose ("2DXAxis1_2")
    Call GraphObjNew("2D-Curve","New_Curve1")

    Call GraphObjOpen ("New_Curve1")

    D2CCHNX = "[1] / [1]" "

    D2CCHNY = "[1] / [2]" "

    D2CurveColor = "red".
    Call GraphObjClose ("New_Curve1")
    Call GRAPHObjClose ("grafic")

    Hi lerman,.

    Here is an edited version of your code that works on my computer.  A problem that I know that I fixed it was that your presentation of the STATE was in the name-oriented mode but you use the variables based on the number to assign it X and Y channels.  The execution of these commands in a loop FOR makes it much easier to debug the code and to avoid any annoyance at first.

    Brad Turpin
    Tiara Product Support Engineer

    National Instruments

  • The problem of the curves is fixed?

    I gave up lightroom 4 when the problem of curves has been identified.

    1. The problem of the curves is really fixed in lightroom 4.1?
    2. I have a lot of images that I modified in lightroom 3.6 with extreme curve adjustment. These images will import correctly in lightroom 4.1

    No problem James.

    1. When you upgrade your catalog LR3.6, it creates a COPY of the catalogue and implemented at level which (if your catalog 3.6 is not touched).  Upgrading nick previews, to save double them.

    2. If you wish to continue using 3.6, Yes, it will use different catalogs.  I wonder if you create an additional task for yourself well!  The LR3 are always available in the LR4, if that is your concern.

    3. If you want to import your catalog in LR3, LR4, just to go file > open catalog and it will ask to be upgraded.

  • Anyone having problems with the new iPhone LTE connection 7 on Verizon?

    I am now on my iPhone second 7 with Verizon. I had four phones for me and my family. I have now had issues where I have no signal in the same areas where my signal allows to be strong. I can't solve the problem with the activation/deactivation of the airplane and then mode again in normal mode. My phone will rest with no signal for 5 minutes, then going to LTE with three bars. I also had the problem where I had only 1 x signal, while my son standing right next to me has LTE. And he had the same questions, where I'm on LTE and it gets no signal. I use to have LTE where I live and work all the time, now it's spotty at best. Apple has replaced me and my sons iPhones but not luck. Still do. Any ideas or an any other suffering?

    (1) go to settings/cell phone/cellular data Options/enable LTE and select ONLY the DATA. This seems to solve the problem (as a temporary solution) for most of the people affected by this problem. The bad part is your request might not be as clear (since they cannot use the highest LTE signals) and you can make calls and data at the same time. But it does not solve the issue.

    (2) there are rumors (but you didn't hear that from me that we only are not supposed to discuss beta software program Apple in this forum) that the new version of Apple Beta for iOS (which also includes an update of the software carrier Verizon to 26.0) seems to solve this problem. So, there's a light at the end of the tunnel.

  • Sierra Siri, «I have some problems with the connection...» »

    Guys,

    I just installed Sierra on my MacBook Pro (retina, 13 inches, early 2015) version 10.12. I can't get Siri at work, the app tracks, he hears what I'm saying, but after awhile, he returns with two messages, both on the screen and verbally "I have some problems with the internet connection. Please try again in a moment. "&"Sorry, I'm having problems with the connection. Please try again in a moment. »

    Any ideas?

    Thank you

    N

    It's a network problem.

    Check the proxy settings that blocks maybe, or a firewall.

    System Preferences > network > Advanced (for your current connection) > Proxies

    Something there?

  • Siri does not (problems with the connection)

    Hello

    I installed macOS Sierra yesterday. Everything seems to work fine, except Siri. With Siri I always get an error message "I am having some problems with the connection. Please try again in a moment. ». But this seems to appear every time. The network connection works fine, I can't access the Internet without problem.

    No idea how solve the problem?

    I use an iMac (27 inch, mid-2011). Internal microphone is connected, I also see the 'waves' change while I am speaking.

    Concerning

    Thomas

    Hey, thochstrasser. Thank you for using communities of Apple Support.

    It seems that Siri is reluctant to make his debut on your iMac after upgrade to Mac OS Sierra. I want to make sure that you get the benefit of this new feature on a Mac.

    1 try safe mode if your Mac does not start -even if your iMac to market, safe mode makes sure it starts successfully.

    2. How to test a question in an another user account on your Mac - since this is most likely a software problem, test to another user will indicate if it is right to your user account or throughout your system.

    3. use Time Machine to back up or restore your Mac - if it seems to be systemic, the next step should not cause problems. But it is always better "to have" a backup to the "need".

    4. on OS X Recovery - the issue as part of the operating system, reinstall should do.

    Have a great weekend!

  • iOS 10 problems with the Mail application

    Dear Apple and community support,

    Here's my problem:

    I have upgraded to iOS 10 on my iPhone 5s this afternoon (September 13), and now I'm not able to open e-mail - Yahoo!, and Gmail. I can receive emails, I'm not able to view the body of these emails. When I press on them, all I see is a blank white page. I can't answer emails either. I can only their flag or remove them. However, I am able to compose new e-mail messages.

    Here are the steps that I've taken to try to solve my problem:

    1. Restarted my phone
    2. Remove and re-add my Mail accounts
    3. Made a backup and a restore full while that plugged into my laptop with the latest version of iTunes.

    I should be grateful if you would help or more information on this issue.

    Thank you

    Emily

    I also have problems with the Mail application.  On my iphone, ipad, and Mac Pro.  I have several addresses, a MSN, another on Go Daddy and Gmail.  I have various weird problems with threads and every day he re-charge my emails, like if I have never read before.  Something is really problematic with Mail.

    Can the people of APPLE, you help me?

  • Problem with the installation of iOS 10

    I tried to install iOS 10 earlier but it did not work, so now that I'm trying to reinstall iOS 9 if my phone will work again, if this does not work I have to reset my phone (but I am a fool and did not a back-up because I never had a problem with the software updates in the past if all data will be lost).

    < published by host >

    The same problem with me too. After installing ios 10 nuer OTA my iphone brick! I'm trying to re - install ios 9 i-Tunes, but 2 hours now always stop installation... what happent?

  • Hello! Someone has some problem with the haptic on Macbook 12 "2016 function? It does not work on my Mackbook.

    I'm trying to figure if someone has my problem with the haptic on Macbook 12 "2016 function. The option is checked in the preferences system, but it does not work.

    Thank you

    Hello luigi10m,

    Thanks for posting on the Community Support from Apple. From your post, it looks like your haptic feedback does not work when you click using your trackpad and the setting is enabled. I know that this is a great feature and it is important to make it work. I'll be happy to help you.

    First of all, I would like to assure you that in system preferences > Trackpad > clicking silencer is not checked, that might help. In addition, it would be useful to reset the settings of the SCM. You can find instructions here: reset the management system (SCM) controller on your Mac - Apple Support

    I'll also include those for you here:

    1. Stop the Mac.
    2. Plug the MagSafe or USB - C adapter to a power source and to your Mac.
    3. Use the built-in keyboard, press shift-control-Option on the left side of the keyboard, then press the power button at the same time.
    4. All the keys to unlock, then press the power button to turn on your Mac

    Take care!

  • I have a problem with the content of spam. Somewhere in the Fox appeared script that's choking me audio spam. Every 30 minutes he's playing an audio clip that is malicious.

    Hello.
    I have a problem with the content of spam. Somewhere in the Fox appeared script that's choking me audio spam. Every 30 minutes he's playing an audio clip that is malicious. I can't find the settings as it eliminated. Now, I don't have any plug-ins and Add-ons strange that were not initially in the Fox, but the problem is there.
    I use the Fox years. The problem, he had 1.5 months after Fox cleaning. If the problem can't win, I'll be forced to give up the browser, and I wouldn't.

    Could test you mode without failure of Firefox? It is a standard diagnostic tool to disable some advanced features of Firefox and extensions. More info: questions to troubleshoot Firefox in Safe Mode.

    Does not work if Firefox: Hold down the SHIFT key when you start Firefox.

    If Firefox is running: You can restart Firefox in Mode safe mode using either:

    • button "3-bar" menu > "?" button > restart with disabled modules
    • Help menu > restart with disabled modules

    and OK reboot.

    Two scenarios: A small dialog box should appear. Click on 'Start mode safe' (not update).

    Any improvement?

    If the problem persists in Mode without failure, could reinstall you Firefox in this way:

    Clean reinstall it

    We use this name, but it isn't about deleting your settings, this is to ensure that the program, files are clean (not incompatible, corrupt or exotic code files). As described below, this process does not disrupt your existing settings. Don't uninstall NOT Firefox, that does not need.

    (1) download a fresh Installer for Firefox 38.0.5 of https://www.mozilla.org/firefox/all/ in an ideal location. (Scroll down your preferred language).

    (2) close Firefox (if applicable).

    (3) to rename the program folder, either:

    (Windows 64-bit folder names)

    C:\Program Files (x86)\Mozilla Firefox
    

    TO

    C:\Program Files (x86)\OldFirefox
    

    (Windows 32-bit folder names)

    C:\Program Files\Mozilla Firefox
    

    TO

    C:\Program Files\OldFirefox
    

    (4) run the installer you downloaded in the #1. It should automatically connect to your existing settings.

    Any improvement?

    Note: Some plugins can only exist in this OldFirefox file. If it is missing something essential, present in these files:

    • \OldFirefox\Plugins
    • \OldFirefox\browser\plugins
  • Siri having problems with the connection.

    Hello

    I have an iPhone 6 Plus, 64 GB with IOS version 9.3.3 (G 13, 34) and the carrier is Vodafone.

    I have problems with Siri, feel when I asked her a task (research or appeal), after a few seconds of waiting, the answer is always "sorry, I have a problem with the connection. Please try again in a moment. »

    I have the right connection with Internet with WIFI and 4G data stream.

    I did reset network settinjg, but I don't see any improvement.

    Please indicate what I can do and if it's a common problem with the iphone 6.

    Thank you!

    CC

    After the reset of the iPhone ("home" button and close button for 10 seconds, with the iPhone connected to the computer), Siri works!

    I am concern I have to do this reset every 2-3 weeks if I need services of Siri...

    Good luck to all of you who have the same problems with their iPhone of hares!

    CC

  • I'm having a problem with the pictures on some pagies partially of fully duplacating other tiles nearby. Only occurs with Firefox.

    I'm having a problem with the photos on some pages partially to duplicate completely other tiles nearby. Only occurs with Firefox. The thumbnails are refreshed when I move the cursor over them, but again distort when you scroll the page. I have a few images, but cannot up-load them on this page of support for some reason any. Maybe I can email you if you need?

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe

    You can check the preferences of network.http. * on the topic: config page and make sure that they have the default value.
    You can restore the default user set prefs ("BOLD") via the context menu.

  • I had a few problems with the search engines and history

    My default search warning back to Yahoo after a reset on my computer. Close Firefox keep one to change but by restarting the computer, it takes.

    I can't open the sidebar history. The option "view the history of your" opens its tab fine (the drop-down menu that says 'Show History Sidebar', 'clear recent history... ("ect.). But, when you click on the "Show History Sidebar", nothing comes. Can I use the "Show history" option, but the sidebar does not open for some reason any.

    I just finished with a complete analysis of the Microsoft Safety Scanner and it said not that there is anything wrong. I have not reset the computer again to see if something has changed although after the factory reset (see the 2nd paragraph) it seems returned to Yahoo (search engine he kept going to happen).

    I open the history tab in the menu of the toolbar, and everything seems fine here. I also had him always use private off all first browsing mode. After activating the option clear history when Firefox closes, I ended up having to reset to factory settings (things he saves were saved isn't really a problem) that doesn't seem to fix the problem with the sidebar of history not to come.

Maybe you are looking for

  • 564XL black ink cartridge doesn't fit, even if hp site says it should. What's wrong?

    I have a Photosmart HP 5510 printer, model # B111A. I bought a black cartridge 564XL for her, and I can't get to fit. I checked the instructions on how to change the ink, but it said nothing about why does not the XL. The HP Web site States that it i

  • Diagnosis missing DAQ files

    I downloaded program diagnosis DAQ 2.1.0 on my computer, installed and ran. Everything seemed to go well, but it failed 3 of 6 diagnostic steps: counters, analog inputs and analog output sections. The other 3 past. I don't think it failed, because th

  • Bought an update disk thinking it was the complete system.

    I bought a windows disk thought 7 it is the full operating system, I have not followed the instructions properly or made a mistake somewere along the way during Assembly and have now lost my Vista the operating system completely. I still have the pro

  • Handycam dcr - s41 horrible photos

    Since I received the handycam as a gift a few years ago, the picture quality is horrible. I have pictures to prove my point really. they are blurry, splochy and sometimes seem to have red spots everywhere in photos. I'll travel international and I ca

  • transfer files from computer to external hard drive

    I will reset or reinstall IE 9 due to problems. I would like to know if I can transfer these files on an external hard drive and how to make this function. .