Notices


Reply
Thread Tools
Posts: 39 | Thanked: 12 times | Joined on Feb 2010 @ Russia, Moscow
#31
I see Yes, I don't use them much too - in this case I couldn't create 'snxm' folder as there already were a file with the same name.

I've noticed one issue (which is not likely to affect anyone not using cyrillic layout) - when I create a note in Russian via website and then sync on my n900 I get these:

If I create it on the n900 first there seems to be no problem.

I'll try to look around myself though I'm not much of a programmer the problem seems to be rather common (ISO instead of cp1251 encoding)
I'll let you know if I can make it.

Last edited by Oleg; 2010-11-09 at 21:27.
 
Posts: 39 | Thanked: 12 times | Joined on Feb 2010 @ Russia, Moscow
#32
Oh, no I guess I must give it up already
Too hard for me
I'll provide any info and help if you have time to fix it.
 
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#33
Hmm, looks like a bug I already fixed and forgot to release :-(

Try this - open file "syncnotes.py" (in snxm/ui), line 270 should be:
title = body[0][:-1]
Replace it with :
title = unicode(body[0][:-1], 'utf-8')
Be careful to keep the indentation the same as with the lines above and below. If you don't have it already, use KhtEditor which is great for Python code.

Try again and tell me if it fixes the problem. if it does, I'll post an updated archive ASAP. Sorry !
__________________
maemo blog
 

The Following User Says Thank You to fpp For This Useful Post:
Posts: 39 | Thanked: 12 times | Joined on Feb 2010 @ Russia, Moscow
#34
Yes, it works now. Thank you!
 

The Following User Says Thank You to Oleg For This Useful Post:
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#35
Thanks for the confirmation. Time for a 1.0.2 update :-)
 
Posts: 39 | Thanked: 12 times | Joined on Feb 2010 @ Russia, Moscow
#36
Great!
The application is already fully functional as far as I can tell.
I have one suggestion. Have you considered making it only allow one instance running simultaneously?
 
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#37
Hmm, no. That is the problem with apps you make for yourself: you design them according to the way you're going to use them, and most of the time you'll be surprised by what other users can come up with :-)
I'll add it to the Todo list for V2...
__________________
maemo blog
 

The Following User Says Thank You to fpp For This Useful Post:
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#38
Updated first post whith new 1.0.2 archive attached. Thanks Oleg.
__________________
maemo blog
 

The Following User Says Thank You to fpp For This Useful Post:
Posts: 9 | Thanked: 1 time | Joined on Nov 2010
#39
Thank you very much for this. It really helped me.
 
Posts: 18 | Thanked: 6 times | Joined on Oct 2010
#40
Great app, extremely useful! I just upgraded to 1.02 and I have a small request: selected text should be colored (blue/orange/whatever), not white.
 
Reply

Thread Tools

 
Forum Jump


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