-
I just verified that this works in 3.0.0 so it seems to be an issue with 3.0.1.
2008-02-22 15:15:27 UTC in TinyMCE
-
I am trying to create two editors and manually activate them, but when I try to load this page, I get a JavaScript error: "Line: 1 Error: 'undefined' is null or not an object." I am using IE 7 and TinyMCE 3.0.1.
Here's my code:
...
2008-02-22 14:49:03 UTC in TinyMCE
-
When you embed a TinyMCE textbox within a TabContainer control from Microsoft's Ajax Control Toolbox, TinyMCE ignores the height setting of text boxes on tabs not immediately shown. The height of the first text box is correct, but the text boxes on other tabs are set back to some default. If you don't use TinyMCE (i.e. if you use generic text boxes) then the heights are correct.
Code to...
2008-02-17 19:49:34 UTC in TinyMCE
-
I am trying to add messages to a queue from within a task, and read those messages from within a coroutine. When I run the code, it goes through one iteration of sending and receiving from the queue, the coroutine's receive call blocks, then vCoRoutineSchedule calls into random code space and triggers a processor reset.
I am using the PIC18 MPLAB port.
Here are my task and coroutine...
2007-09-08 07:46:22 UTC in FreeRTOS Real Time Kernel