Notices


Reply
Thread Tools
Posts: 17 | Thanked: 15 times | Joined on May 2010
#391
Originally Posted by Creativetone View Post
VOTE FOR THE BUG!
Originally Posted by anders_gud
https://bugs.maemo.org/show_bug.cgi?id=8435
Ok, I voted

But can't anyone come up with a better version of that pressure.py program - maybe at least logging the co-ordinates of each press as well as the pressure?
 
Posts: 118 | Thanked: 297 times | Joined on Nov 2007
#392
Originally Posted by witchole View Post
Ok, I voted

But can't anyone come up with a better version of that pressure.py program - maybe at least logging the co-ordinates of each press as well as the pressure?
Just add:
print event.get_axis(gtk.gdk.AXIS_X)
print event.get_axis(gtk.gdk.AXIS_Y)
at line 26
 

The Following 2 Users Say Thank You to anders_gud For This Useful Post:
Posts: 69 | Thanked: 300 times | Joined on May 2010 @ Malaysia
#393
i do have abit of issue with mypaint. while i see mypaint should have those bar for "file" "edit" etc etc.. i dont have that. when i open that app, i only start with a new file.. and thats it.
 
Posts: 105 | Thanked: 23 times | Joined on Nov 2009
#394
Ok, question from a linux noob.

is mypaint 0.8.2 in extras-devel safe? as in, optified and not too many issues? would i still need to gain root and update anything?

Thank you.
 
Creativetone's Avatar
Posts: 502 | Thanked: 4,475 times | Joined on Feb 2010 @ Finland
#395
Originally Posted by slaxe View Post
i do have abit of issue with mypaint. while i see mypaint should have those bar for "file" "edit" etc etc.. i dont have that. when i open that app, i only start with a new file.. and thats it.
Hi! The "gtk_menu" is not the default...
You can get this different menu system,
if you just create new empty -file named "gtk_menu"
to the /home/user/.mypaint -folder.
There is somewhere instructions from that.. also.

Personally I prefer this "gtk_menu" not the default "hildonized" menu..

Phase 315 - I do not know if it is safe or not... but I use it anyway
I do not know update thing either... but I think that recent version
should be able to install fine on any fresh phone.
 

The Following User Says Thank You to Creativetone For This Useful Post:
Dousan's Avatar
Posts: 1,161 | Thanked: 1,707 times | Joined on Jan 2010 @ Denmark
#396
@phase 315 to add some to Tones post it's allways at your own risk installing anything from extras-devel and therefor the discalimer that goes with that repo. I havn't had any problems with installing mypaint and I feel it's save even though it's in extras-devel and it's still a app under development so hence the repo. No body have yet reported any bugs or bricks course of tgis app and i'm sure that will never come imho So yes i would recomend installing it if you're aware of the risk
 

The Following 3 Users Say Thank You to Dousan For This Useful Post:
Posts: 176 | Thanked: 149 times | Joined on Dec 2009
#397
Would it be possible to have both menus? If it's too much work don't bother, but I think it might help if people have both choices instead of having to make a blank file.
 
Posts: 28 | Thanked: 6 times | Joined on Jan 2010
#398
Created an Bugzilla account and voted
 
Posts: 17 | Thanked: 15 times | Joined on May 2010
#399
Originally Posted by anders_gud View Post
Just add:
print event.get_axis(gtk.gdk.AXIS_X)
print event.get_axis(gtk.gdk.AXIS_Y)
at line 26
Thanks Anders.

I changed that to the following in order to display all one one line

Code:
print "@(", int(event.get_axis(gtk.gdk.AXIS_X)), ",",
print int(event.get_axis(gtk.gdk.AXIS_Y)), ") p =",
and can confirm that a hard press produces a value around 0.04 and a light touch around 0.26

(PR1.1.1 on my phone, if that makes any difference).
 

The Following 3 Users Say Thank You to witchole For This Useful Post:
Dousan's Avatar
Posts: 1,161 | Thanked: 1,707 times | Joined on Jan 2010 @ Denmark
#400
Originally Posted by harp View Post
Would it be possible to have both menus? If it's too much work don't bother, but I think it might help if people have both choices instead of having to make a blank file.
I second that if it's not to much work or even possible

Btw is it only possible to have more save as extensions on the file in the gtk_menu than the hildonized version. I meen now when I save as in the gtk_menu i can save as .jpg and .png and other file formats or did that come with the .0.8.2? Maybe that info would change wich version ppl will use on their phone I for one like the gtk_menu over the hildonized one

Allso voted for the bug
 

The Following User Says Thank You to Dousan For This Useful Post:
Reply

Tags
mypaint, sketching


 
Forum Jump


All times are GMT. The time now is 13:08.