Titanium-Calendar icon indicating copy to clipboard operation
Titanium-Calendar copied to clipboard

conflict between ti.barcode and com.ti.calendar

Open soriyanykeo opened this issue 13 years ago • 4 comments

Hello,

Is there any Calendar modules in Titanium for iOS? stelford calendar module is good to what i need. But It has a conflict when I use two modules between com.ti.calendar and ti.barcode: com.ti.calendar ti.barcode

Here is the error that i got :

[INFO] Compiling JavaScript...one moment [INFO] No JavaScript errors detected. [INFO] One moment, building ... [INFO] Detected third-party module: com.ti.calendar/0.1 [INFO] Detected third-party module: ti.barcode/1.0 [INFO] Titanium SDK version: 1.7.0 [INFO] iPhone Device family: iphone [INFO] iPhone SDK version: 4.2 [INFO] iPhone simulated device: iphone [ERROR] [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.7.0/iphone/builder.py", line 1141, in main execute_xcode("iphonesimulator%s" % link_version,["GCC_PREPROCESSOR_DEFINITIONS=LOG__ID=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s %s" % (log_id,sdk_version,debugstr)],False) File "/Library/Application Support/Titanium/mobilesdk/osx/1.7.0/iphone/builder.py", line 1058, in execute_xcode output = run.run(args,False,False,o) File "/Library/Application Support/Titanium/mobilesdk/osx/1.7.0/iphone/run.py", line 39, in run sys.exit(rc) SystemExit: 1

How can I use both modules in my app? Any solutions to solve this problem?

Thanks,

Soriyany

soriyanykeo avatar Apr 22 '11 19:04 soriyanykeo

Hey soriyanykeo, I don't use Titanium anymore (lack of good developer documentation) but I don't see how you would be getting a conflict between those two modules. Have you tried making the app with one, then the other, then both at the same time ? In other words, are you -sure- that it's a conflict between the two modules and not something else ?

I wonder how Ti deals with multiple user contributed modules in one app. Sadly, I don't know that much about it. Again, mostly due to the lousy documentation :(

Regards S. (ps. more detailed logs would be helpful)

PoseDev avatar Apr 22 '11 22:04 PoseDev

Thanks very much for your response :))

Yes, I have tried making the app with one and it works. But it has a problem when I use both at the same time on the app :(

Do know any sources or modules for add calendar on iphone calendar?

Thanks

Soriyany.

soriyanykeo avatar Apr 22 '11 23:04 soriyanykeo

Hi Soriyany, I have the same problem. And I dont know a solution. I have also a problem in relation with modul tibar and sharekit from Rubens. The calendar module can I start alone.

Rainer

kontaktschmied avatar Jul 14 '11 13:07 kontaktschmied

hello ! https://github.com/stelford/Titanium-Calendar work fine i can add: 1. Start Date 2. End Dtate 3. location 4. title Is there any idea how to set Alert to the created event ? because when the Event is created the Alert is set NONE thanks for your help !! Godd Job !!!

adndev avatar May 01 '12 12:05 adndev