Page 7 of 20 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 193

This is a discussion on [Ext/US] Chrome Gestures (modified) within the Chrome Plugins section, part of the Google Chrome category: I assume this is because the userscript runs at a different level than an extension does. The userscript works on ...


  1. #61
    Kryptyx is offline Member
    Join Date
    Jul 2009
    Posts
    59

    Default

    I assume this is because the userscript runs at a different level than an extension does. The userscript works on about:blank pages while the extension currently does not. I believe its more of a limitation of the current extension API and I'm sure it will be resolved in a future release of Chrome.

  2. #62
    Chrome's Avatar
    Chrome is offline Administrator
    Join Date
    Sep 2008
    Posts
    343

    Default

    Hi guys,

    i would suggest you guys not to release lots of versions so fast, it wont be good for the "general users". I know this is still advancing but i do believe that you should have an error free version and then release a new version after implement multiple changes say over a week's time or more.

    just my 2 cents.

  3. #63
    StevePaul's Avatar
    StevePaul is offline Senior Member
    Join Date
    Mar 2009
    Location
    Birmingham, England
    Posts
    1,522

    Default

    Not a problem for me as I tend to use extensions if one is available rather than a user script ...

    As I said, I was just testing it to make sure what I was recommending was 'fit for purpose'

    While I'm on ..

    I was looking at the Javascript (trying to learn a bit - haha) and noticed the Close Window function uses self.close (which obviously references the line above) as opposed to what was in the original fix, which was window.close ...

    As the original worked OK was just wondering why you changed it (learning all the time - haha) ...

    Hope you don't mind all the questions ;-)

  4. #64
    Kryptyx is offline Member
    Join Date
    Jul 2009
    Posts
    59

    Default

    @Chrome (admin):
    Yes I agree, I think with the centralized code base you will see better quality releases rather than hasty bug fixes or adaptations. If users are interested in trying the latest features we add before we release a new crx they can get them from the repository.

    @Steve:
    Both window.close and self.close would work, I changed it to self.close when I added in the bug fix. I'm not that great at Javascript, as I said before most of my knowledge is with server side code such as PHP with SQL backends.
    Last edited by Kryptyx; 07-17-2009 at 03:49 PM.

  5. #65
    StevePaul's Avatar
    StevePaul is offline Senior Member
    Join Date
    Mar 2009
    Location
    Birmingham, England
    Posts
    1,522

    Default

    Just been to the Chrome Gestures project page ...

    http://code.google.com/p/chromegestures/

    Have to say this is extremely professional !!

    Well done Guys (and gals) ;-D

  6. #66
    Cherripez is offline Member
    Join Date
    Jul 2009
    Posts
    37

    Default

    Seriously, these arrows you've added have made me finally use this. I've tried it before but found that alot of times I would have to perform the gesture 2-3 times to get it right. The visualization is a great feature. Amazing works guys.

  7. #67
    NicholasPufal is offline Senior Member
    Join Date
    Jun 2009
    Location
    Porto Alegre, Brazil
    Posts
    109

    Default

    I don't want mess with this topic, because it's becoming hudge.

    Where I (and we) could organize new features, plans, ideas and etc for it? In the project's page is it possible to add such lists? For example: draw a trail while performing a gesture, instead of just an arrow and other suggestions that users may have.

    So a DEV could go there and say if it's going to be made in future, if it won't be placed because of this or that, and so on.

    I'm sure the more this becomes popular, the more people are going to request new things, so requests would become all messed. Would be good to centralize it somewhere, so the project will have also it's goals available for public to share ideas.

  8. #68
    StevePaul's Avatar
    StevePaul is offline Senior Member
    Join Date
    Mar 2009
    Location
    Birmingham, England
    Posts
    1,522

    Default

    Just been to the Options page ...

    Noticed that it shows the NewTab URL (not sure if it was there before)...

    How easy would it be to be able to edit this to what you want and have it written back to the script ...

    Would save having to manually edit it ;-)

    In actual fact as I was writing this a thought occurred to me, prompted by posts on this thread about changing gestures to what people are used to in FF (yeuk) ...

    As all the gestures are defined at the start of the script how about editing them 'on block' ...

    In it's simplest form it would simply display all the variables (mouse gestures and NewTab) and their current defaults in one column and you have the ability to edit them to what you want and enter them in a second column...

    Something similar to the Dashboard in CNT (although not quite the same)

    (Having them all displayed would make sure you don't duplicate gestures)

    If you take the Dashboard approach you'd need a batch program (bit like Devils did for CNT) to write the generated code back to the script file 'on block'


    Just like to make things easy for people (and because not everyone is computa savvy) ;-)
    Last edited by StevePaul; 07-17-2009 at 06:14 PM.

  9. #69
    Kryptyx is offline Member
    Join Date
    Jul 2009
    Posts
    59

    Default

    @Firehalk:
    Good idea, I added the ability to request new features on the issue tracker on the projects homepage. Users who are interested in adding new features should use this method of request.

    @Steve:
    We are very limited to what we can do with this extension for numerous reasons. I suspect when the extension API is fully complete and extensions are officially supported you will see many if not all of the extension's options to be user friendly and editable through a GUI, not code. However, as I said we are very limited to what we can do with this right now. Waha had a way of saving and loading user defined fields but as you may recall it required a small popup to occur as a way to transfer the data. We will be looking at ways to do this more elegantly without the popup but it may or not be possible.

    I will continue to work on the visual indicators, mouse trailing is something that I am interested in doing but it will have its limitations. Iframes are very tricky for us to get around with how this extension works.

    ---

    If anyone has any requests, bug reports or feedback please use the projects homepage which is located at the link below.

    Chrome Gestures - Project Homepage

  10. #70
    StevePaul's Avatar
    StevePaul is offline Senior Member
    Join Date
    Mar 2009
    Location
    Birmingham, England
    Posts
    1,522

    Default

    @Kryptyx

    Guess I got the answer I was expecting ...

    Just a word or two of guidance (from someone who's been designing and developing computer software for 30 years)

    Once you start putting variables into your software and those variables (by definition) can be changed you are giving people a choice ...

    This has already been seen from posts made by people who have come from a FF background, they're already customising the gesture to what they are used to...

    In developing software like this you must always give consideration to how the customisation can be achieved ...

    The solution is either in the software itself (highly preferable) or as a separate tool if the software being developed cannot (for whatever reason) accomplish the task (as is the case here)...

    It's nice to go 'chasing' the 'sexy stuff' (I know, I did !!) but remember not everyone is a Computer Guru and at times all people want is a simple solution to a simple (to them anyway) problem...

    Just my thoughts ;-)
    Last edited by StevePaul; 07-17-2009 at 10:35 PM.

Page 7 of 20 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. Chrome Mouse Gestures?
    By Wisher in forum Chrome Plugins
    Replies: 40
    Last Post: 12-28-2010, 07:33 PM
  2. New Chrome Mouse Gestures Plugin (Rocker support)
    By OwenCM in forum Chrome Plugins
    Replies: 1
    Last Post: 05-06-2009, 12:38 AM
  3. Chrome Custom Mouse Gestures
    By Laoguy in forum Chrome Plugins
    Replies: 6
    Last Post: 04-15-2009, 05:52 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •