Time increment

Hi all

I'm new to Dasylab and I need a help to the sampling frequency setting or the block in the middle of the experience.

I want to recover my data for each of:

for the first 30 minutes 1 second

1 minute for 5 hours after that

1 hours continuously after

Currently, I used separator to make, but if 1 stops, experience everything stop. If I don't stop him, there will be in the amount of data written for 1 second interval.

Is it possible to change or adjust the frequency sampling or block in Dasylab?

Thank you very much

Martin Pierre Sarkozy


Tags: NI Products

Similar Questions

  • Is it possible to change the timer increment?

    The timer is changing in increments of 100 milliseconds. Is it possible to decrease it to 1 millisecond? For my application, I need to know when the waveform is a multiple of a number specified, for example, 7 millisecond. I have a Boolean indicator, and I would that he true to see the ot whenever the time is a multiple of this value.

    Is is possible to change the timer for this increment? Or y at - it a better way to reach my goal?

    Your problem of synchronization is the express VI simulate Signal.  You say it take value of 100ms of data.  So your loop will run through the 100ms.  If you want your loop to go to the 1ms (good luck with Windows), tell the express VI to collect only 1ms to a data value.  In your case, it would be 360 samples instead of 36 samples k.

  • Timer increment refuse reset

    Hello

    I have a timer to increment on a game I created, but the thing is that it refuses to hand over at the end of the game.

    If I timer.reset (); It is not visible, then, if I have cal timer.start (); immediately after, she will continue to his former position at the end of level 8!

    It is really annoying me because it's the only thing that does not seem to reset, everything is fine.

    Here is the code for my incremement meter, thank you very much in advance for any help

    function incrementCounter(event:TimerEvent) {}
    Count ++;

    var whole_value:int = int(count / 100);
    Tenth var: int = int(count / 10) % 10;
    hundredths var: int = int (count) % 10;

    gamePage.timer_txt.text = whole_value + '. ' + tenths + "s";
    }

    function onRejouerButtonClick(event:MouseEvent):void {}
               
    gamePage = new GamePage;
               
    removeChildAt (0);
    addChildAt (gamePage, 0);
               
    removeChildAt (1);

    Count = 0;   //////////<>

    mainTimer.reset ();
    mainTimer.start ();
               
    init();

    }

  • Auto Save Time Increment inconsistencies

    In Adobe Premiere Pro, I put the auto save preference to save every 5 minutes.  In a project that has been opened for 3 hours (sometimes inactive, sometimes actively used), I noticed in the log files that the auto save timing is sporadic automatic backup, and not always in increments of 5 minutes requested (see list below).  In fact, there is a duration of 15 minutes... who can be a lot of work when dealing with the production of commercial television for 30 seconds.

    I see auto save happening sometimes when I'm working on a project, so I'm curious - what specific activity delays the auto backup feature?

    Auto Save List.jpg

    What first version do you use?

    AutoSave works in a project "unregistered".

    The 15 minute interval could reflect that you did a manual save

    (or more) during this period.

  • TIMER PROBLEM! Help, please! AS3

    I have this drag and drop shape game... I have this again "try" button Reset the timer, the score and the location of movable forms and «start' button that starts the timer and like «10,9,8,7...» until she paid 0 and "try again" and "next" button will appear... my main problem is, whenever I have click the "try" button again, and then click 'Start'... my timer increment decrement State... first he "10,9,8,7.." then when I click on try again and click Start Timer will '10,8,6,4... '. then when I click on try again and again it goes "10,7,4.." would you help me on this... I want this decrement, only 1 number at the same time I have click on try twice the key... Thanks in advance

    Stop();

    import flash.events.KeyboardEvent;

    import flash.utils.Timer;

    import flash.events.MouseEvent;

    var countDownIncShapes:Number = 1;

    var totalSecsShapes = 10;

    var countDownSecsShapes = totalSecsShapes;

    var score_Shapes:int = 0;

    next14. Visible = false;

    tryAgain14.visible = false;

    var timeShapes:Timer = new Timer(countDownIncShapes*1000);

    var dragArrayShapes:Array = [square14, triangle14, circle14, rectangle14];

    var matchArrayShapes:Array = [tv, pyramid, ball, envelope];

    var posArrayShapes:Array = [{x: 1113.7, y: 205.90}, {x: 812, y: 205.90}, {x: 207.55, y: 205.90}, {x: 506.25, y: 205.90}];

    var currentClipShapes:MovieClip;

    var Shapes_startX:Number;

    var Shapes_startY:Number;

    Start_Shapes.addEventListener (MouseEvent.CLICK, startShapesdrag);

    function startShapesdrag(e:MouseEvent):void

    {

    timeShapes.start ();

    timeShapes.addEventListener (TimerEvent.TIMER, tickShapes);

    function tickShapes (e:TimerEvent): void

    {

    If (counterShapes.text is "0")

    {

    timeShapes.stop ();

    countDownSecsShapes = totalSecsShapes;

    circle14.buttonMode = false;

    square14.buttonMode = false;

    triangle14.buttonMode = false;

    rectangle14.buttonMode = false;

    circle14. RemoveEventListener (MouseEvent.MOUSE_DOWN, shapesItem_onMouseDown);

    square14. RemoveEventListener (MouseEvent.MOUSE_DOWN, shapesItem_onMouseDown);

    triangle14. RemoveEventListener (MouseEvent.MOUSE_DOWN, shapesItem_onMouseDown);

    rectangle14. RemoveEventListener (MouseEvent.MOUSE_DOWN, shapesItem_onMouseDown);

    If (scoreShapes.text > = "300")

    {

    next14. Visible = true;

    tryAgain14.visible = true;

    tryAgain14.addEventListener (MouseEvent.MOUSE_DOWN, tryAgain14_onMouseDown);

    next14.addEventListener (MouseEvent.MOUSE_DOWN, next14_onMouseDown);

    }

    If (scoreShapes.text < "300")

    {

    tryAgain14.visible = true;

    tryAgain14.addEventListener (MouseEvent.MOUSE_DOWN, tryAgain14_onMouseDown);

    }

    }

    on the other

    {

    countDownSecsShapes = countDownSecsShapes - 1;

    counterShapes.text = countDownSecsShapes;

    circle14.buttonMode = true;

    square14.buttonMode = true;

    triangle14.buttonMode = true;

    rectangle14.buttonMode = true;

    trylang.addEventListener (MouseEvent.MOUSE_DOWN, shapesItem_onMouseDown);

    circle14.addEventListener (MouseEvent.MOUSE_DOWN, shapesItem_onMouseDown);

    square14.addEventListener (MouseEvent.MOUSE_DOWN, shapesItem_onMouseDown);

    triangle14.addEventListener (MouseEvent.MOUSE_DOWN, shapesItem_onMouseDown);

    rectangle14.addEventListener (MouseEvent.MOUSE_DOWN, shapesItem_onMouseDown);

    }

    }

    }

    function shapesItem_onMouseDown(event:MouseEvent):void

    {

    currentClipShapes = MovieClip (event.currentTarget);

    Shapes_startX = currentClipShapes.x;

    Shapes_startY = currentClipShapes.y;

    addChild (currentClipShapes);

    currentClipShapes.startDrag ();

    stage.addEventListener (MouseEvent.MOUSE_UP, shapesStage_onMouseUp);

    }

    function shapesStage_onMouseUp(event:MouseEvent):void

    {

    stage.removeEventListener (MouseEvent.MOUSE_UP, shapesStage_onMouseUp);

    currentClipShapes.stopDrag ();

    var indexShapes:int = dragArrayShapes.indexOf (currentClipShapes);

    var matchClipShapes:MovieClip = MovieClip (matchArrayShapes [indexShapes]);

    If (matchClipShapes.hitTestPoint (currentClipShapes.x, currentClipShapes.y, true))

    {

    currentClipShapes.x = posArrayShapes [indexShapes] .x;

    currentClipShapes.y = posArrayShapes [indexShapes] there;

    currentClipShapes.removeEventListener (MouseEvent.MOUSE_DOWN, shapesItem_onMouseDown);

    currentClipShapes.buttonMode = false;

    score_Shapes is score_Shapes = 100;.

    scoreShapes.text = score_Shapes.toString ();

    }

    on the other

    {

    currentClipShapes.x = Shapes_startX;

    currentClipShapes.y = Shapes_startY;

    }

    }

    function next14_onMouseDown(e:MouseEvent):void

    {

    gotoAndPlay (15);

    }

    function tryAgain14_onMouseDown(e:MouseEvent):void

    {

    square14.x = 1110.15;

    square14.y = 533.75;

    circle14.x = 227,05;

    circle14.y = 541,3;

    triangle14.x = 818.85;

    triangle14.y = 537;

    rectangle14.x = 506.30.

    rectangle14.y = 529.85;

    score_Shapes = 0;

    scoreShapes.text = "";

    counterShapes.text = countDownSecsShapes;

    tryAgain14.visible = false;

    next14. Visible = false;

    timeShapes.reset ();

    Start_Shapes.addEventListener (MouseEvent.CLICK, startShapesdrag);

    }

    If you are out of the frame that contains the button of your Start_Shapes you will need to add this listener each time you come back on the frame with _Start_Shapes.

    Thus, it may be your timer listener that is causing the problem.  and when I checked I see a known problem: you're nesting functions named.  never do this:

    function startShapesdrag(e:MouseEvent):void

    {

    timeShapes.start ();

    timeShapes.addEventListener (TimerEvent.TIMER, tickShapes);

    function tickShapes (e:TimerEvent): void

    {

    .

    .

    .

    }

    }

    should be

    function startShapesdrag(e:MouseEvent):void

    {

    {if (! timeShapes.hasEventListener (TimerEvent.Timer))}

    timeShapes.addEventListener (TimerEvent.TIMER, tickShapes);

    }

    timeShapes.start ();

    }

    function tickShapes (e:TimerEvent): void

    {

    .

    .

    .

    }

  • Decommissioning: Yosemite will work after restoring the Capitan of TM data?

    I need to downgrade back Capitan in Yosemite, too many applications do not work with Capitan - including iMovie.

    Since I'm on Capitan for about 2 months, the restoration of data from Time Machine will include the Capitan OSX app

    So my question:

    These data and the Time Machine Capitan OSX clash with the recently installed OSX Yosemite?

    you restore your system to a period of time where the data would work, this snapshot would therefore have the correct versions of the Apps for the OS. Your new projects registered can be fully functional or inconsistent depending on what you work in applications and if those applications were different versions between 10.10 and 10.11, usually it would be 3rd apps from third parties and those who have changed the version durning that time increments, if you have something like that... Save your work and backup before restore.

    Use Time Machine to back up or restore your Mac - Apple Support

  • Tunnel of automatic indexing problem

    I have a data acquisition program that uses an Auto-Indexed Tunnel in a loop to process and display data in a table 1 d.  The program behaves strangely with the first value in the array (the point where the program worked, in a few seconds).  13 other values in the table all correct update, but the value of time always shows approximately the same number.  The loop is scheduled to update the front values once per second.  If I use a table outside of the loop Index block For to get the value of time out of the matrix, I get the correct value for time increments upward by about a second each time that the loop runs.

    So basically, when the value of time is passed through the auto-index Tunnel, its output fluctuates up and down a few tenths of seconds each time the loop is executed (remaining to a single value... usually about 90, even if it changes each time I run), instead of starting with 0 and increases with time as the summer running program.

    I'm under LabVIEW 8.5.1

    Thank you

    Sam

    Because I have no data acquisition installed, I can not tell what is the size of the array is, but if it is greater than 14, the later elements overwrite time because 0 is also the default value. For safety, I add another case (empty) (e.g. - 1) and make it the default.

    A lot of things very unwise, for example in the dataHCC.vi 'calculate', you add an empty array in the table. This really does not something useful, right?

  • What is the shutter speed of the camera of 1722?

    Does anyone know what is the shutter speed of the camera of 1722?  I only see the framerate in the documentation, but not the actual shutter speed range.  I know that this will depend on the lighting.

    I would like to know if this camera is designed to capture an obvious target without blur, moving at 0.5 m/s on a conveyor line.

    Minimum exposure of the 1722 is 36,28 microseconds and the exposure time increment is 31.2 microseconds.

    For more information that what is in the datasheet, you can download the manual.

    http://www.NI.com/PDF/manuals/372429b.PDF

    I hope this helps.

    Christophe

  • I want to collect rain for the day, month and year; Can what formula I use?

    I want to collect rain for the day, month and year; What formula or expression that I can use.

    I use a Rain Wise product that converts impulses to an analog value.  The rain wise device can be

    "the value measure up to 1", 5", or 10".  I will be setting the unit at 10 inches in increments of 0.01 inch.

    What I would do is at each time increments of signal I would consider it as 0.01 then after reaching

    a period of time a day or a month, back to zero.

    Need some advice on this problem.

    How about you, using a counter to count the number of times where the signal is less than 0.01?

    For example,.

    Counter.Count = signal<=>

    The total number of rain is

    Counter * 10 + signal

    Use TimeOfDay or TimeOfWeek to reset the counter.

  • Duration classic blackBerry email

    I notice by means of tests she took more than 25 minutes for my phone to receive the same email I receive on my desktop through Microsoft Outlook almost instantly.

    Does anyone know if this is due to a setting in my classic BB, which allows for such a period of time before reaching the BB servers?

    Is there an effective range of time which should be accepted as 'normal' when receiving messages via BB servers?

    Every minute counts and if I don't receive emails within 5 minutes of them being sent by the sender I lose the valuable information/work, etc.

    Any help would be appreciated.

    Thanks in advance,

    Interloper1969

    In the e-mail configuration screens, there may be settings... but they will vary in availability as well as the usefulness dependent on the e-mail service, to which you are connected. For example:

    With EAS, it is true PUSH... but it depends on your mail server to the thrust of the device

    With IMAP, it is sometimes PUSHING, but if you do not configure then the timer increments on the unit will determine the delay between attempts to SHOOT.

    With pop, there is only SHOOTING, controlled by the interval setting you put on the device.

    Thus, it is impossible to give you more details without knowing what it's e-mail system, you are connected to.

    Oh and BTW, there is no "BB servers" at stake in this. BB10 uses a client full email on the device, which communicates directly with the mail server and does not pass through any infrastructure of BB. BB BIS inherited peripheral apprenticeships, but BB10 infrastructure does not BIS.

    Good luck and let us know!

  • Windows 10/ESXi 6.0 NIC ad nauseam resets

    I am running Windows 10 on ESXi 6.0.0 build 2494585.  I was running into the problem that others have experienced where windows will shut down in ~ 24 hours.  I came here on these forums and learned that it was thanks to the SATA cdrom drive.  Thanks for this tip.

    In the next issue, I have found now that my computer can stay long enough for a new problem to occur:

    I thought that I was running on this problem even once when I went to RDP on my computer and it was not available.  I opened vSphere and of course, the machine is running, but the State of the network said no connectivity.  I have to disable and re-enable the network interface to find the connection.   I have pasted below information from system logs.  This message is repeated hundreds of times, incrementing the newspaper each time.   Does anyone have an idea what I can do to work around this problem?  It happened at least 3 times now.  I found a similar problem on another forum with a person running Windows 10 on Parallels, but the County was nowhere near as high.  I have followed the advice on this thread and disabled IPv6 when even in the case where.

    Event 10400

    Network interface "Intel (r) PRO/1000 MT Network Connection" started resetting. There will be a momentary in network connectivity interruption, while hardware resets.

    Reason: The network driver asked that it resets itself.

    This network interface reset 784 times since it has been initialized last.

    -System

    -Supplier

    [Name]  Microsoft-Windows-NDIS
    [Guid]  {CDEAD503-17F5-4A3E-B7AE-DF8CC2902EB9}

    EventID 10400

    Version 0

    Level 3

    Task 0

    Opcode 0

    Keywords 0x2000000000000000

    -TimeCreated

    [SystemTime] 2015-09 - 15 T 04: 43:00.030527700Z

    EventRecordID 33966

    -Correlation

    [ActivityID]  {B24FC05A-C7D0-4A32-B408-F6B497C97193}

    -Execution

    [ProcessID] 4
    [ThreadID] 8308

    Channel system

    Computer RWDW10

    Security

    -EventData

    IfGuid {B24FC05A-C7D0-4A32-B408-F6B497C97193}
    IfIndex 6
    IfLuid 1688849960927232
    AdapterName Intel(r) PRO/1000 MT Network Connection
    ResetReason 2
    ResetCount 784

    NIC that is attached to the guest operating system: you can try with vmxnet3.

  • Custom forward not + 6 frames

    Could someone point me in the right direction to create/find a solution for the creation of a typo/shortcut customized to jump forward + 6 frames (or any customization of the framework) in AE? I see that first now has a similar function, but I can't find anything or any kind of script to create one for AE.

    To assign scripts to shortcut keys, you can see these threads

    (the first 20 scripts in your Scripts folder can be assigned shortcuts, which means that, if you want to use this feature, you will have to name them so that they keep the same order):

    Keyboard shortcut to run the last Script?

    Re: Custom hotkeys

    And for the script itself, in its simplest grant, a script which increases the model of 6 frames could be:

    var increment = 6;
    var comp = app.project.activeItem;
    if (comp instanceof CompItem){
        comp.time += increment * comp.frameDuration;
        };
    

    You can copy and paste this code into a text editor, save it with the name, say '01_CompTimeIncrementBy6.jsx', in the Scripts folder.

    Then change the preferences.text file as explained in the above links, resume AE: the shortcut key assigned to "01_CompTimeIncrementBy6.jsx" should run this script.

    Now, if you want to have the ability to change the increment, you need another script, 02-say 'CompTimeShowDialog.jsx' and another key shortcut that starts a dialog and avoids the user to answer in the preferences.

    In this case, the first script would define not increment = 6, but read in the file.

    Xavier.

  • loops through the sections XML &lt; RecieptDetails &gt; and for each record found...

    My input XML file is...
    I get this XML using file adapter...

    <? XML version = "1.0" encoding = "UTF-8"? >
    -< root xmlns:ns2 = "http://www.w3.org/2001/XMLSchema" >
    -< ns2:ReceiptBatch >
    < ns2:FileID > "99999" < / ns2:FileID >
    < ns2:Warehouse > in THE < / ns2:Warehouse >
    'L' < ns2:Revision > < / ns2:Revision >
    < ns2:DocID > A4 < / ns2:DocID >
    -< ns2:Receipt >
    < ns2:DeliveryNo > 123 - OP < / ns2:DeliveryNo >
    < ns2:ProcessDate > 112138 < / ns2:ProcessDate >
    < ns2:ContainerNo > 98765 < / ns2:ContainerNo >
    < ns2:Instructions > TREKAU < / ns2:Instructions >
    < ns2:ReceiptType > 1 < / ns2:ReceiptType >
    < ns2:SuppCustCode > 111 < / ns2:SuppCustCode >
    TREK-Cycle < ns2:SuppCustName > < / ns2:SuppCustName >
    -< ns2:ReceiptDetails >
    < ns2:Line > 1 < / ns2:Line >
    < ns2:ProductCode > 1000 < / ns2:ProductCode >
    < ns2:QuantityAdvised > 1 < / ns2:QuantityAdvised >
    < ns2:QuantityReceived > 1 < / ns2:QuantityReceived >
    < / ns2:ReceiptDetails >
    -< ns2:ReceiptDetails >
    < ns2:Line > 2 < / ns2:Line >
    < ns2:ProductCode > 2000 < / ns2:ProductCode >
    < ns2:QuantityAdvised > 2 < / ns2:QuantityAdvised >
    < ns2:QuantityReceived > 2 < / ns2:QuantityReceived >
    < / ns2:ReceiptDetails >
    -< ns2:ReceiptDetails >
    < ns2:Line > 3 < / ns2:Line >
    < ns2:ProductCode > 2000 < / ns2:ProductCode >
    < ns2:QuantityAdvised > 3 < / ns2:QuantityAdvised >
    < ns2:QuantityReceived > 3 < / ns2:QuantityReceived >
    < / ns2:ReceiptDetails >
    < / ns2:Receipt >
    < / ns2:ReceiptBatch >
    < / root >

    There are 2 tables in the database.
    Table 1 = T1743512
    Table 2 = T2743002

    table - structure

    T1743512-

    DOCO KCOO DTCO LNID LNIX LITM NOTICE USR JOBN UPMJ PID'M CKNU UREC
    123 00026 1 1 1000 1 1 123 - OP OP
    124 00026 1 1 1000 1 1 124 - OP OP
    123 00026 2 2 1000 2 2 123 - OP OP
    123 00026 3 3 1000 3 2 123 - OP OP



    Things to do are:--

    1. Research Notice T1743512 (table) with the following keys:
    1.T1743512. CKNU = < DeliveryNo > XML
    2.T1743512. LNIX = XML < row >
    II. write a record in the T2743002 table for each < RecieptDetails >. (See map below)

    Mapping of the records in the table T2743002 to < ReceiptDetails >

    EDU - "SABSSV".
    EDBT - < EDBT > (the same for all records)
    EDTN - < DeliveryNo > (from the section < reception > XML)
    EDLN - < row > (from < ReceiptDetails > section in XML format)
    EDSP - white
    DOCO - white
    DCTO - white
    KCOO - white
    LNID - white
    LITM - < ProductCode > < ReceiptDetails > section
    UORG - < QuantityAdvised > < ReceiptDetails > section
    UREC - < QuantityReceived > < ReceiptDetails > section
    USER - "SABSSV".
    JOBN - "SOA - 3PL".
    PID - 'PO-ENTRANTS ".
    UPMJ - current Date Julian
    - Hour current HHMMSS



    Please suggest the solution.

    Published by: Prashant_AP on June 22, 2012 12:24 AM

    Hello

    Solution by using a loop in BPEL;
    1 count the number of nodes for ReceiptDetails.
    2 create a counter for loop through each node ReceiptDetails. Use a while loop in BPEL
    3 search T1743512 (table) with DeliveryNo and the line. Make sure that you select the correct line from the ReceiptDetails node element node. This can be done using the counter example of xpatch ns2:ReceiptBatch / ns2:Receipt / ns2:ReceiptDetails [counter] / ns2:Line. Please use the DB adapter.
    I guess that the DeliveryNo can only appear once in the document following your example.
    4. for each receiptDetails you write a record in table too T2743002. Please use the DB adapter.
    5. Since the time increment the counter. This is to ensure that the while loop stops at the point where the counter is greater then the number of nodes to ReceiptDetails.

    I think a better solution is to make the loop in PL/SQL. It will be faster. You specify an input of type of collection in your pl/sql package parameter. Assign all items receiptDetails and DeliverNo line to the PL/SQL package. Within PL/SQL unravel you the closure. With a little luck, you have the T2743002 in the same schema to create the record too. Otherwise create synonyms of the database or database links.

    Good luck

    Thank you

    Sander

  • Work with the grid - CP v5.5

    Captivate v5.5

    No matter what the grid settings I use, I can never get the grid to appear properly aligned in the slide.

    The example below is the grid on 50 and I hope that you can see on the left and top grille 'points' are running along the top and left of the slide but the grid on the right and at the bottom are not in the same position.

    Grid 50.png

    What I try to do is something along the lines that you have with MS Powerpoint (see below)... and what would be great in Captivate (MS Powerpoint), if horizontal and vertical grid lines average were "BOLD" - that would work with the grid so much easier.

    PowerPoint Grid.png

    Noel

    Noel,.

    I gave up for a long time using the grid, it is not a very functional tool. Have been pleading for rules and guidelines, but not enough support for these applications I guess. Another problem is the fact that the registration point of the object that serves as a reference for alignment, displacement, alignment and resizing is always at the top left of the frame. Tweaking only option for grid is to set the size of the grid, which will then change at the same time increments for resizing and moving if you use CTRL-arrow combinations.

    If you explain why you want to use the grid, maybe I could explain my way to align using the transformation many shortcut keys and accordion.

    Lilybiri

  • Incremental or differential time machine?

    If time machine is incremental how it removes previous versions when the disk is full, without breaking the chain, so do not be able to restore the file with any changes made since the full backup first file...

    http://pondini.org/TM/works.html

Maybe you are looking for

  • Why Firefox tell me that I still have an old Adobe Flash Player

    Adobe and Windows Web site tell me that I have Flash Player installed 18.0.0.232. Why then the Plugin Firefox status checks status I have Flash Shockwave Flash Player 16.0.r0 16.0.0.235? How can I get rid of 16.0.r0?

  • Where's the Firefox Button?

    I installed Firefox 4 and it seems to work satisfactorily, with one exception. Maybe it's me being not able to find the way to display the button? All new tips for Firefox 4 videos show a Firefox "button on the extreme top left of the page and explai

  • data recovery, which is losing vista recovery form

    assistance dear, my problem is that our data from laptop has been lost after restoring to factory vist dated 09/03/09so kindly help me on my data recovery which is very import for us. somebudy advised me that your previous data can recover with the h

  • BlackBerry Z10 cannot delete holidays in the calendar

    Recently, Canadian holidays appeared on my calendar, I did not. I can't delete them. Since they are 'all day', they show first at the bottom of the calendar, and I have to scroll down to find my personal entries. I heard it is has something to do wit

  • BlackBerry Smartphones to message notification on two icons?

    User of new bb here... I've just set up my bb to check personal emails. It works very well. However, when I receive a new email, I get email notification and a notification on the message icon. I want notifications by e-mail to inform its icon only..