maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Quick Clip 0.2 Released! (https://talk.maemo.org/showthread.php?t=27017)

BrentDC 2009-04-06 23:44

Re: Quick Clip 0.2 Released!
 
Quote:

Originally Posted by lm2 (Post 277975)
Funny, I would think that a fair number would use QC as I do--especially non-advanced users.

My tablet is mostly used for reading news online. When I do so, and there is a fact that I want to keep track of, QC is great. But often I want to go back to where I got the fact, which is why I want the url.

Seems quite normal to me. ;)

Remember I'm a programmer, my mind works differently. The world is abnormal, I'm the one that's completely average! ;) :rolleyes:

All joking aside, I really do think a prompt would be nice, because a setting is across-the-board. What if, in this specific case, I want it this way and not the way I have it set (the way I normally want QC to behave)? Then I would either have to change the settings (inconvenient) or do the same as my setting has it (unsatisfactory). With a prompt, it is always easily in your control.

BrentDC 2009-04-07 18:46

Re: Quick Clip 0.2 Released!
 
I just semi implemented it, and it doesn't work. Secondary is always "None". Either hildon doesn't support two selections (because from the PyGTK reference it seemed to indicate X supports two) or I didn't implement it correctly. I'm leaning towards the former.

After all that!

lm2 2009-04-07 18:59

Re: Quick Clip 0.2 Released!
 
Thanks very much for trying.

GeraldKo 2009-04-07 19:16

Re: Quick Clip 0.2 Released!
 
Quote:

Originally Posted by lm2 (Post 278173)
Thanks very much for trying.

Ditto!


.....

BrentDC 2009-04-07 20:14

Re: Quick Clip 0.2 Released!
 
You both are very welcome!

lm2 2009-04-08 16:18

Re: Quick Clip 0.2 Released!
 
Just occurred to me: stamping a microb clipping with the webpage's title would be very helpful to me, even if I can't get both the clipping and the url. At least then (most of the time) I'd at least be able to see the source (as most titles these days provide that information).

Any chance of adding that to settings for clip stamps?

BrentDC 2009-04-08 23:30

Re: Quick Clip 0.2 Released!
 
Quote:

Originally Posted by lm2 (Post 278365)
Just occurred to me: stamping a microb clipping with the webpage's title would be very helpful to me, even if I can't get both the clipping and the url. At least then (most of the time) I'd at least be able to see the source (as most titles these days provide that information).

Any chance of adding that to settings for clip stamps?

I looked into it and couldn't find any python module to do that; the closest I got was some Windows-only code. At this time, that just doesn't seem possible.

In addition, I emailed the developer of the kinetic scrolling widget used in MyTube, etc., and here's his reply:

Quote:

Tony Maro <email address removed>

As they are derived from a gtk.drawingarea and not a container, you
can't directly embed widgets within it.

In fact if you could I doubt you'd be happy with the performance.
Drawing text is extremely slow - if I remember right in that code I'm
pre-generating the labels and bliting the image of the text as it
scrolls instead of drawing the text.


On 4/8/09, Brent Chiodo <email address removed> wrote:
> Hi,
>
> I'm writing a Python/PyGTK text viewing application and would like to use
> kinetic scrolling in a gtk.TextView. I've been using the mokoui2 widget
> (basically a drop in replacement for gtk.ScrolledWindow with kinetic
> scrolling) but have been unhappy with performance. I then came across your
> kinetic scrolling widget and thought the performance was superb. But, I just
> want to basically place the textview inside the kinetic scroller but that
> doesn't seem to be possible; is it? Can widgets be packed inside your
> kinetic scroller or not?
>
>
> Thanks,
>
> Brent Chiodo
>

--
Sent from my mobile device

Tony Maro
http://www.ossramblings.com/

BrentDC 2009-04-09 00:53

Re: Quick Clip 0.2 Released!
 
Quote:

Originally Posted by Laughing Man (Post 276287)
Hmm, do you know if there's anyway to get the default file manager to recognize folders with a . in them? If not I guess I'll just change the folder.

Sorry, I never saw this post. I don't think there is any way for the built-in file-manager to see hidden files, but don't worry, the next version of QC will be placing files in /home/user/MyDocs/Quick_Clip/ by default,, so they'll be easily viewable by all software :)

lm2 2009-04-09 01:01

Re: Quick Clip 0.2 Released!
 
does the delicious plugin not offer any useful code in that regard?

BrentDC 2009-04-09 01:32

Re: Quick Clip 0.2 Released!
 
Quote:

Originally Posted by lm2 (Post 278486)
does the delicious plugin not offer any useful code in that regard?

The problem is, is that plugin is written in C and my applet is in Python. Even if I did find the correct call to get the title of the active window, I couldn't use it in my program (I would need a "python binding" to that call, and I don't think there is any).


All times are GMT. The time now is 12:16.

vBulletin® Version 3.8.8