List Object Always fills screen width - R257.12 - iOS 6.1.3 - iPad 3

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Hey guys, just downloaded the new MMF2DEV update, ... a project of mine uses a list object, I was already limited to a certain size and placement, but the new update seems to make the list object the width of the screen regardless of whether the "Allways fill screen width" option is checked or not. (also, "allways" is a typo.. but idc about that lol)

    I've tried replacing the list object with a new one, and rebuilding the entire application and ended up with the same results. I haven't done much thorough testing past that, but I will continue. I just figured that I may as well ask around in the meantime.

    Is this a bug, or am I missing something?

    Thanks for the help as always!

  • Something's wrong with the LO, described a performance problem in the Beta forum, the LO also causes a FPS drop when scrolling.

    Please login to see this link.
    Please login to see this link.
    Please login to see this link.

  • Are there any solutions or alternatives to using this object? I have an app that I need to release in the next few weeks so if someone knows how to work around this, i'd be very grateful.

    Thanks

    [SIGPIC][/SIGPIC]
    Music Education for the 21st Century
    La pédagogie musicale au 21e siècle

  • MTCMusic - Not sure if this is fixed yet, but try registering your iOS Exporter on these forums (like you did with MMF2). This will give you access to the Owner's Lounge for iOS Exporter where you can download the latest Beta. If that doesn't fix it, you may have to mess with some files in Xcode:
    In Classes > Extensions > CRunkclist.m

    Change this line (around line 188)

    Code
    fillWidth = ((flags & LIST_IOS_NOTALWAYSFILLSCREEN) != 1);

    to

    Code
    fillWidth = 0;

    This should make all the list objects not fill the screen (or you can use 1 to make them all fill the screen)
    You just have to be careful to make this change every time you export a new XCode project or Final Xcode (it's fine for Application.CCI exports)
    Good luck with your app.

    Kevin Ayre Please login to see this link.
    My iOS Apps: Please login to see this link., Please login to see this link. and Please login to see this link.

  • Ok, here's a dumb question:

    Where do I go to register my IOS exporter and SWF exporter on these forums?????

    [SIGPIC][/SIGPIC]
    Music Education for the 21st Century
    La pédagogie musicale au 21e siècle

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!