rainerc / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
1 stars 0 forks source link

using ComicRack YesNo types #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
like: BlackAndWhite, MangaYesNo etc.

Original issue reported on code.google.com by rainer.c...@googlemail.com on 17 Apr 2013 at 12:26

GoogleCodeExporter commented 9 years ago
I saw on the ComicRackForums you found out how to Import the YesNo and MangaYes 
no into python. but he didn't give you all the values for them. here they are

YesNo.Yes
YesNo.No
YesNo.Unknown

MangaYesNo.Unknown
MangaYesNo.Yes
MangaYesNo.YesAndRightToLeft
MangaYesNo.No

I've already started incorporating these into the GUI (will be finished very 
soon)
so just waiting on you to weave them into the main program.

here is an updated dataman.ini that I am using to incorporate LanguageISO, 
YesNo and MangaYesNo into the GUI.

let me know what your final keys for these are, as the ones i've made in this 
ini are just suggestions.

Original comment by NiceziaVincent on 8 May 2013 at 4:34

Attachments:

GoogleCodeExporter commented 9 years ago
sorry had a typo in the last dataman.ini i uploaded

Original comment by NiceziaVincent on 8 May 2013 at 4:42

Attachments:

GoogleCodeExporter commented 9 years ago
Stonepaw @ CR forum:

You can import the YesNo and MangaYesNo types from ComicRack:

clr.AddReference("ComicRack.Engine")
from cYo.Projects.ComicRack.Engine import MangaYesNo, YesNo

book.BlackAndWhite = YesNo.Yes

Original comment by rainer.c...@googlemail.com on 8 May 2013 at 8:42

GoogleCodeExporter commented 9 years ago
Issue 43 has been merged into this issue.

Original comment by rainer.c...@googlemail.com on 8 May 2013 at 5:28

GoogleCodeExporter commented 9 years ago
fixed in 1.0.5

Original comment by rainer.c...@googlemail.com on 8 May 2013 at 9:21