I inakigarm Well-Known Member Licensed User Longtime User May 20, 2015 #1 Hi: I can't modify the B4J server example in Beta B4J 5 (add a new Server Handler Class) In B4J 2.80, I can add a Server Handler Class without problem: (screencap) In B4J Beta 5, it seems that something doesn't work ok (see formatting) Attachments upload_2015-5-20_16-58-47.png 133 KB · Views: 340
Hi: I can't modify the B4J server example in Beta B4J 5 (add a new Server Handler Class) In B4J 2.80, I can add a Server Handler Class without problem: (screencap) In B4J Beta 5, it seems that something doesn't work ok (see formatting)
I inakigarm Well-Known Member Licensed User Longtime User May 20, 2015 #2 Upgraded to Beta 7, works ok
Daestrum Expert Licensed User Longtime User May 26, 2015 #3 You get that error too if you have inline java and forget the static keyword on a method.
Erel B4X founder Staff member Licensed User Longtime User May 26, 2015 #4 Daestrum said: You get that error too if you have inline java and forget the static keyword on a method Click to expand... The error described in post #1 was fixed in beta #7. If I understand correctly you are describing a programming mistake not a bug.
Daestrum said: You get that error too if you have inline java and forget the static keyword on a method Click to expand... The error described in post #1 was fixed in beta #7. If I understand correctly you are describing a programming mistake not a bug.
Daestrum Expert Licensed User Longtime User May 28, 2015 #5 Yes a program typo - took me a while to work out what it really meant