Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

BYO games plugin :)

<< < (6/14) > >>

MortenMacFly:

--- Quote from: Michael on June 16, 2006, 04:53:50 pm ---A thing I do not like it the message go back to work. To have each x minutes to close it is quite annoying.... :).

--- End quote ---
Well, in that case you could download a stand-alone variant. If you have C::B open you usually want to work, right? ;-) But you (of course) can change the interval in the constructor of byoCBTrisEditor (m_BackToWorkTimer(1)). One minute is really too hard... ;-)
With regards, Morten.

Michael:

--- Quote from: MortenMacFly on June 16, 2006, 05:13:26 pm ---
--- Quote from: Michael on June 16, 2006, 04:53:50 pm ---A thing I do not like it the message go back to work. To have each x minutes to close it is quite annoying.... :).

--- End quote ---
If you have C::B open you usually want to work, right? ;-)

--- End quote ---

Yes, right :). If not I start NWN (may be NWN2) :D.


--- Quote from: MortenMacFly on June 16, 2006, 05:13:26 pm ---But you (of course) can change the interval in the constructor of byoCBTrisEditor (m_BackToWorkTimer(1)). One minute is really too hard... ;-)

--- End quote ---

Ok, I understand. Thanks for the info :).

Best wishes,
Michael

Michael:
Hello,

I have tried the Plugin under Gentoo 2006.0 with C::B rev2577 and it works, but not the keyboard. I can press whatever key I want, it does not work (well only the P for Pause works :)).

My keyboard is set as Generic 105-key (Intl) PC and the layout is German.

I will build a .deb package and see if it will work on Ubuntu Dapper.

Best wishes,
Michael

Der Meister:
I can confirm this. Gentoo, C::B revision 2576, wxGTK 2.6.2, gcc 3.4.6, Generic 105-key keyboard with german layout. The pause-key works but no other keys produce any reaction.

byo:

--- Quote from: mandrav on June 16, 2006, 01:22:55 pm ---Byo, very good timing. Today I was in no mood for serious development  :oops: . So I took the liberty and added that reminder message :).

--- End quote ---

OK, I see that things are getting out of control ;)
Back-To-Work Timer is going to stay, maybe in changed form, but it will be here :)

And bugs with keyboard handling on linux may be caused by unusual keyboard processing. I use ::wxGetKeyState() for arrows which should work fine. But processing is started fomr EVT_CHAR event and here may be the problem. In windows wxWANTS_CHARS flag had to be added to process extra keys. wxGTK may be incompatible with wxMSW here. Does anyone have any experience with processing Char/Key events for arrow keys ? (I tried EVT_KEY_DOWN but it seemed not to process extra keys or use internal system key codes, but it may also be my bug becuase it was 2.00 AM ;))

I'll try to do all updates / fixes after weekend because my friend is going to marry tomorrow.
It's time to party  8)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version