guannstar's Forum Posts

  • Hey everyone, I've got a big problem... I've got a button that works perfectly when I test it in chrome and firefox, but, when I test it using the Intel XDK emulator, (although all other buttons work) this one specific button doesn't seem to work at all (when you click on the button, which is called "BtnMode", three more buttons should show/pop up beside it, but they don't.)

    How it acts, when clicked on emulator (nothing happens):

    How it acts, when clicked on chrome and firefox (the buttons show up fine with no problems):

    Is there something wrong with this code (why is the 'On touched' command having no effect in the emulator)?

  • Hey all, what the heck happened to the XDK setup (it looks way different now)? Anyways... can someone tell me, what's the best/easiest way to export an app successfully nowadays?

    To begin with, what's the proper way to import a project?

    Thanks all!

  • Hey I just noticed another little problem...

    When I click on (or select) a month, and then, begin to click around in the area where the three sub-bar buttons are (hiding/invisibly) located... Well, if you click on them by accident while they're still hidden, they'll show up (become visible again) without having clicked on either the "Bars" (or "Sub Bars") button yet.

    What should I change in this code to make sure that the three sub-bar buttons only become visible when they're supposed to?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hey Yeah, you were right. Fixed it! Thanks man.

  • Hey There appears to be another slight problem now, that came out of nowhere:(...

    When I click on the the year '2015' and type in 10, it shows up on the graph fine.

    Like so.

    But when I click on another year like '2016'....

    ... and then click back on the year '2015', like so.

    The January bar/10 (along with all other bars, if I were to input the data for another month/bar) on the '2015' graph changes. The bar/s becomes much larger, in terms of height.

    What happened? All I've recently changed was the height of bars from 250 to 419. Do you know what's causing the problem?

    Thanks.

  • Hey korbaach, thanks a lot. Fixed it!

  • Hey korbaach, could you help me out? I have a little problem.

    The 'bar' only goes up to a certain height. It's scaled properly, but how can I change the max height that it goes up to?

    Can you show me with this capx? https://dl.dropboxusercontent.com/u/541 ... ample.capx

    Thanks man.

  • Please korbaach lol, I really need your help man. I just need to figure out these last few things.

  • Hey I sent you a smaller version of the capx (I sent it to you in a PM). It's less than 100 lines and it now has 4 layers. Can I get some help with it, please?

  • Hey korbaach! I've been working with you capx (I made a slide effect so that the buttons/menu/texbox are on the left and graph is on the left), but I still have a couple of problems:

    First off, on 'on start of layout', the 'TextYear' text shows, but the 'mimicTextYear' text behind it doesn't seem to act as a shadow until you click the up or down button. Second, when you press the 'BtnMode', the frames on the 'BtnSubBar' button all show the initial frame of 3-3-3, instead of 1-2-3. Lastly, when you press the 'BtnSubBar' buttons, the 'SUBbAR' object doesn't show up at all.

    Can you help me with this capx?

  • Hey korbaach! Yeah, thanks soo much. It's exactly what I envisioned. I've really learned a lot from you. Thanks again for all the help!

  • Hey korbaach! Wow, yeah. It looks great but, where's the month bars? I only see the three sub-bars for each month, but not the main month bars. Also, again, can I use/dl the capx to learn from (like I said before, I have a lot easier time learning the code, by playing around with the code... that way, I could change things and see the effects of what I do immediately).

  • I'm pretty sure I'll need two new textbox's actually rather than one. One to type in the sub-bar tag-name, and then another one to type in and specify a number amount.

  • Hey korbaach, I have another question here. It's about sub-bars. I'm curious, how would I go about creating three thinner sub-bars for/beside each month's bar, and based on what number you type into the new/extra textbox, it will effect one the three sub-bars beside the corresponding month's bar?

  • Hey, Thanks a lot man!