Problem strange volume with OS 7.1 MP3 playback

Hi all

I'm having a strange problem when playing an MP3 of my application.

I use javax.microedition.media.player class, and I know it sounds weird, but after reading the his 25 times the volume becomes weaker.

The application is compiled with version 5.0 of JDE and works without problems on all devices except those with OS version 7.1.

I tested in a 9900 a 9860 and a 9810 with OS 7.0 and 7.1, and only detected this problem when this last operation, so I think that not is a code related issue.

Also, I tried to recompile the application with JDE 7.1, but makes no difference.

Even I put the volume level whenever the sound is played:

    public boolean play(String fnm, boolean isLoop)
    {
        if (!isDeviceAvailable) {
            return false;
        }

        Player player = (Player) soundsMap.get(fnm);
        if (player == null) {
            return false;
        }

        if (player.getState() == Player.STARTED){
            return true;
        }

        try {
            if (isLoop)
                player.setLoopCount(-1);
            VolumeControl volumeControl = (VolumeControl) player.getControl("VolumeControl");
            volumeControl.setLevel(volumeLevel);
            player.setMediaTime(-1);
            player.start();
            return true;
        }
        catch(Exception e)
        { System.out.println("Could not play " + fnm);
        return false;
        }
    }

All the world has noticed this same problem with any of your applications?

I finally managed to find the problem.

When you have more than one player loaded in memory appears this extrange with volume behavior.

As I say this happens with OS 7.1

If anyone is interested, this simple application to reproduce the behavior. Simply load two mp3 files and let them sound, until you enjoy a change in volume (not over 25 or 30 loops in my case)

As you can see, only the second player is started...

import net.rim.device.api.ui.*;
import net.rim.device.api.ui.container.*;
import javax.microedition.media.*;
import javax.microedition.media.control.*;

public class AudioPlaybackDemo extends UiApplication
{
    public static void main(String[] args)
    {
         AudioPlaybackDemo app = new AudioPlaybackDemo();
         app.enterEventDispatcher();
    }

    public AudioPlaybackDemo()
    {
         pushScreen(new AudioPlaybackDemoScreen());
    }

    private class AudioPlaybackDemoScreen extends MainScreen
    {
        private Player player1;
        private Player player2;

        public AudioPlaybackDemoScreen()
        {

            try {
                player1 = javax.microedition.media.Manager.createPlayer(getClass().getResourceAsStream("/sounds/sound1.mp3"), "audio/mpeg");
                player1.realize();
                VolumeControl volumeControl1 = (VolumeControl) player1.getControl("VolumeControl");
                volumeControl1.setLevel(70);
                player1.prefetch();
            }
            catch(Exception e) {
                System.out.println("Exception: " + e);
            }            

            try {
                player2 = javax.microedition.media.Manager.createPlayer(getClass().getResourceAsStream("/sounds/sound2.mp3"), "audio/mpeg");
                player2.realize();
                VolumeControl volumeControl2 = (VolumeControl) player2.getControl("VolumeControl");
                volumeControl2.setLevel(70);
                player2.prefetch();
                player2.setLoopCount(-1);
                player2.start();
            }
            catch(Exception e) {
                System.out.println("Exception: " + e);
            }
        }
    }
}

Tags: BlackBerry Developers

Similar Questions

  • Problem of volume with Satellite Pro L630

    Hello
    Brand new on these forums so forgive me if I am in the wrong part of the forum.
    My L630 bought 19 November 2011, and has downgraded the OS XP Pro. Problems with the volume that is barely audible when full! Is there than some tweak I can do to improve the volume?
    Thanks heaps...
    Murphy

    Hello

    You can try to adjust the volume to a higher level.

    Go to control panel of control-> sound, speech and audio devices-> sounds and Audio devices

    Now, go to the Audio tab (line from the top of the buttons) and in reading his article click the Volume button.
    In the Volume Control Panel, click the Options menu button and choose Properties.

    In the properties panel check all the boxes unchecked.
    Now you should see all the volume controls which could be addressed at the next level.

  • Problems of mouse with display port 1.2 in MST (display 4K)

    With macOS Sierra, there is a strange thing with 4K display connected via DisplayPort DP 1.2 STD mode (required for the 60 Hz refresh rate).

    As the screen is divided into two screens sub in this mode - mouse behaved differently on each half of the screen. It seems that the right side of the screen has offset of mouse close to 50 pixels.

    With mode DP 1.1 standard there not such a phenomenon.

    My hardware is: MacBook Pro 15 "end 2013, display: DELL UP2414Q

    BR,

    Pawel.

    Hi Emmanuelle RLAP Guraj,

    I understand that your mouse works differently when you use it on the right side of your external display Dell. You can try to adjust the display settings of your system preferences and also check your display Accessibility settings.

    macOS Sierra: show the pane of the system preferences of monitors

    macOS Sierra: show the pane of system accessibility preferences

    I also reset the NVRAM.  How to reset the NVRAM on your Mac.

    What is NVRAM?

    A small amount of memory on your computer called "non-volatile random - access memory" or NVRAM, stores certain settings in a location that OS X can access quickly. Settings that are stored in NVRAM are dependent on the type of Mac you use and the types of devices on it.

    If none of the above resolves the problem, try to start the Mac upward in Mode safe mode to see if the problem exists. Try safe mode if your Mac does not start-up

    What is safe mode?

    Safe mode (sometimes called secure boot) is a way to start up your Mac so that it performs certain checks and prevents certain software from loading automatically or opening. From your Mac in safe mode does the following:
    Check your startup disk and attempts to fix problems if necessary directory
    Loads needed kernel extensions only
    Prevents elements start and the login items open automatically
    Disables the user installed fonts
    Delete font caches, hiding the kernel and other files of the system cache
    Together, these changes can help resolve or isolate issues related to your startup disk.

    These measures should have your mouse works as it should show everything using your external Mac OS Sierra. Please use the Apple Support communities to post your question.

    Good day.

  • Cannot find a volume with sufficient space for the extraction of the file, trying to watch a movie on netflix with Silverlight plug-in

    Install the Microsoft silverlight plug in. it's necessary to watch movies on my vista computer. When I try it is the message I get. Cannot find a volume with enough disk space for the file extraction. This is the message I get trying to watch a movie on netflix.

    Hi cardsharkha,

    I suggest you try the steps mentioned in the link below for cleaning broken Silverlight installation and check if the problem persists

    How to manually clean a broken Silverlight installation

    http://blogs.msdn.com/b/rpomeroy/archive/2008/06/10/how-to-manually-clean-up-a-bad-Silverlight-installation.aspx

    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    How to back up and restore the registry in Windows
    http://support.Microsoft.com/kb/322756/

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

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

  • Problem strange Contact ringtone after update

    No matter how I set my settings when I get a call from a person (someone) in my contact list , I get a strange ring that is not yet listed as a ringer option. It's the kind of boop boop boop ringtone that is too quiet and it's really annoying. If someone calls, which isn't in my contact list, it sounds with the normal ring, that I have set myself .

    I tried:

    Change the ringtone under setting > Sound > ringtone

    Change the ringtone for a contact under Edit > add Info > ringtone and if it is set to 'No specified ring' or I actually choose a ringtone is still the boop boop boop ringtone.

    I cleaned the database of all the contacts folder and restored from Gmail.

    I have not installed custom ringtones.

    I googled this problem and saw that a few other people have had this problem with the ringtone problem strange boop boop boop but the only solution they offered was a hard reset, which I prefer not to do. A hard reset is similar to reload your operating system on your computer just to solve a little problem. I've been in it for 30 years and rarely use a reformatting/reload.

    There must be a more elegant solution to this problem for all reset. It would take me a week to get everything back to the top of the way I like it!

    Anyone?

    Thank you!

    Mike

    Thanks Joel!

    Forgot Droid had a safe mode! Boot in SafeMode returned the correct tone. Using titanium backup, I froze the user applications installed one time until I found the culprit. It turned out to be Norton. Deleted the data for this app, restarted and now everything is back to normal!

    The option of 'Freeze' Titanium is great! Beats the heck out of uninstalling, then reinstalling applications.

    Thanks again!

    Mike

  • RDM pyhsical passthrough problem hard drive with partition type 0xfd (raid autodetect matrices)

    I tried to passthrough my records of nas synology with 0xfd partition type.

    vmkfstools - z vmfs, devices, disks, t10. ATA___ST2000DL0032D9VT166___XXXXXXXX /vmfs/volumes/datastore1/RDM/NAS2TB_1_XXXXXXXX.vmdk - a free

    results in: unable to create the virtual disk: the specified device is not a valid physical disk (20) device.

    The reason seems to be the type of partition 0xfd (raid autodetect matrices). This problem is presented with the disk itself.

    No idea how to fix?

    P.S.:

    I tried also to my sata on board my Point of Lynx DH87RL passthrough intel AHCI, but it failed when the connection to the virtual machine:

    Re: DirectPath I/O for Haswell Lynx Point SATA AHCI controller

    I found the failure. It's a little embarrassing.

    It was just the missing ' / ' in front of vmfs.

    Now, my drives are running in physical RDM mode.

    P.S.: Just pull-out taking the SATA controller does not work. See the link to the last thread.

  • Problem strange RAW corruption on master + backup hard drive

    Hello

    I am a professional photographer and I have a problem of confusion with corrupted pictures. Although this technique is probably not Lightroom problem, I cannot think of a better place to ask and part of the issue is related to managing files in Lightroom. The problem coincided with the release of Lightroom 2015 CC-1, but I can't tell if it's somehow connected.

    In short, a month after the download and processing a large amount of RAW CR2 photos, many of them have corrupted. I only learned this yesterday when I tried to export.

    Corruption looks like this: http://www.justphotos.ca/errors/MEM404067.jpg

    The photo is not mine, but the problem is similar. Part of the photo seems normal, and the part is destroyed. Ratio varies.

    I performed following diagnosis:

    • CheckDisk from the Windows Explorer, including a review of surface - no problems found
    • inspecting SMART disk information (via Crystal disk Info) hard - the player gets in the 'good', without the obviously alarming parameter (although I'm no expert)
    • checked the RAM with memtest86 - no error
    • Rootkit and AVG scan antivirus - nothing found
    • Explore and Lightroom can normally handle files (copy, read, even develop), it's just that they are corrupt

    Most important question first: does anyone know what can cause this kind of corruption and avoid the detection of all tests mentioned above? What to do about it?

    Without doubt, if there was a problem with hard disk SATA cable or the motherboard

    — — — — — — — — — — — —

    Here's a bit more background where things get strange, and where someone with LR knowledge might be useful.

    The disk in question is a 4 WD to with tens of thousands of photos. I checked a large number of files at random, and so far found corruption in only two, chronologically one after another (which may mean that they are adjacent on the hard disk, but it can also not if she was significantly fragmented). There may be others, look at a RAWs after deleti

    Photos were taken a month ago. I copied them manually a master drive (internal) and a backup drive (external USB, that I connect it only for backups). I looked at all the photos in Lightroom and post processed a few hundred. They were all very good. After that they justsat there for a month with no activity and no display (IE. "I can't know exactly when they are corrupt).

    After post-processing, I used a software to synchronize folders of the master and backup drive. It copies the new files, existing files that are new or that have a different file size.

    Next question is crucial, so please help me shed some light on this subject. Lightroom IN ANY WAY change the CR2 files themselves? I know that it creates XMP sidecars. But it in any case never changes the master RAW file?

    This is important because I know for a fact that impeccable original RAW files copied manually on the backup disk. The synchronization software is not copy of corrupted files from the master disk unless they were changed somehow.

    As far as I know, classic disk corruption is invisible to the OS or file system - when it occurs, file size or date modified are changed - only the physical data of origin on hard disc tray.

    It may be of academic importance right now, but I need to know to change my backup solutions for the future.

    Thanks for your suggestions!

    matija1492 wrote:

    I use Windows Explorer for initial backup (when files are fresh off the memory cards) and later Karen's Replicator. Basically it compares just the folder main and backup with one set of rules. In my case, it replicates destruction and seeks new files and the changed files (by date and file size).

    I can highly recommend FreeFileSync because it offers much more more available capacity and reports to the Replicator from Karen. After having compare them initial source of backup disks it provides a detailed report of the files to be added, deleted or updated. You can easily see the files and folders that will be removed or updated during a synchronization operation backup and do a quick test of validation.

    matija1492 wrote:

    Can anyone recommend software that would drive stress-test and detect physical defects possible with plates, battery or electronic? I guess the problem should be with the plates, because the files were not changed at any time for other parts of the chain could damage the flow of data through the reading and rewriting. But if Windows CheckDisk could not detect even a problem with the surface analysis, how plates can be the culprits?

    All readers use control during the reading & writing data CRC to confirm the integrity of the data. Also with the degradation of the base of data errors would show in one or more of the INTELLIGENT information displays. Your car has no. It is quite possible that you encountered an error of intermittent system by reason of overloading, overheating or low supply voltage, etc. You can download the free SMART PassMark DiskCheckup utility and run the self-test extension.

    You can use the free HW Monitor to check the system of base temperatures, voltages and fan speeds. If you have run Memtest86 only and not MemTest86 + you can run. Unfortunately, these memory testers all run in stand-alone mode, without the operating system loaded. This may seem like a good idea so that you can access and test all locations of memory, but he may not reveal memory problems that occur only with memory loaded and running in the OS and applications.

    If you encounter other errors or system problems and two imported image files folders are affected it may have been a stroke of chance-event. The best suggestion that I can provide to help prevent it happening again is NOT move or rename files or folders after they are imported into LR. Using LR rating Keywording and Collection of tools and the filter bar, to organize and locate your image files, not folders. An inverter is also good protection against loss of same power infrequent or brown-outs.

  • Flex 4: problems of Module with the mx AdvancedDataGrid

    Hello

    I have a modular application. SDK is 4.5 Hero.

    The main application loads a module and receives interface components user thereof, which are displayed thereafter.

    In general, the component, returned from the module displays OK with mx components and spark.

    However, if I add AdvancedDataGrid I get the exception:

    --------------------------------------------------

    TypeError: Error #1007: instantiation attempted on a non-constructeur.

    at mx.controls::AdvancedDataGridBaseEx/getSeparator() [E:\dev\hero_private_beta\frameworks\pr ojects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:4619]

    at mx.controls::AdvancedDataGridBaseEx/createHeaderSeparators() [E:\dev\hero_private_beta\fra meworks\projects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:4661]

    at mx.controls::AdvancedDataGrid/createHeaderSeparators() [E:\dev\hero_private_beta\framework s\projects\datavisualization\src\mx\controls\AdvancedDataGrid.as:2428]

    at mx.controls::AdvancedDataGridBaseEx/drawSeparators() [E:\dev\hero_private_beta\frameworks\ projects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:4575]

    at mx.controls::AdvancedDataGridBaseEx/updateDisplayList() [E:\dev\hero_private_beta\framewor ks\projects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:2120]

    at mx.controls::AdvancedDataGrid/updateDisplayList() [E:\dev\hero_private_beta\frameworks\pro jects\datavisualization\src\mx\controls\AdvancedDataGrid.as:2899]

    at mx.controls.listClasses::AdvancedListBase/validateDisplayList() [E:\dev\hero_private_beta\ frameworks\projects\datavisualization\src\mx\controls\listClasses\AdvancedListBase.as:3472]

    at mx.managers::LayoutManager/validateDisplayList() [E:\dev\hero_private_beta\frameworks\proj ects\framework\src\mx\managers\LayoutManager.as:719]

    at mx.managers::LayoutManager/doPhasedInstantiation() [E:\dev\hero_private_beta\frameworks\pr ojects\framework\src\mx\managers\LayoutManager.as:778]

    at mx.managers::LayoutManager/doPhasedInstantiationCallback() [E:\dev\hero_private_beta\frame works\projects\framework\src\mx\managers\LayoutManager.as:1157]

    ---------------------------------

    The compiler option is - keep-all-type-selectors. It works very well with the mx:DataGrid and all other components for example, but not with AdvancedDataGrid.

    My application has the following structure:
    TestLibrary - a library application containing a single interface:
    test. IModuleComponent
    Code:

    test package

    {

    Import mx.core.UIComponent;

    public interface IModuleComponent

    {

    function getComponent(): UIComponent;

    }

    }

    TestModule - an application of module, using TestLibrary as an EPIRB.

    Components:

    -test.module.TestModule.mxml

    <? XML version = "1.0" encoding = "utf-8"? >

    < mx:Module ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "

    " xmlns:s = 'library://ns.adobe.com/flex/spark"" "

    "" xmlns:MX ="library://ns.adobe.com/flex/mx" width ="100%" height = "100%"

    implements ="test. IModuleComponent"xmlns:module =". test.module *">" "

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Script >

    <! [CDATA]

    Import mx.core.Application;

    Import mx.core.UIComponent;

    Import spark.components.Application;

    test import . IInstanceFactory;

    public function getComponent(): {UIComponent

    return new TestComponent();

    }

    []] >

    < / fx:Script >

    " < s:VGroup width ="100%"height ="100%">

    " < s:Label text = 'Module of Test" / > "

    " < module: TestComponent width ="100%"height ="100%" / >

    < / s:VGroup >

    < / mx:Module >

    -test.module.TestComponent.mxml

    <? XML version = "1.0" encoding = "utf-8"? >

    < s:VGroup ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "

    "xmlns:s ="library://ns.adobe.com/flex/spark"

    "xmlns:MX ="library://ns.adobe.com/flex/mx"

    width ="100%" height ="100%">

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Script >

    <! [CDATA]

    Import mx.collections.ArrayCollection;

    [Bindable]

    private var dpADG:ArrayCollection = new ArrayCollection([)

    {Artist:'Ground', Album:'Slanted and enchanted', price: 11.99},.

    {Artist:'Ground', Album:'Brighten the corners', price: 11.99},.

    {Artist:'Healthier', Album:'A child once', price: 11.99},.

    {Artist:'Healthier', Album:'Helium wings', price: 12.99},.

    {Artist:'The doors', Album:'The doors', price: 10.99},.

    {Artist:'The doors', Album:"Morrison hôtel", price: 12.99},.

    {Artist:' Grateful Dead ', Album:' American Beauty ', price: 11.99},.

    {Artist:' Grateful Dead ', Album:'In the Dark', price: 11.99},.

    {Artist:' Grateful Dead ', Album:' Shakedown Street ', price: 11.99},.

    {Artist:'The doors', Album:' Strange Days ', price: 12.99},.

    {Artist:'The doors', Album:'The best of the doors', price: 10.99}

    ]);

    []] >

    < / fx:Script >

    " < s:Label text = ' Test data grid" / > "

    < mx:AdvancedDataGrid

    width ="100%" height ="100%"

    "sortExpertMode ="true"

    dataProvider ="dpADG{}">

    < mx:columns >

    " < mx:AdvancedDataGridColumn dataField ="artist" / > "

    " < mx:AdvancedDataGridColumn dataField ="Album" / > "

    " < mx:AdvancedDataGridColumn dataField ="price" / > "

    < / mx:columns >

    < / mx:AdvancedDataGrid >

    < / s:VGroup >

    -----------------------------------------
    TestComponent is used twice:
    (1) in the module itself
    (2) in function getComponent(), who comes from the IModuleComponent interface.
    TestWebApp - the main web application.
    TestWebApp.mxml:

    <? XML version = "1.0" encoding = "utf-8"? >

    < s:Application ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "

    " xmlns:s = 'library://ns.adobe.com/flex/spark"" "

    " xmlns:mx = 'library://ns.adobe.com/flex/mx"" "

    minWidth ="955" minHeight ="600">

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Script >

    <! [CDATA]

    Import mx.charts.chartClasses.InstanceCache;

    Import mx.core.UIComponent;

    test import . IModuleComponent;

    private onButtonClick() function : void {}

    var app: IModuleComponent = testModule.child as IModuleComponent;

    var testComponent: UIComponent = app.getComponent ();

    group.addElement (testComponent);

    }

    public function createInstance (instanceClass: class): object {}

    return new instanceClass();

    }

    []] >

    < / fx:Script >

    "" < s:VGroup width = "100%" height ="100%" id = "Group">

    " < mx:ModuleLoader id ="testModule"url ="... /.. " /TestModule/bin-debug/test/module/TestModule.swf"" "" "

    height ="100" width ="100%"

    {applicationDomain ="{} }ApplicationDomain.currentDomain"/ > "

    " < s:Button label = 'click me!"click = "onButtonClick ()" / >

    < / s:VGroup >

    < / s:Application >

    ---------------------------------------
    Initially when the web application is started the an AdvancedDataGrid (coming from the ModuleLoader tag that loads TestModule, which contains TestComponent) appears correctly.
    When the button ' Click me ' is clicked - TestComponent another instance should be added in the VGroup.
    Instead the exception above appears.
    IF TestComponent contains mx:DataGrid or any other spark or component MX - everything works fine - the 2nd instance of TestComponent is added.
    This problem only occurs with AdvancedDataGrid.
    I activated - keep-all-type-selectors in TestWebApp, I have tried all combinations of RLS, merged outside of libraries, etc. - no chance.
    The problem with preview of flex 4.1 and 4.5 burrito.
    I know it's a very specific question... but...
    We are trying to create a modular application in our company... and we want to use AdvancedDataGrid (spark DataGrid is not ready yet) so... Please help
    Thanks in advance,
    Deyan

    Create a string with the fully qualified name of the class.

  • strange behavior with script times

    Hi all

    I have strange behavior with one of my scripts, and I can't understand where is the problem.

    Before you post the code, here's the principle.

    My form has two fields of time: "Time of Injection" and "Post injection time.

    The script runs when the output of "injection time" event and look if the injection time is before time "post injection.

    Here is my code:

    //get the value of the field "Injection time"
    var injection = this.formattedValue;
    
    //create an new Date object
    var injectionTime = new Date();
    
    //split the string to get the HH MM and SS values of the formattedValue (HH:MM:SS)
    var injectionTimeHoursString = injection.substr(0,2);
    var injectionTimeMinutesString = injection.substr(3,2);
    var injectionTimeSecondsString = injection.substr(6,2);
    
    //parse the strings into integer
    var injectionTimeHoursInt = parseInt(injectionTimeHoursString);
    var injectionTimeMinutesInt = parseInt(injectionTimeMinutesString);
    var injectionTimeSecondsInt = parseInt(injectionTimeSecondsString);
    
    //set the integer values into my Date object
    injectionTime.setHours(injectionTimeHoursInt, injectionTimeMinutesInt, injectionTimeSecondsInt,0);
    
    
    //do the same for the other time field "Post injection time"
    var post = post_injection.post_time.formattedValue;
    var postTime = new Date();
    var postTimeHoursString = post.substr(0,2);
    var postTimeMinutesString = post.substr(3,2);
    var postTimeSecondsString = post.substr(6,2);
    var postTimeHoursInt = parseInt(postTimeHoursString);
    var postTimeMinutesInt = parseInt(postTimeMinutesString);
    var postTimeSecondsInt = parseInt(postTimeSecondsString);
    postTime.setHours(postTimeHoursInt, postTimeMinutesInt, postTimeSecondsInt,0);
    
    
    //calculate the difference between both
    var diff = postTime.getTime() - injectionTime.getTime();
    
    //if the difference gives a negative result, display a message, empty the fields and set focus
    if(diff<0) {
         xfa.host.messageBox("The time of injection should be sooner than the time of post-injection activity measure.\n\nPlease re-enter correct times.","Incompatibility of times");
         this.rawValue = "";
         post_injection.post_time.rawValue = "";
         xfa.host.setFocus(post_injection.post_time);
    }
    

    The code seems to run pretty well... except with certain values.

    If postTime is 12:00

    and injetion is 12:04

    I get the error message and everything, so it's OK

    BUT

    When postTime is 12:00

    and injectionTime is 12:08

    No message! as if the difference was not negative! (the difference is zero...)

    When I display the time in a messagebox, 12:04 12:04:00 GMT blah blah... gives but 12:08 gives 12:00:00 GMT etc...

    same problem with 12:09, but not 12:10 for example...

    Any thoughts?

    Thank you.

    Thank you, but since I'm used to javascript, I'll stick to it.

    I understand the problem. It's a javascript with the ParseInt method bug!

    Check here: http://www.breakingpar.com/bkp/home.nsf/0/87256B280015193F87256C85006A6604

    parseInt("08") = 0.

    How to lose 2 hours for a stupid bug...

  • Hey, need help. I get this in my iPhone that 'there is a problem of billing with a previous purchase. Please update your payment method"in any way I can remove my visa card from iTunes

    Hey, need help. I get this in my iPhone that 'there is a problem of billing with a previous purchase. Please update your payment method"anyway I can remove my visa card from iTunes?

    You must pay your debt first.

  • the site theme is problem with firefox, but not any problem of chrome with!

    the site theme is problem with firefox, but not any problem of chrome with!
    for ex: http://haftegy.ir
    How to fix?

    Wow sorry! IM update firefox to the latest version and my problem is solved.
    Thank you very much.

  • I can not access to sites such as Youtube or truckcam.tv it seems that the problem may be with the most recent Adobe flash and firefox as browsers further

    Question
    I can't access to sites such as Youtube or truckcam.tv , seems, the problem may be with the last Adobe flash and firefox as other browsers work I reinstalled both, but without success, even on the two desktop using Vista and laptop on Windows 7

    See:

  • Have problems and questions with Time Capsule were addressed in any significant way. Reluctant to buy according to your comments.

    Have problems and questions with Time Capsule was dealt with in a meaningful way? Reluctant to buy according to your comments.

    Apple did not have any material changes to the time Capsule to nearly 3 years. The only change that has occurred in the last 18 months or so is a firmware update to address security issues.

  • I have problems to make my battery charged, because the cable does not have a link solid with the socket of the phone.  The problem seems compatible with a lot of cables, so I think the problem is with the phone. Can it be fixed?

    I have problems to make my battery charged, because the cable does not have a link solid with the socket of the phone.  The problem seems compatible with a lot of cables, so I think the problem is with the phone. Can it be fixed?

    Probably there is debris and dust in the decision-making of the lightning.  Serve with compressed gas canned (NEVER orally).  If this doesn't help, try electronic contact cleaner has a q - Tip.  Finally, take it to Apple.

  • Problems of wireless with my Satellite A505

    Hello people,

    I have a Satellite A505 which uses a Realtek RTL8191SE wireless network card. Recently, I had connectivity problems with my home router. This configuration used to work perfectly, but recently, I had a problem where I won't be able to connect to my router wireless access point. Reset the adapter does not solve the problem, or don't restart.

    I found that my router reboot solves the problem, I am able to login after the reboot of the router. I have not had this problem on any of the other devices or laptops in my house and never had this problem until last month. I tried to do a factory reset on my router in order to ensure that some recent changes in our setup of the router were not to blame, but the problem persists even with a clean slate.

    Ideas for what to do?

    Thank you!

    Hello

    >... and never had this problem until the last month or more
    Do you use WLAN driver from Toshiba support page?
    I ask this question because I noticed that under Win7 driver for this wireless network card is offered as optional update. Maybe this update is installed, and now you have this problem.
    If possible, try to roll back OS a few weeks back and check if the problem persists.

Maybe you are looking for

  • 12.3.3 Installationavecuneracine W10 64 bit iTunes problems

    Hi all Having some problems... on Windows 10 64 bit, Dell XPS update about 5 years (so an older video card) and get a message indicating: Tried the update/install for video cards more old but same message Anyone has an idea on how to solve it please?

  • Ignore alignment for deskjet HP PSC 1513

    I bought my deskjet HP PSC 1513 when I was still running Windows XP. I recently installed Windows 7 Professional and must be able to bypass the alignment process after installing new cartridges. The flight of the cartridge stays on and although I can

  • Remove Weather Channel app?

    I tried to remove the Weather Channel of my computer application, it no longer appears in my program list, but he tries to run at every boot and fails.  How can I find and get rid of it?

  • When I try to use Windows Media Player 11 I get the message: Windows Media Player is not properly installed on windows vista

    Original title: MediaPlayer does not open. Followd Scout121 answr. Got the message: not recognized as int/ext control.  Help! I followed the directions for the question of Scout121, posted by Bikesh T 20 October 2011.  When I entered the "regsvr32vbs

  • Create a system recovery disc?

    Hello My girlfriend just got a Probook new 6460 b (what she ordered to hp.com) with Win7 Pro and she wants to create a system for her recovery disk.  We have been able to make a 'system' repair disc, we found it under start > Maintenance, but I am su