Displaying 3 results from an estimated 3 matches for "marhalled".
Did you mean:
marshalled
2004 Jul 26
4
app state persistence. text size
hi
I''ve got an MDI-based app, and when it''s restarted i''d like it to
remember the contents and state (eg line pos in a TextCtrl) of the MDI
Children. Any tips on how to easily marshal this sort of thing?
Also, the default text size for the contents of controls (ComboBox, Text
etc) is quite small on my monitor (MSWIN) - any suggestions on how to
adjust this in a
2006 Oct 11
5
Marshal Data too short error with ActiveRecord sess. storage
I''m seeing a "marshal data too short" error with an ActiveRecord store
for my session data.
Other posts say that this happens when the size of the session data
exceeds the size of the "data" column in the sessions table. But my
"data" column is a TEXT field so it seems unlikely that I could have
blown it out.
Has anyone else seen "marshal data too
2007 Dec 21
7
Using my models
I''m working on upgrading my app to the latest version of backgroundrb.
Everything went find until I tried to execute my tasks.
Here is my simple worker for testing:
class MscWorker < BackgrounDRb::MetaWorker
set_worker_name :msc_worker
def create(args = nil)
# this method is called, when worker is loaded for the first time
end
# Send a message to everyone
def