Xaron

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 119 total)
  • Author
    Posts
  • in reply to: Ted2Go IDE #6456

    Xaron
    Participant

    Ah well, but how do I start Ted from Ted itself? It just complains that the working directory is not set so I guess I have to compile it within its original folder structure?

    in reply to: Ted2Go IDE #6449

    Xaron
    Participant

    Thanks! Will do that! Is there an easy way to print something to the console inside ted, so I could just output some stuff there? Might be obvious but simple “Print” did not do it down there…

     

    edit: BTW: OnSave() is not called (only via menu)

    in reply to: V1.0.0 now out and hearts are back! #6447

    Xaron
    Participant

    Well maybe you can get a broken heart instead? 😉

    in reply to: Ted2Go IDE #6446

    Xaron
    Participant

    May I step in with my CTRL+ issue again? I’ve tried to debug that but where is that place where is the CTRL+S event happening? I’ve found some in the monkey2keyeventfilter.monkey2 and those are actually working. But the more generic ones are done by monkey itself?

    It’s super annoying to not have a working keyboard with short cuts (CTRL+C/V works but CTRL+S does NOT) and is one of the reasons I cannot use Ted atm.

    Maybe Mark could step in for some help? I mean my computer is nothing special, just a Windows 7 system…

     

    Another issue: The content of the Ted windows does not repaint when I move another windows on top of it. So when I have a window hiding Ted and move that window away, Ted still shows that hiding window and not its content. As soon as I put it in front again my clicking into Ted it works of course.

    in reply to: V1.0.0 now out and hearts are back! #6364

    Xaron
    Participant

    Me neither. 😉

    in reply to: I volunteer to help build mx2 docs and samples. #6328

    Xaron
    Participant

    You are right. Basically this is mojo 2 which was introduced both for Monkey 1 AND Monkey 2. But yeah, as Monkey 2 had no mojo 1 I guess Mark just called it mojo there. 😉

    in reply to: I volunteer to help build mx2 docs and samples. #6325

    Xaron
    Participant

    Why should it replace Monkey 1? As long as I cannot use my Java libs for Android it actually NEVER will for me. 😉

    Oh and mojo 2 is the current graphics framework Monkey 2 uses.

    Beside that, I really appreciate that offer.

    in reply to: Override question #6224

    Xaron
    Participant

    Thanks for clarification, Mark!

    in reply to: Ted2Go IDE #6210

    Xaron
    Participant

    No need to apologize. I cannot imagine that Ted2go is the problem itself actually…

    in reply to: Ted2Go IDE #6199

    Xaron
    Participant

    Just did a fresh install of everything (well ok, it’s the binary v.1.1.02). Same problem.

    Even more strange is that things like STRG+C/+V and +Z work, but STRG+O/+S/+N/+F do not!

    in reply to: Ted2Go IDE #6193

    Xaron
    Participant

    I don’t know as I haven’t used earlier version. Strange enough this is only related to one of my PCs. On my Laptop everything is fine. STRG+S works in every other program though…

    in reply to: Client Server Separation? #6184

    Xaron
    Participant

    I want to add a question here. So Fibers are threads, right? When I want to do just a command line server without that mojo stuff I could just do a plain and dirty approach without fibers and just a blocking loop? I’ve read somewhere a single thread solution could be even better than multithreading for networking…

     

    @scurty: Have you got this working btw?

    in reply to: Override question #6181

    Xaron
    Participant

    Thanks. I’ve extended your example. All in all base constructors are called while base methods are not (no matter if I use virtual/override for New()).

    Results:

    base new
    —–
    base new
    extended new
    —–
    base method
    —–
    extended method
    —–

    in reply to: V1.0.0 now out and hearts are back! #6180

    Xaron
    Participant

    Me too please! 🙂

    in reply to: Ted2Go IDE #6176

    Xaron
    Participant

    I have a strange bug using Ted2Go. I cannot use any STRG+commands, so STRG+S for saving does not work for instance… Happens on my Windows 7 machine, so nothing special.

Viewing 15 posts - 91 through 105 (of 119 total)