Questions tagged [marmalade-iwui]

4 questions
1
vote
1 answer

create basic controls on windows phone using marmalade sdk 6.3.1

i want to design sample form for in windows phone 8 like below screen shot: below code for hello world example // Include header files for S3E (core system) and IwGx (rendering) modules #include "s3e.h" #include "IwGx.h" // Standard C-style entry…
Stack Overflow User
  • 4,052
  • 6
  • 29
  • 47
0
votes
1 answer

Marmalade C++ Testing on iPhone 5 (iOS 7.1.2): Can`t get past splash screen in debug

so I have been working with Marmalade for a while now, and have now gone to testing. On android so far, I tested two example applications included in the SDK, called IwNUIBasicApplication, and IwNUIKitchenSink. I also tested a third simple…
hansa
  • 139
  • 2
  • 13
0
votes
2 answers

Error with GetChildNamed("xxxx")

I'm playing with IwUI RSS sdk sample. I made a change of adding a link label to feed page (2nd page). I made this change by copying the description CIwUILabel block and renaming it to say 'linkLabel' and accordingly added that as an element to the…
Codie
  • 464
  • 2
  • 5
  • 16
0
votes
1 answer

Marmalade IwUIController causes crash when accessing IwUIElement objects

I created an app that works which is similar to the examples from the Marmalade SDK. Then I tried to move the IwUIController derived class in a separate files .h/.cpp to clean the code up a bit but I get a crash every time I try to access any…
Zingam
  • 4,498
  • 6
  • 28
  • 48