You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
first of all: Great Idea to capsulate the MT.D with your features.
AND: Sorry for my bad english!
I have two problems with your sample solution.
The solution does not compile. There are two errors in the "rootelement" class
After workaround this errors, there is another error in the running sample project that i could not fix/find:
2. When i tapp to a "RadioElement",
e.g. from the form of the "AllElements.cs" from your code: { "type":"RadioElement", "caption":"RadioElement", "pop":true, "selected":2, "items":["item 0", ...., "item 4"] })
the application freeze, no new screen/Popup or whatever. Also in a debug session, I don`t find a solution for this issue.
Hope anyone can help...
The text was updated successfully, but these errors were encountered:
Thanks for the message, @duffy248 .. I've been using this library pretty intensively on some of my projects, without worrying about the test app, as I was pretty sure nobody else was using this. I'll try to look into it later.
Hello @escoz ,
i think, the problem is NOT the sample App. Even when i make a new own project on top of your framework, the "Radioelement" dosn't work (freeze the App).
By the way: I use the iOS 6.1 SDK (wich came with the Xcode 4.6 installation) under MonoTouch 6.0.10 .
Hello,
first of all: Great Idea to capsulate the MT.D with your features.
AND: Sorry for my bad english!
I have two problems with your sample solution.
After workaround this errors, there is another error in the running sample project that i could not fix/find:
2. When i tapp to a "RadioElement",
e.g. from the form of the "AllElements.cs" from your code: { "type":"RadioElement", "caption":"RadioElement", "pop":true, "selected":2, "items":["item 0", ...., "item 4"] })
the application freeze, no new screen/Popup or whatever. Also in a debug session, I don`t find a solution for this issue.
Hope anyone can help...
The text was updated successfully, but these errors were encountered: