nerobot

Forum Replies Created

Viewing 15 posts - 646 through 660 (of 805 total)
  • Author
    Posts
  • in reply to: @Mark Sibly #5912

    nerobot
    Participant

    Don’t know about another user’s names with space,

    but link on Mark Sibly goto @admin. Maybe we can use it…

    in reply to: Ted2Go IDE #5800

    nerobot
    Participant

    Ok. Your system seem to be good. Wait for any other with such problem if any.

    in reply to: Custom MojoX View? #5798

    nerobot
    Participant

    It’s good to look at sources of mojox module to better undertanding.

    Maybe you’ll find some more suitable views to extend then the base View class.

    in reply to: Ted2Go IDE #5796

    nerobot
    Participant

    MikeHart, Please, post your PC config (but if prev version worked fine…).

    Does anyone have the same problem?

    in reply to: Playniax news #5769

    nerobot
    Participant

    Minor fixes only.

    in reply to: Example of config file using Reflection #5767

    nerobot
    Participant

    Good. But only single line strings worked with that plain-text.

    in reply to: Custom MojoX View? #5766

    nerobot
    Participant

    Did you attach this view to a window? Window class is an entry point for all your views.

    pseudocode:

    Also pay attention to some view-based classes have OnContentMouseEvent not a OnMouseEvent.

    in reply to: Playniax news #5765

    nerobot
    Participant

    Well done guys, keep up the good work! 🙂

    in reply to: Reflection questions #5745

    nerobot
    Participant

    🙂 🙂 🙂

    I know.. just need to be more attentive.

    in reply to: Reflection questions #5743

    nerobot
    Participant

    Oh.. really. I keep opened stack.monkey2 file and don’t see that it’s a class, omg..

    I found another error in my code, which I began to doubt in the stack work.

    Big Thanks, Mark!

    in reply to: Reflection crash trying to Get value #5741

    nerobot
    Participant

    You should to replace  setting.Get(Null)  with setting.Get(Self) because Null is used for Globals only.

    in reply to: Screwy windows 10 compile? #5740

    nerobot
    Participant

    I just moved Windows folder from products to my win10 desktop and run .exe – it’s worked.

    Only one my project depends on folders hierarchy – ted2go, it must be ‘near’ to modules and mx2cc.

    Don’t know what happen in your system.

    in reply to: Reflection questions #5737

    nerobot
    Participant

    I didn’t explain, sorry.

    All I need is remove value from stack. But as stack is struct it passed in function as copy-of-stack, and my remove have no effect for original stack. I tried to use inerator, but I got error and did not understand this. And using of reference (via ptr) seems to be the easiest way for me. But now I tried iterator again and understand what I was doing wrong.

    So, new code:

    And usage:

    Yesterday I forgot to add prefix here ^

    and got unresolved types error (“Can’t find overload for …. with argument types ….)

    in reply to: Reflection questions #5709

    nerobot
    Participant

    Yes. Why not.

    in reply to: Screwy windows 10 compile? #5704

    nerobot
    Participant

    This json is used for store settings for all targets you build.

Viewing 15 posts - 646 through 660 (of 805 total)