jaywalkable.wordpress.com
View ‘Market price’ from DSE BULL! Tray in Firefox | rubel's blog
https://jaywalkable.wordpress.com/2011/04/23/view-market-price-from-dse-bull-tray-in-firefox
View ‘Market price’ from DSE BULL! April 23, 2011 at 1:30 am · Filed under Uncategorized. Tray user, you might be thinking why is the ‘Market Price’ shortcut URI is not working from DSE BULL! Tray Actually dsebd.org is not allowing outsiders to access this resource. After my investigation on this issue I have found a workaround to view Market Price in my Firefox browser. Please let us know if we can change referrer in other browsers too as explained below using RefControl plugin for Firefox. Rel="bookmar...
jaywalkable.wordpress.com
Right click, copy, paste not working in Flex? | rubel's blog
https://jaywalkable.wordpress.com/2011/11/03/right-click-copy-paste-not-working-in-flex
Right click, copy, paste not working in Flex? November 3, 2011 at 5:03 pm · Filed under ActionScript. Clipboard menu items of text input controls (TextInput, TextArea etc) under a TitleWindow were not working when we display that window as a popup. After investigation we found that the problem is in flex. To fix this,. Rel="bookmark" title="Permanent link to Right click, copy, paste not working in Flex? 1 Comment ». June 13, 2013 @ 2:01 am. Feed for comments on this post. Leave a Reply Cancel reply.
jaywalkable.wordpress.com
Qualcomm Gobi firmware uploader for Mac OS X | rubel's blog
https://jaywalkable.wordpress.com/2011/08/11/qualcomm-gobi-firmware-uploader-for-mac-os-x
Qualcomm Gobi firmware uploader for Mac OS X. August 11, 2011 at 5:30 pm · Filed under Driver. If you have a built-in Qualcomm Gobi mobile broadband device in your notebook/netbook then you are in the right place. 1 Download the firmware up-loader. If your laptop is Toshiba Satellite M505-s4945. Otherwise you can Download source code. Of the firmware up-loader. Then change the device ID and vendor ID in the source code and build your own firmware up-loader. 5 Install the modem device driver. Ugh, I feel ...
jaywalkable.wordpress.com
How to change or add system fonts in android emulator | rubel's blog
https://jaywalkable.wordpress.com/2011/11/24/how-to-change-or-add-system-fonts-in-android-emulator
How to change or add system fonts in android emulator. November 24, 2011 at 1:40 am · Filed under Android. I wanted to install Bengali fonts in my Android device. I tried different ways to add Bengali font support in my Android device. And finally I ended up with fonts installed in Android emulator. Note that we need a linux PC to execute the following steps. Extract system.img using uyaffs. You will find system.img in your ‘SDK INSTALLATION DIR/platforms/android-2.2/images/’ director...Add or modify con...
jaywalkable.wordpress.com
How to send DateTime input parameter for Web Services or QaaWS using .NET C# | rubel's blog
https://jaywalkable.wordpress.com/2011/04/23/how-to-send-datetime-input-parameter-for-web-services-or-qaaws
How to send DateTime input parameter for Web Services or QaaWS using .NET C#. April 23, 2011 at 4:51 pm · Filed under .NET. When we talk about Web Services then it is obvious that there is a chance where the Web Service is hosted in different geographical location than its clients. Web service hosted in a server with different timezone from its client may not return expected data if the. Input parameter is not properly configured/set. Instances in C# .NET has a. Field that indicates whether the time valu...