OK
Pages: 1 2 3 4 5
Rating:
11.88
Thread Listing » AWN Applets
Stacks again, but now in python
#13639 by Thoop (0.2307) posted on 1:34pm Monday, October 15th, 2007
( no avatar )
I think moving out of the stack would be the most convenient (if doable)
[Q]

Score: 0 points
Any particular reason?
#13666 by davim (0.9996) posted on 6:00pm Monday, October 15th, 2007
I liked the browsing abilities of the first stack applet and the scrolling effect was also very nice :)
[Q]



I think the scrolling is really important. And for the folder backend it would be really nice to have the browsing back D I find it very useful and I use it a lot!...
[Q]



and will this applet support .desktop files, like the old one used to??
[Q]



btw: I also like the idea of having an option to display a stack of mounted external drives, like usb pen drives, memory cards CDs etc..
[Q]



thanks for your work!
[Q]



*Edited at 6:04pm, 10/15/07
Score: 0 points
Any particular reason?
#13667 by Decline (0.9207) posted on 6:25pm Monday, October 15th, 2007
As long as it's not nr.1! OSX used such methods for a while, where you would delete dock elements by dragging them off the dock. Firstly, it opens up for mistakes while working fast, and secondly not all users would expect this behaviour. Personally I would expect either a copy or a symlink of the file to be created on the desktop when dragging it outside the dock.
[Q]

Score: 0 points
Any particular reason?
#13670 by davim (0.9996) posted on 6:46pm Monday, October 15th, 2007
Decline said:
As long as it's not nr.1! OSX used such methods for a while, where you would delete dock elements by dragging them off the dock. Firstly, it opens up for mistakes while working fast, and secondly not all users would expect this behaviour. Personally I would expect either a copy or a symlink of the file to be created on the desktop when dragging it outside the dock.
[Q]



I agree, I like it as it is its intuitive and having different behaviours for different backends would bring confusion.
[Q]



Note regarding my last post: I think that the scrolling and browsing brought some innovation to the stacks concept by Apple and that's really important if you don't want to be accused of being just copying Apple's stacks!!!
[Q]

Score: 0 points
Any particular reason?
#13719 by Timon (1.0000) posted on 2:34am Tuesday, October 16th, 2007
spanella47 said:
#3 seems to make the most sense. using a trash icon resembles deleting files too much. and pulling out of the stack would make more sense to either move the file or create new link where it is dragged.
[Q]



I implemented this in the lastest release. Only I need to implement that the dialog "restructures" on a clear, because for now, you first have to close & open the dialog to see the result.
[Q]

Score: 0 points
Any particular reason?
#13722 by Timon (1.0000) posted on 5:07am Tuesday, October 16th, 2007
I just pushed the bzr revision to 100.
I guess with this update, the core of the applet is becoming mature.
[Q]



There still might be some annoying bugs around there, so let me know. And I am also in for new ideas/features, but I do not plan to turn the applet into a filemanager again.
[Q]



Note: the "individual item" clear is not working properly yet.
[Q]



*Edited at 5:08am, 10/16/07
Score: 0 points
Any particular reason?
#13733 by ryancr (1.0000) posted on 9:02am Tuesday, October 16th, 2007
I get this now when activating the stack applet:
[Q]



 

File "/usr/lib/awn/applets/stacks/stacks.py", line 668, in __init__
os.mknod(self.backend_uri.path)
OSError: [Errno 13] Permission denied

[Q]

Score: 0 points
Any particular reason?
#13734 by ryancr (1.0000) posted on 9:09am Tuesday, October 16th, 2007
ah it looks like the ~/.config/awn/stacks directory didn't get executable permissions when created:
[Q]



drw------- 2 4096 2007-10-16 09:00 stacks
[Q]

Score: 0 points
Any particular reason?
#13735 by ryancr (1.0000) posted on 9:14am Tuesday, October 16th, 2007
Not sure how hard this would be, but since were going to have a right click menu, would it be possible to have a "Open With.." like the current right click menu in gnome.
[Q]



*Edited at 9:14am, 10/16/07
Score: 0 points
Any particular reason?
#13737 by Timon (1.0000) posted on 10:42am Tuesday, October 16th, 2007
ryancr said:
ah it looks like the ~/.config/awn/stacks directory didn't get executable permissions when created:
[Q]



Thanks for pointing out this bug. In future builds this will not be a problem.
[Q]



ryancr said:
Not sure how hard this would be, but since were going to have a right click menu, would it be possible to have a "Open With.." like the current right click menu in gnome.
[Q]



I might look into it when other things are more stable. It depends on what bindings gnome provides.
[Q]

Score: 0 points
Any particular reason?
#13739 by moonbeam (1.0000) posted on 11:09am Tuesday, October 16th, 2007
( no avatar )
Just want to say good job. Much, much more stable and faster than the previous incarnation.
[Q]



Thanks,
[Q]
Score: 0 points
Any particular reason?
#13743 by ryancr (1.0000) posted on 12:08pm Tuesday, October 16th, 2007
moonbeam said:
Just want to say good job. Much, much more stable and faster than the previous incarnation.
[Q]



Yeah ditto, I am very happy with this new version.
[Q]

Score: 0 points
Any particular reason?
#13746 by mhr3 (0.9957) posted on 1:03pm Tuesday, October 16th, 2007
ryan / gilir: Could you accept me into awn-extras, I'd like to commit some fixes for the old stack, starting with the speed optimizations.
[Q]

Score: 0 points
Any particular reason?
#13808 by zniavre (0.1653) posted on 2:53am Wednesday, October 17th, 2007
( no avatar )
Traceback (most recent call last):
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 843, in <module>
applet = Stacks (awn.uid, awn.orient, awn.height)
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 133, in __init__
self.get_config()
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 363, in get_config
self.config_icon_size)
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 678, in __init__
os.mknod(self.backend_uri.path)
OSError: [Errno 13] Permission non accordée
[Q]




i get this with rev 104
[Q]



no stacks for me (so sad)
[Q]

Score: 0 points
Any particular reason?
#13809 by Timon (1.0000) posted on 3:13am Wednesday, October 17th, 2007
zniavre said:
Traceback (most recent call last):
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 843, in <module>
applet = Stacks (awn.uid, awn.orient, awn.height)
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 133, in __init__
self.get_config()
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 363, in get_config
self.config_icon_size)
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 678, in __init__
os.mknod(self.backend_uri.path)
OSError: [Errno 13] Permission non accordée
[Q]



I will try to fix it:
it's about the config path:
~/.config/awn/stacks/<some number>
[Q]



Can you tell me if the dir "~/.config/awn/stacks" exists?
If you create that one manually I guess it should fix your problem.
[Q]

Score: 0 points
Any particular reason?
#13811 by zniavre (0.1653) posted on 3:38am Wednesday, October 17th, 2007
( no avatar )
/home/zniavre/.config/awn/stacks exists on my /home folder but without any numbers at the end
[Q]

Score: 0 points
Any particular reason?
#13812 by Timon (1.0000) posted on 3:40am Wednesday, October 17th, 2007
and what are the permissions of that "stacks" folder?
is it writable?
[Q]



Because the error basically says it is not allowed to create the config file.
[Q]

Score: 0 points
Any particular reason?
#13813 by zniavre (0.1653) posted on 3:43am Wednesday, October 17th, 2007
( no avatar )
hooo yes!!!
was not writable
noW it's working nicely thank you
[Q]



in fact i was wondering wich folder was permission denied
thank you Timon
[Q]





*Edited at 3:45am, 10/17/07
Score: 0 points
Any particular reason?
#13919 by Timon (1.0000) posted on 3:58am Friday, October 19th, 2007
With rev. 105 I released a big update.
I solved some bugs, and tried to support gnomevfs completely, so now you can even drag links from your browser (ie. it works with firefox) to the stack. The "remove/clear" functionality has also improved.
[Q]



I hope I did not introduce other bugs, but if so report it please.
[Q]

Score: 0 points
Any particular reason?
#13920 by SilentStorm (0.7632) posted on 4:35am Friday, October 19th, 2007
Seems to be working fine here.
[Q]



Some remarks on thing I saw in 'folder-mode':
[Q]



- alt-dragging a file on to the stack doesn't create a link to the file, is there an other way?
[Q]



- There is a problem with keeping the content of in the stack up to date with the real content of the folder
after playing around with it (moving and copying some files) al the files stayed in the stack although they weren't in the folder.
[Q]



Otherwise it's really fast and stable for me.
Really love it!! thx
[Q]

Score: 0 points
Any particular reason?
#13921 by Timon (1.0000) posted on 4:41am Friday, October 19th, 2007
SilentStorm said:
- alt-dragging a file on to the stack doesn't create a link to the file, is there an other way?
[Q]



Just play with your "modifier keys". For me, it is CRTL+ALT+SHIFT -> drag to create a link. Watch the tiny mouse-icon.
[Q]



SilentStorm said:
- There is a problem with keeping the content of in the stack up to date with the real content of the folder
after playing around with it (moving and copying some files) al the files stayed in the stack although they weren't in the folder.
[Q]



I have this issue as well. I need to find out how to handle the gnomevfs uris the samen in all places. Personally I experience problems with special characters in filenames, like spaces.
[Q]

Score: 0 points
Any particular reason?
#13922 by SilentStorm (0.7632) posted on 4:59am Friday, October 19th, 2007
Timon said:
Just play with your "modifier keys". For me, it is CRTL+ALT+SHIFT -> drag to create a link. Watch the tiny mouse-icon.
[Q]



I did, tried with everything off and on, but then I noticed that when I was putting them in the off position and I reopened the preferences they were back on?
[Q]



Anyhow,
normal dragging on the stack icon --> copy
shift dragging on the stack icon --> move
ctr dragging on the stack icon --> copy
alt dragging on the stack icon --> nothing
[Q]



Timon said:
I have this issue as well. I need to find out how to handle the gnomevfs uris the samen in all places. Personally I experience problems with special characters in filenames, like spaces.
[Q]



the file name in my 'little experiment' was moonhi.jpg so I don't think that should be a problem,
[Q]



Score: 0 points
Any particular reason?
#13923 by Timon (1.0000) posted on 5:17am Friday, October 19th, 2007
SilentStorm said:
I did, tried with everything off and on, but then I noticed that when I was putting them in the off position and I reopened the preferences they were back on?
[Q]



That should not happen, but does not have to do with your problem. Maybe I was not clear, but also use COMBINATIONS of your modifier keys. So, push them at the same time.
[Q]

Score: 0 points
Any particular reason?
#13924 by SilentStorm (0.7632) posted on 5:20am Friday, October 19th, 2007
Timon said:
That should not happen, but does not have to do with your problem. Maybe I was not clear, but also use COMBINATIONS of your modifier keys. So, push them at the same time.
[Q]



Drag + Shift + Ctrl brings up the link cursor
but it still doesn't create the link :s
[Q]

Score: 0 points
Any particular reason?
#13926 by Timon (1.0000) posted on 5:45am Friday, October 19th, 2007
You were right, it did not work.
With rev. 107 it is fixed.
[Q]

Score: 0 points
Any particular reason?
#13945 by ryancr (1.0000) posted on 8:48am Friday, October 19th, 2007
I am not sure if this is just me or not but I can't seem to compile the latest bzr.
[Q]



make[4]: *** No rule to make target `stacksbackend.py', needed by `all-am'. Stop.
[Q]

Score: 0 points
Any particular reason?
#13946 by MarkoN (0.1624) posted on 8:51am Friday, October 19th, 2007
( no avatar )
Same problem here.
[Q]

Score: 0 points
Any particular reason?
#13948 by Timon (1.0000) posted on 9:53am Friday, October 19th, 2007
Weird. Guess I didn't pay attention when to commit changes. Somehow that file got lost. I uploaded it again. Sorry!
[Q]

Score: 0 points
Any particular reason?
#13951 by ryancr (1.0000) posted on 10:43am Friday, October 19th, 2007
Ok when loading stacks I get this:
[Q]



Traceback (most recent call last):
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 480, in <module>
applet = Stacks (awn.uid, awn.orient, awn.height)
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 88, in __init__
self.effects = self.get_effects()
AttributeError: 'Stacks' object has no attribute 'get_effects'
[Q]

Score: 0 points
Any particular reason?
#13960 by plunn (1.0000) posted on 1:00pm Friday, October 19th, 2007
Compiles and install ok for me. (awn-extras rev 108)
[Q]





Score: 0 points
Any particular reason?
#13988 by thenriques45 (0.1887) posted on 5:04pm Friday, October 19th, 2007
( no avatar )
Hello everybody.
[Q]



I'm getting this error when I try to load the stack applet that came with the latest bzr awn-extras:
[Q]



File "/usr/local/lib/awn/applets/stacks/stacksvfs.py", line 257, in _create
gnomevfs.create(self.vfs_uri, gnomevfs.OPEN_WRITE)
gnomevfs.NotFoundError: Arquivo não encontrado
[Q]



Anyone know how to solve?
[Q]



Thanks
[Q]

Score: 0 points
Any particular reason?
#13990 by bumbleskull (0.5586) posted on 5:39pm Friday, October 19th, 2007
( no avatar )
just a guess but libgnomevfs and libgnomevfs-dev are probably dependencies and you are probably missing them
[Q]

Score: 0 points
Any particular reason?
#13991 by thenriques45 (0.1887) posted on 5:49pm Friday, October 19th, 2007
( no avatar )
bumbleskull said:
just a guess but libgnomevfs and libgnomevfs-dev are probably dependencies and you are probably missing them
[Q]



I checked here. Both are installed. Just to inform, I'm running Gutsy here.
[Q]

Score: 0 points
Any particular reason?
#14001 by Onilton (0.9977) posted on 6:28am Saturday, October 20th, 2007
Is filebrowser from awn-extras still working for you?
[Q]

Score: 0 points
Any particular reason?
#14006 by thenriques45 (0.1887) posted on 7:26am Saturday, October 20th, 2007
( no avatar )
Onilton said:
Is filebrowser from awn-extras still working for you?
[Q]



Yes, filebrowser works fine
[Q]

Score: 0 points
Any particular reason?
#14017 by Timon (1.0000) posted on 12:19pm Saturday, October 20th, 2007
thenriques45 said:
File "/usr/local/lib/awn/applets/stacks/stacksvfs.py", line 257, in _create
gnomevfs.create(self.vfs_uri, gnomevfs.OPEN_WRITE)
gnomevfs.NotFoundError: Arquivo não encontrado
[Q]



I committed a fix that ensures that the configuration directory (~/.config/stacks) does exist. If that is not the problem, report back to me again please.
[Q]

Score: 0 points
Any particular reason?
#14019 by Timon (1.0000) posted on 12:28pm Saturday, October 20th, 2007



Sorry, that was a typo.
I meaned: ~/.config/awn/stacks
I did not notice the stucture as it is now, so I will move the config dir to:
~/.config/awn/applets/stacks
[Q]



*Edited at 12:29pm, 10/20/07
Score: 0 points
Any particular reason?
#14021 by StrangeQuark (0.3926) posted on 1:01pm Saturday, October 20th, 2007
Two points of improvement:
[Q]



* When a custom applet icon is chosen, resize it to the bar's size before using it.
[Q]



* Sort .desktop icons by their Name attribute, rather than their file name.
[Q]

Score: 0 points
Any particular reason?
#14022 by baldmonkey (0.4036) posted on 1:06pm Saturday, October 20th, 2007
I'm having a strange problem with stacks, for some reason it keeps on playing whatever animation I have selected for attention in awn-manager.
[Q]



It doesn't seem to matter if I click on the applet, it doesn't stop.
[Q]



Any ideas?
[Q]

Score: 0 points
Any particular reason?
#14038 by Timon (1.0000) posted on 3:55pm Saturday, October 20th, 2007
baldmonkey said:
I'm having a strange problem with stacks, for some reason it keeps on playing whatever animation I have selected for attention in awn-manager.
[Q]



That was fixed in one of the latest bzr revisions. The "time" module was accidently left out of the script.
[Q]



*Edited at 1:20am, 10/21/07
Score: 0 points
Any particular reason?
#14046 by thenriques45 (0.1887) posted on 7:03pm Saturday, October 20th, 2007
( no avatar )
Timon said:
Sorry, that was a typo.
I meaned: ~/.config/awn/stacks
I did not notice the stucture as it is now, so I will move the config dir to:
~/.config/awn/applets/stacks
[Q]



Hey, thanks a lot. It work nice know. Good job!
[Q]

Score: 0 points
Any particular reason?
#14059 by Timon (1.0000) posted on 1:18am Sunday, October 21st, 2007
StrangeQuark said:
* Sort .desktop icons by their Name attribute, rather than their file name.
[Q]



Done, thanks for poiting that out.
[Q]



StrangeQuark said:
* When a custom applet icon is chosen, resize it to the bar's size before using it.
[Q]



Now that I looked into it, I saw that only on setting the empty icon, it was resized. Thanks again.
[Q]

Score: 0 points
Any particular reason?
#14061 by StrangeQuark (0.3926) posted on 1:55am Sunday, October 21st, 2007
No problem, thanks for fixing!
[Q]

Score: 0 points
Any particular reason?
#14129 by StrangeQuark (0.3926) posted on 5:31am Monday, October 22nd, 2007
A useful feature would be to have "sort by" option.
It would make finding the most recently added file in my download stack a bit easier.
[Q]

Score: 0 points
Any particular reason?
#14149 by Nukeador (0.1615) posted on 9:50am Monday, October 22nd, 2007
( no avatar )
I also get this when I try to load staks applet:
[Q]



Traceback (most recent call last):
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 480, in <module>
applet = Stacks (awn.uid, awn.orient, awn.height)
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 88, in __init__
self.effects = self.get_effects()
AttributeError: 'Stacks' object has no attribute 'get_effects'
[Q]

Score: 0 points
Any particular reason?
#14150 by Timon (1.0000) posted on 10:17am Monday, October 22nd, 2007
Nukeador said:
Traceback (most recent call last):
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 480, in <module>
applet = Stacks (awn.uid, awn.orient, awn.height)
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 88, in __init__
self.effects = self.get_effects()
AttributeError: 'Stacks' object has no attribute 'get_effects'
[Q]



ryancr also got that error. It really seems to have nothing to do with the stacks applet. It's a call to the libawn library. So, I guess, either you do not have the latest version of avant-window-navigator, or something is wrong with you python (bindings).
[Q]



So, do you have recent (what?) versions of avant-window-navigator and awn-extras?
[Q]

Score: 0 points
Any particular reason?
#14429 by spanella47 (0.4119) posted on 5:08pm Thursday, October 25th, 2007
would it be possible to make a custom label for stacks, to more quickly distinguish between multiple stacks.
[Q]




also for a folder backend to stacks, in the spirit of the user being naive to what goes on behind the scenes in the filesystem (a la Rythymbox, f-spot, etc): There would be a default folder created such as ~/.awn/stacks/stack1, then /stack2, etc (or the custom label from above) where everything moved into the stack would be moved, copied, linked there. The files would in all purposes be ON the bar and everything else would work the same as it currently does. If removing the stack, user could be prompted (like the file backend does) to delete the contents or move them somewhere else. - problem here is the ease of removing within awn-manager
[Q]



User could be given the choice to set a specific folder if desired.
[Q]



just a thought i had due to my own confusion about where to place a folder i didnt want to exist in the first place, since i wanted the files to be ON the bar. I think of it as a temporary spot for files i'm using frequently and will organize into other folders later.
[Q]



Note: if changed to operate like this, would be also nice to be able to make folder the default.
[Q]

Score: 0 points
Any particular reason?
#14477 by spanella47 (0.4119) posted on 9:11am Friday, October 26th, 2007
any thoughts?
[Q]

Score: 0 points
Any particular reason?
#14505 by Sewage (0.6605) posted on 4:28pm Friday, October 26th, 2007
I am not sure if this is possible but I think it'd be pretty nice if a number was shown over the icon representing the number of objects in the specific stack (Similar to how Pidgin does it). I was thinking it would be fine in the scroll over text title if that's easier though.
[Q]



It'd be nice to know how much is in the stack with out having to count.
[Q]

Score: 0 points
Any particular reason?
#14546 by StrangeQuark (0.3926) posted on 6:59am Saturday, October 27th, 2007
Thank you soooo much for adding the pages option!
[Q]

Score: 0 points
Any particular reason?
#14624 by spanella47 (0.4119) posted on 11:34am Sunday, October 28th, 2007
is it possible to drag-n-drop files into a folder within a stack? Like for instance I have a stack containing folders I use for school, and want to be able to drag files into the folders.
[Q]



also looks like filemanager is completely static and doesn't register changes in folders. needs to be restarted to see a new file.
[Q]

Score: 0 points
Any particular reason?
#14626 by mhr3 (0.9957) posted on 11:57am Sunday, October 28th, 2007
spanella47 said:
also looks like filemanager is completely static and doesn't register changes in folders. needs to be restarted to see a new file.
[Q]



Yea for filebrowser the monitoring was causing crashes, that's why it's disabled atm.
[Q]

Score: 0 points
Any particular reason?
#14665 by Onilton (0.9977) posted on 2:45pm Sunday, October 28th, 2007
mhr3 said:
Yea for filebrowser the monitoring was causing crashes, that's why it's disabled atm.
[Q]



Any plans of enabling it?
[Q]

Score: 0 points
Any particular reason?
#14686 by mhr3 (0.9957) posted on 3:05pm Sunday, October 28th, 2007
Onilton said:
Any plans of enabling it?
[Q]



As soon as it's fixed...
[Q]

Score: 0 points
Any particular reason?
#15185 by Photon (0.6711) posted on 6:51am Wednesday, October 31st, 2007
( no avatar )
In the last time (don't know since which revision) Stacks doesn't work any more. I get the following output (and a one pixel line) when trying to add it:
[Q]



 
Creating new applet :None uid:None
Creating new applet :/usr/local/lib/awn/applets/stacks.desktop uid:1193838434
[Q]



** (awn-applet-activation:6035): WARNING **: This desktop file does not exist None
[Q]



Traceback (most recent call last):
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 647, in <module>
applet = Stacks (awn.uid, awn.orient, awn.height)
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 116, in __init__
self.backend_get_config()
File "/usr/local/lib/awn/applets/stacks/stacks.py", line 634, in backend_get_config
self.config_backend, self.config_icon_size)
File "/usr/local/lib/awn/applets/stacks/stacksbackend.py", line 285, in __init__
Backend.__init__(self, applet, uri, icon_size)
File "/usr/local/lib/awn/applets/stacks/stacksbackend.py", line 84, in __init__
self._create_or_open()
File "/usr/local/lib/awn/applets/stacks/stacksbackend.py", line 292, in _create_or_open
self.handle = gnomevfs.Handle(self.backend_uri.as_uri(), mode)
gnomevfs.IsDirectoryError: Ist ein Verzeichnis
[Q]



[Q]

Score: 0 points
Any particular reason?
#15281 by zniavre (0.1653) posted on 2:33pm Wednesday, October 31st, 2007
( no avatar )
hello i got last rev of awn and awn extra this new staxks does not work and display the white line
i hav a traceback here http://paste.ubuntu-nl.org/42849/
[Q]



hope it could be helpfull to make it running
[Q]



good evening :o)
[Q]

Score: 0 points
Any particular reason?
#15321 by fulvio (0.1664) posted on 3:50am Thursday, November 01st, 2007
( no avatar )
same white line behaviour for me here, but with this error instead:
[Q]



Traceback (most recent call last):
File "/usr/local/lib/awn/applets/stacks/stacks_applet.py", line 37, in ?
from stacks_backend_folder import *
File "/usr/local/lib/awn/applets/stacks/stacks_backend_folder.py", line 63
src_lst = [], dst_lst = []
SyntaxError: can't assign to []
[Q]



RESOLVED WITH 154.
[Q]






*Edited at 8:33am, 11/01/07
Score: 0 points
Any particular reason?
#15366 by Photon (0.6711) posted on 12:15pm Thursday, November 01st, 2007
( no avatar )
Yes, resolved here, too. Another question: Is there any possibility to remove files directly from the Stack? :) It would be very cool if you could remove them with the mddle mouse button (like closing tabs in Firefox).
[Q]

Score: 0 points
Any particular reason?
#16685 by searayman (1.0000) posted on 6:27pm Thursday, November 15th, 2007
any plans to maybe let the stack fan out liek the leopard verison?
[Q]



I think maybe try looking at the code for the weather applet with the curve look.
[Q]



then just have it fan up and out liek leopard but have the files withouth the black boxes the weather applet has aroudn the weather.
[Q]



that woudl be pretty nifty
[Q]
Score: 0 points
Any particular reason?
#16686 by isaac_j87 (1.0000) posted on 7:12pm Thursday, November 15th, 2007
searayman said:
I think maybe try looking at the code for the weather applet with the curve look.
[Q]



Might be a tad bit harder than that, but it's worth a shot :)
[Q]



I might look at it this weekend...
[Q]

--
-Isaac
Score: 0 points
Any particular reason?
Pages: 1 2 3 4 5
Thread Listing » AWN Applets » Stacks again, but now in python

Post A Reply:

Anonymous posting has been disabled. Please register first before attempting to post.
Powered by Metaforum ©2004-2010
Get your own Free AJAX Forum Messageboard by visiting the offical site.
.