Questions tagged [marmalade]

Questions related to Marmalade, a cross platform SDK, earlier known as Airplay SDK, developed by Ideaworks Game Studio, and later by GMO, and later stopped.

Marmalade was a cross platform SDK, earlier known as Airplay SDK, developed by Ideaworks Game Studio, and later by GMO.

Important Info:

  1. Marmalade has shutdown its SDK services in March 2017 to focus on in-house games. Read more about this at their official post.

  2. Ownership of the Marmalade SDK has been transferred to GMO, who now have full responsibility for its development and distribution: http://marmalade.shop/en/

  3. At some point between September 2017 and July 2018, GMO decided to stop further investment to Marmalade SDK. (source)

Tutorials:

http://www.drmop.com/index.php/marmalade-sdk/marmalade-sdk-tutorials/

246 questions
0
votes
1 answer

Marmalade and AppEasy

I wanted to know some general throughts about Marmalade and AppEasy. http://www.appeasymobile.com/ I've been following DrMop's tutorials on creating a game engine in Marmalade but noticed that since the tutorials he's gone on to make AppEasy(with…
Bushes
  • 1,010
  • 1
  • 18
  • 37
0
votes
2 answers

Context based transformation will be remembered means in marmalade sdk

I am a new bie in marmalade sdk, I am following this tutorial, I read this paragraph *Here we tell Iw2D to set the “current” transform to use when drawing “anything”. Remember that Iw2D is context based and this transform will be remembered, so if…
Muaz Usmani
  • 1,298
  • 6
  • 26
  • 48
0
votes
2 answers

URL Scheme: what kind of string results

I'm using Marmalade to develop iOS applications via VisualStudio and a PC. The integration of a social feature like HeyZap needs its initialization by the use of: loadHeyzap("YOUR_APP_ID_HERE","YOUR_APP_URL_HERE", true); App_ID is the ID as defined…
Zappescu
  • 1,429
  • 2
  • 12
  • 25
0
votes
2 answers

Marmalade App deployment to playbook ERROR

I'm using the Marmalade System Deployment Tool to (Package and Install) an App to my playbook. It's packaging properly but when it gets the deployment I get this error, (ERROR: error running blackberry-deploy) and this is the log error. SUCCESS:…
zataar
  • 199
  • 1
  • 1
  • 7
0
votes
1 answer

How to get total No. of players from Leaderboard

Is there any way I can get how many player has played my game and successfully reported the score on Leaderboard? I am currently working on Marmalade for iOS, so I'd prefer if you can let me know the solution in Marmalade. But if not possible,…
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184
0
votes
1 answer

Export animated flash objects to Marmalade SDK

How do I export (use) my animated vector objects (made with Flash Professional) at Marmalade SDK? I don't want to program animations.
xdonko
  • 269
  • 1
  • 3
  • 8
0
votes
1 answer

Change PhoneGap FileSystem Root Path

I'm wondering if there's any way to change PhoneGap's fileSystem object? I'm currently using Web Marmalade (which includes a modified PhoneGap in it) and window.requestFileSystem(LocalFileSystem.PERSISTENT...) returns "wm", rather than something…
chaindriver
  • 882
  • 3
  • 7
  • 15
0
votes
1 answer

AJAX XML load not working in Marmalade with local file

Just trying to load a simple XML file in my Marmalade web app (based on PhoneGap) with the following jQuery code: $.ajax({ type: "GET", url: "books.xml", dataType: "xml", success: function(xml) { alert("SUCCESS"); }, …
Lou Alicegary
  • 856
  • 7
  • 6
0
votes
2 answers

Using OpenGL ES 2.0 Extensions with Marmalade SDK

I want to use some of the non-standard GLES 2 extensions like 'GL_OES_vertex_array_object' but I can't find a way to use them with Marmalade SDK. I guess I have to initialize them with a marmalade related function like the wglGetProcAddress on…
Mustafa Korkmaz
  • 114
  • 1
  • 8
0
votes
1 answer

Creating Universal UI files

Is there any tutorial available for creating Universal UI which can run on iPad as well as iPhone on different resolution. I tried looking in the official documentation, but couldn't find anything about UI files.
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184
0
votes
1 answer

Exception Handling doesn't work

I am trying to use try-catch blocks to handle a divide-by-zero exception in marmalade, but I guess marmalade overrides c++ exception handling, so it's not working. I've searched on the forums and the solution seems to be that I have to add one…
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184
0
votes
1 answer

Does IwUI work with multi-touch?

Is it possible to set up 3 CIwButton widgets (let's say, "left", "right", "fire") and be able to use "left"/"right" while holding down the 'fire' button? Or would I need to write my own button class to do this?
Pratik Patel
  • 119
  • 8
0
votes
1 answer

How to get TapPoints of User

I am using marmalade extension for TapJoy and using the SDK and sample project from here. The function used here for getting TapPoints of user is: s3eResult TapjoyGetTapPoints(TapjoyGetTapPointsCallbackFn callbackFn, void* userData) Which…
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184
0
votes
1 answer

How to use UI component with EDK in Marmalade?

I need to extend Marmalade for UI component. Find below my requirement: I need to user WebView component or TextView component of iOS in my app for iPad. I want to know how to achieve this using EDK? I need to show particular UI component at…
Premal
  • 551
  • 1
  • 6
  • 25
-1
votes
1 answer

Marmalade - current build: x86 debug not found

I've just started using marmalade. I've set up all dependecies and head over to C++ tutorials. I opened up Stage1 and clicked 'Launch in simulator'. It gave me an error (pic in attachments). So I opened solution in VS 2015 Community and selected…
zguba
  • 3
  • 2
1 2 3
16
17