Use Alt+0-9 for non-pinned tabs, Ctrl+0-9 for pinned-tabs

Hi there community!
As simply stated above, I want to tweak my keyboard shortcuts so that navigating between pinned and non-pinned tabs are distinguished. Reason for that is that I have ~8 pinned tabs (Gmail, Facebook, Feedly, Calendar, HabitsRPG to name a few), and as a result cannot quick navigate between my regular, unpinned tabs using numbered hotkeys.
Thanks!

This code when assigned to a key will select a not pinned tab with number D, so you could possibly use the keyconfig or another extension to assign Ctrl 1-9 to the appropriate code.
I use this to go to the first unpinned tab without the D code.
<pre><nowiki>var D=1;
var M=gBrowser.mTabContainer;
var C=M.childNodes;
var L=C.length;
var cT=M.selectedIndex,sT=cT,T,i;
for(i=0;T=C[i];i++){if(!T.hasAttribute('pinned')){sT=i;break;}}
M.selectedIndex=sT+D-1;
</nowiki></pre>
Test code:
<pre><nowiki>var M=gBrowser.mTabContainer;
var C=M.childNodes;
var L=C.length;
var cT=M.selectedIndex,sT=cT,T,i;
for(i=0;T=C[i];i++){if(!T.hasAttribute('pinned')){sT=i;break;}}
var D=parseInt(prompt("PIN: "+(sT)+"\nCUR: "+(cT+1),L-sT-1))||0;
if(D<0){D=-D;sT=0;}
if(D){M.selectedIndex=sT+D-1;}
</nowiki></pre>

Similar Messages

  • Re: Using Alt-Key combinations

    Unfortunately this happens not only with Alt-Key combinations. It also
    happens with the ordinary F10 key: Windows activates the menu and then
    Forte gets the FKey event. The problem is that now the user has to press
    ESC to deactivate the menu and continue normal processing. There is no
    known cure yet...
    Tony Elmore wrote:
    >
    We are attempting to use Alt-Key combinations for a shortcut key combination
    for push buttons using the SetAsFunctionKey method and FunctionKeyPress
    event. When we press the Alt-Key combination, it appears that Windows is
    trying to find a menu item with that shortcut combination or a button with
    that combination. Since Windows can not find the proper element with that
    combination, it beeps at us. At that point, Forte picks up the key
    combination and will post the FunctionKeyPress event.
    The application will work fine, but the beep is not only annoying, but also
    is misleading for those individuals using accessibility tools like screen
    readers who rely upon audible queues for detecting errors in keyboarding.
    Has anyone found any viable solutions to this problem?--
    Dr. Thomas Kunst mailto:[email protected]
    sd&m GmbH & Co. KG http://www.sdm.de
    software design & management
    Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
    Tel +49 89 63812-221 Fax -444
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    petelewis wrote:
    Mr.Elendig wrote:it returns ^[a as it should.
    Ah ha - okay. So you're using escapes too, rather than meta8 (this is the default, so makes sense). Yeah, I got it working doing that, but had to adapt my .vimrc to get it to acknowledge the ^[ as "alt". Didn't you, or did a simple map of e.g. <A-a> suffice?
    Are you running it in screen/tmux btw? and what is your TERM set to?
    Yeah, I thought that too and though I do run it in tmux usually, I've been testing it both with and without (TERM is set to screen-256color BTW) and it made no difference. Still, unless I specifically map the ^[ to alt in vim, it doesn't work. With meta8 it works so long as the locale is not UTF-8.
    Guess I've got a workaround for now, but it would be nice if meta8 and utf-8 worked nicely together.
    Thanks.
    Could you please show how your vimrc looks like? I have the same problem and I'm interested in your workaround.

  • Any setting to use alt+tab for switching adobe and other file ?

    any setting to use alt+tab for switching adobe and other file ? instead of opening a adobe file agin and agin?
    thanks.
    really hate using win8...........................

    i mean ..can adobe fild open it in a normal way like win7 did...
    so i can use alt+tab to switch task easily..

  • I have used SAP doc mgmt for years. We copied a client and now when I configure a Class to my DMS DIR and go to CV01n Additional Data NONE of the characteristic entry boxes show up. Additional Data is blank.

    I have used SAP doc mgmt for years. We copied a client and now when I configure a Class to my DMS DIR and go to CV01n Additional Data NONE of the characteristic entry boxes show up. Additional Data is blank.
    It appears there must be some high level setting missing in the client. I have checked all authorizations and cannot find a difference between this client and all of the other clients we have. Only this one client does not show the class characteristics in the Additional Data tab.
    Any ideas of why this standard function is not working). It does not matter which DIR I config the 017 class to, nothing shows on Additional Data.

    Hi,
    The issue is resolved. We are working in a sandbox with Class configuration on a DMS issue related to standard class 017. There are no standard settings in SPRO - Cross-Application Components | Maintain Object Types and Class Types | for the object type DRAW that will allow "auto-populating" characteristic values as we do with VC class 300.
    For whatever reason DRAW and class 017 are not configured by SAP in the same manner as class 300 for example.
    We made a config entry for DRAW Class 017 VBAP. Let's just say the system did not like that.
    We are exploring other options.

  • My navigation bar will only remain in view for one request after using alt key

    Everything worked fine for over a year on Mozilla firefox, suddenly I have no navigation or tool bar. If I press the alt key the bar appears and I am able to click on one command and then the bar disapears again. I followed the instructions online and clicked on the restore default bar, to no avail. It is a royal pain to have to alt key to open a new tab from the bookmarks everytime. If I can't figure it out I will have to stop using firefox which until now I was in love with. Please Help

    After pressing Alt, in the View menu select Toolbars, then click on "Menu Bar" in the list of toolbars. That should make it permanently display.

  • How can my program keep the user from using Alt+Tab?

    Hi everyone,
    How can i make my program so that when the user tries to use Alt+Tab to open any other windows, it won�t allow it. Thanks in advance.

    You can't.
    Java runs in a virtual machine, and relies on the OS to forward events to the virtual machine for dispatch to the appropriate swing components.
    This means that the OS will get the alt-tab, before java, and it will consume it.
    You can however detect when a window is no longer receiving focus, by adding a WindowListener
    Window.addWindowListener(WindowListener l)And you can bring your window to the front (in theory) using
    Window.toFront()However, I have found this to be not always successful (since the jre dispatches the request to the OS, it is the OS that must do it, and depending on the context may not).
    I suggest you try another language, such as C.

  • Problems with FF orange-tab menu coming down when I use Alt keys

    I have had this small issue since yesterday which is more confusing than anything.
    When I go to type something, and use the alt keys plus the numbers for designs, the little orange FF tab on the top left-hand corner pulls down the drop-menu, and has 'Files' highlighted, plus it makes my computer make the Windows Default Beep, which I disabled because it was just annoying. I am having no notices of anything causing this, but this looks like the only browser that does it, because I went and played around with IE and Chrome, and nothing happened that I could see or hear of.
    Thanks for any insight!

    Try to switch on Num Lock if you need to use Alt + number keys.

  • Using Eudora or Netscape7 for non-verizon email accounts with FIOS for access

    Since Verizon does not give tech support to 3rd party email clients, and using a non-Verizon email account creates additional problems, I decided to share what I learned the very hard way....certainly with no help whatever from Verizon tech support.
    First of all, there may have been a time (a day, a month, some random nanosecond) when you had to change the port to 587 it is no longer the case.  Port 25 works just fine, and in fact 587 no longer works in most cases.  So ignore tech support's claim that all you have to do is change the port number to 587...don't do it.
    And so long as you want to use a pop account other than verizon for your incoming email you will have to use what is referred to as SMTP Relay.  Verizon tech support will tell you that Verizon no longer supports SMTP Relay, and technically speaking that is true, but Verizon SMTP Relay is not what you need anyway.  What you need is to use the SMTP Relay facility of your Email Client, in my case Eudora and (for my wife) Netscape 7.
    Now before you can actually do anything you will have to have a valid Verizon email account, even if you never plan to actually use your verizon email address.  That means before you can set up your email client you must have a verizon email address. The tech who installed my FIOS supposedly set up my computer, which meant I had internet access, but he didn't set up the verizon email address.  I wasted 2 days before this came to light...so just make sure you have one before starting.
    Netscape 7.0  has an email client my wife has used forever so I had to make it work for Verizon FIOS.  Fortunatly they have a built in SMTP Relay facility (although they never call it that).  You set up your pop (incoming) server the way you always have.  In my our email accounts are on Earthlink, so you use the earthlink POP server for your incoming email.  If you are switching from whatever you have to Verizon FIOS, you will already have that set up anyway.  But you will have to change the SMTP server address to outgoing.verizon.net    and you will have to click the box that says Use Authentication, with  User Name and Password.  You will put into the User Name your verizon email account except without the .verizon.net    And the first time you use this Client to send email it will ask your for your password (use your Verizon password) and you should check the box that says to remember this password.    This will make everything work fine.  You will see on the SMTP Server information page a box that allows you to fill in the port.  If you leave it blank it will use port 25.  If you put in another port number it has to be right, and what is the correct number keeps changing based on which verizon person you talk to.  I found that 25 works, although they say it won't, and that others don't work, although they say they will.
    To Use Eudora (as i do)  first you have to be using the latest version 7.1 because it appears to be the first one that truely supports SMTP Relay. That's a free download if you don't have it.   Then you have to use multiple personalities.  Effectively you set up one personality (go to to tools and click on personalities) which is your normal email account (ie not your verizon one).  This is used for everything with the exception of the SMTP Server interaction.  YOu then set up a second personality which is for your Verizon email account. Be aware that you can still have that account use your normal email return address so folks who receive email from you can reply to your normal email address.  You can, independantly from that set up your incoming email pop account to be either your normal one or your verizon incoming email account (I do it the later way so I can receive something actually sent to my Verizon account, although I never give that out.  But now the important thing is that you set up your SMTP server to be outgoing.verizon.net  set up User Name to be your verizon email account but without the verizon.net and click on Authentication Allowed and Use Relay Personality.  Don't click on Use submission port 587, like I said you want to use 25, but if verizon has changed that yet again no problem as you can set up the port to use independantly using the Tools/Options/Ports , and finally you go to the Tools/Options/SendingMail stuff and select the SMTP Relay Personality to be the one that is set up for the Verizon email account.  That means your client will operate using your primary personality for everything except the SMTP part and for that it will get all its parameters from the Relay Personality. 
    This all worked.

    I use Eudora a my email client and routinely receive both my Verizon and ATT emails. 
    The last email I received  from my Verizon account was at 10:30pm on August 5.  I cannot send emails from Eudora at all either.
    My Verizon DSL email account is active through Verizon-Florida at my home there.  I am currently at my Ohio home and the DSL account is with Frontier which purchased Verizon here in Ohio.
    Does anyone know what might have happened to have resulted in my emails not being sent to or from my Eudora Client?

  • I Use Too Use A Redeem Card For My ITunes then I Used A Visa Card how Can I Click None Again ?

    I Use Too Use A Redeem Card For My ITunes then I Used A Visa Card how Can I Click None Again For The Payment Style ?

    On your computer's iTunes you should be able to edit your payment info by going into the Store > View Account menu option and logging into your account, and on your account's details page there should be a payment link.  If you are doing it on your iPhone then try tapping on your id in Settings > iTunes & App Store (Settings > Store on iOS 5 and below) and select 'View Apple ID' on the popup - that should also give you a payments link on your account's page.
    Changing payment info : http://support.apple.com/kb/HT1918
    If you don't get the 'none' option on the payment's screen then do you owe iTunes anything or have a pre-order or subscription due : http://support.apple.com/kb/TS5366 ?

  • Cannot use system rollback segment for non-system tablespace 'TEMP

    Hi everyone!
    I encountered this error: "Cannot use system rollback segment for non-system tablespace 'TEMP"
    So this is what I did to check if the undo stuffs are online.
    SQL> select tablespace_name,status from dba_tablespaces;
    TABLESPACE_NAME                STATUS
    SYSTEM                         ONLINE
    UNDO                           ONLINE
    SYSAUX                         ONLINE
    TEMP                           ONLINE
    LARGEDATA                      ONLINE
    LARGEINDEXES                   ONLINE
    MEDIUMDATA                     ONLINE
    MEDIUMINDEXES                  ONLINE
    SMALLDATA                      ONLINE
    SMALLINDEXES                   ONLINE
    XSMALLDATA                     ONLINE
    TABLESPACE_NAME                STATUS
    XSMALLINDEXES                  ONLINE
    XXSMALLTABS                    ONLINE
    USERS                          ONLINE
    CONVTABLES                     ONLINE
    UNDO_02                        ONLINE
    16 rows selected.
    SQL>  SELECT tablespace_name, sum((bytes/1024)/1024) free FROM DBA_FREE_SPACE gr
    oup by tablespace_name;
    TABLESPACE_NAME                      FREE
    LARGEDATA                      18.3105469
    SMALLDATA                        10.46875
    SYSAUX                           106.5625
    UNDO_02                            67.125
    XXSMALLTABS                    13.0078125
    CONVTABLES                     170.039063
    MEDIUMDATA                             22
    USERS                           37.265625
    SYSTEM                             55.875
    LARGEINDEXES                   30.5175781
    XSMALLINDEXES                    17.34375
    TABLESPACE_NAME                      FREE
    UNDO                             546.9375
    MEDIUMINDEXES                       33.25
    SMALLINDEXES                    31.015625
    XSMALLDATA                     23.6328125
    15 rows selected.
    SQL> select file#,status from v$datafile;
         FILE# STATUS
             1 SYSTEM
             2 ONLINE
             3 ONLINE
             4 ONLINE
             5 ONLINE
             6 ONLINE
             7 ONLINE
             8 ONLINE
             9 ONLINE
            10 ONLINE
            11 ONLINE
         FILE# STATUS
            12 ONLINE
            13 ONLINE
            14 ONLINE
            15 ONLINE
    15 rows selected.
    SQL> select segment_name, tablespace_name, initial_extent,status
      2  from dba_rollback_segs;
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    SYSTEM                         SYSTEM                                 102400
    ONLINE
    _SYSSMU1$                      UNDO                                   131072
    OFFLINE
    _SYSSMU2$                      UNDO                                   131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU3$                      UNDO                                   131072
    OFFLINE
    _SYSSMU4$                      UNDO                                   131072
    OFFLINE
    _SYSSMU5$                      UNDO                                   131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU6$                      UNDO                                   131072
    OFFLINE
    _SYSSMU7$                      UNDO                                   131072
    OFFLINE
    _SYSSMU8$                      UNDO                                   131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU9$                      UNDO                                   131072
    OFFLINE
    _SYSSMU10$                     UNDO                                   131072
    OFFLINE
    _SYSSMU11$                     UNDO_02                                131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU12$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU13$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU14$                     UNDO_02                                131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU15$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU16$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU17$                     UNDO_02                                131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU18$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU19$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU20$                     UNDO_02                                131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU21$                     UNDO_02                                131072
    OFFLINE
    22 rows selected.How should I be bringing them online?
    I tried this but didn't work for me.
    SQL> alter rollback segment _SYSSMU1$ online;
    alter rollback segment _SYSSMU1$ online
    ERROR at line 1:
    ORA-00911: invalid character
    SQL> alter rollback segment '_SYSSMU1$' online;
    alter rollback segment '_SYSSMU1$' online
    ERROR at line 1:
    ORA-02245: invalid ROLLBACK SEGMENT name
    SQL> alter rollback segment _SYSSMU21$ online;
    alter rollback segment _SYSSMU21$ online
    ERROR at line 1:
    ORA-00911: invalid character
    SQL> alter rollback segment SYSSMU21$ online;
    alter rollback segment SYSSMU21$ online
    ERROR at line 1:
    ORA-01534: rollback segment 'SYSSMU21$' doesn't exist
    SQL> alter rollback segment '_SYSSMU21$' online;
    alter rollback segment '_SYSSMU21$' online
    ERROR at line 1:
    ORA-02245: invalid ROLLBACK SEGMENT name
    SQL> alter rollback segment "_SYSSMU21$" online;
    alter rollback segment "_SYSSMU21$" online
    ERROR at line 1:
    ORA-30017: segment '_SYSSMU21$' is not supported in MANUAL Undo Management mode
    SQL> ALTER SYSTEM SET UNDO_MANAGEMENT=AUTO SCOPE=SPFILE;
    System altered.Should I be bringing every segment online separately? Please guide me.
    Nith
    Edited by: user645399 on Feb 23, 2011 2:52 PM

    SQL> select segment_name, tablespace_name, initial_extent,status
      2  from dba_rollback_segs;
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    SYSTEM                         SYSTEM                                 102400
    ONLINE
    _SYSSMU1$                      UNDO                                   131072
    ONLINE
    _SYSSMU2$                      UNDO                                   131072
    ONLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU3$                      UNDO                                   131072
    ONLINE
    _SYSSMU4$                      UNDO                                   131072
    ONLINE
    _SYSSMU5$                      UNDO                                   131072
    ONLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU6$                      UNDO                                   131072
    ONLINE
    _SYSSMU7$                      UNDO                                   131072
    ONLINE
    _SYSSMU8$                      UNDO                                   131072
    ONLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU9$                      UNDO                                   131072
    ONLINE
    _SYSSMU10$                     UNDO                                   131072
    ONLINE
    _SYSSMU11$                     UNDO_02                                131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU12$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU13$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU14$                     UNDO_02                                131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU15$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU16$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU17$                     UNDO_02                                131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU18$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU19$                     UNDO_02                                131072
    OFFLINE
    _SYSSMU20$                     UNDO_02                                131072
    OFFLINE
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    STATUS
    _SYSSMU21$                     UNDO_02                                131072
    OFFLINEStill undo_02's segments are offline.

  • How do I turn off the alt scroll zoom?  When I'm in Adobe photoshop and illustrator using the pen tool, alt is utilized for another short cut.  I would like to use the alt command for the pen tool instead of zooming into the screen.

    How do I turn off the alt scroll zoom? 
    When I'm in Adobe photoshop and illustrator using the pen tool, alt is utilized for another short cut.  I would like to use the alt command for the pen tool instead of zooming into the screen.

    I tend to select things from left to right and every time I am moving in a downward right diagonal motion during lasso selection I am missing a clear view and I am tending to have a more sloppy selection.  All this does is slow me down since I need to go back and hit those areas again.  The big arrowhead just get's in the way.  The original lasso tool with the thin line and small active point at it's lower left was far better for me.
    I don't like turning the cursors to precise because I like to see the active tool icon where my cursor is and as the icon changes as I hold modifier keys down.  If I am forced to get comfortable with using pricise cursors I guess I will, but man, I've never had to do this in my 15 years of photoshop use...
    I would absolutely LOVE to find a way to get the old lasso icon -- without the arrowhead above it.
    Is there any chance this option could be inlcuded in cursor preferences?  I'd give much thanks, Adobe.

  • Error:cannot use system rollback segment for non-system tablespace

    Hi,
    I have created a oracle database 10.2.0 on fedora 9 system. I have created a user and assigned the default tablespace SATYA and given the permissions. But when I create a table in the user I am getting the following error.
    Can anyone help me in rectifying this error.
    ORA-01552: cannot use system rollback segment for non-system tablespace 'SATYA'
    thankyou
    satya

    Undo management is either AUTO or Manual, no local
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/undo.htm#sthref1469
    Since you are using 10g, you are recommended to use Auto undo management
    If you still plan to use manual undo management, make sure you have other non-system rollback segment in place.

  • Where has the "recordings" options gone in imovie for the iphone? It used to be listed under the audio tab in the import icon.

    Where has the "recordings" options gone in imovie for the iphone? It used to be listed under the audio tab in the import icon. At one point you could add audio to a project from the Voice Memo app.

    there is NO "reload" button under "customize"!
    how do I get my toolbars set back to pre-firefox4?

  • ORA-01552: cannot use system rollback segment for non-system tablespace

    i try to create a table in new schema test1 and got the following error. please help.
    SQL> create table employer1 as select * from a.employer;
    create table employer1 as select * from a.employer
    ERROR at line 1:
    ORA-01552: cannot use system rollback segment for non-system tablespace 'TEST1'

    Hi,
    This is an example:
    SQL>
    CREATE UNDO TABLESPACE "UNDOTMP"
    DATAFILE 'UNDOTMP.DBF01' SIZE 100M REUSE
    AUTOEXTEND ON NEXT 51200K MAXSIZE 15000M
    ALTER SYSTEM SET undo_tablespace=UNDOTMP SCOPE=BOTH;
    Regards
    David Duenas
    Edited by: David Duenas on Jul 4, 2009 7:33 PM

  • Cannot use system rollback segment for non-system tablespace

    I am getting the below error suddently
    ORA-01552: cannot use system rollback segment for non-system tablespace 'USERS'

    SQL> show parameter undo
    Version : Oracle 10g
    NAME TYPE VALUE
    undo_management string AUTO
    undo_retention integer 10800
    undo_tablespace string UNDO
    SQL>
    SQL> select distinct tablespace_name, status from dba_rollback_segs
    2 ;
    TABLESPACE_NAME STATUS
    SYSTEM ONLINE
    UNDO OFFLINE
    UNDO ONLINE

Maybe you are looking for

  • How do I get six family apple devices to be able to use the same iTunes account to make purchases?

    Our family has an iPad, a MacBook Air, 2 iPhones, and 2 iPod touches. I tried to access music in iTunes on my MacBook Air and a message came up that said you can only have 5 devices use the same iTunes account. What can I do to allow us to all use th

  • Cost of borrowing money

    I have a requirement from a customer of mine. In my pricing procedure (sales) I want to add a contition type. This condition type will add to the final price of the product an amount which will be the cost of the customer to borrow money. In other wo

  • Software tools to test bridge performances

    I'd like to know if these is any sotware tool to check performance in a building to building connection (with aironet 350 bridge). Now I'm timing the transfer of big files from a bridge to the other, but I want to find a more powerful tool (if possib

  • Interactive adobe form not displaying properly (urgent)

    hi,    any one can help in this,as  it is urgent ....     sub : arabic fonts of the pdf /word doc are not displaying     in detail :     i have a word document and pdf which contains data like     enter name : - ( enter name in arabic language writte

  • Problem in developer regisgtration of Lumia 535

    I am trying to register my Lumia 535 device for windows phone development but each time i try to register, it shows a error "check if Windows Phone IP Over USB service is running or not". I have already checked that it is running, I have even restart