search for: createcontrol

Displaying 9 results from an estimated 9 matches for "createcontrol".

2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
...C [swt-win32-3452.dll+0xf939] j org.eclipse.swt.internal.win32.OS.SetWindowTextW(I[C)Z+0 j org.eclipse.swt.internal.win32.OS.SetWindowText(ILorg/eclipse/swt/internal/win32/TCHAR;)Z+21 j org.eclipse.swt.widgets.Text.setText(Ljava/lang/String;)V+108 j org.eclipse.jface.viewers.TextCellEditor.createControl(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;+119 j org.eclipse.jface.viewers.CellEditor.create(Lorg/eclipse/swt/widgets/Composite;)V+19 j org.eclipse.jface.viewers.CellEditor.<init>(Lorg/eclipse/swt/widgets/Composite;I)V+63 j org.eclipse.jface.viewers.TextCellEd...
2009 Jan 07
1
Problems with EasyEclipse Ruby Rails 1.2.2.2
...at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.browser.Browser.<init>(Browser.java:168) at org.radrails.rails.internal.ui.railsplugins.RailsPluginsPage.createListControls(RailsPluginsPage.java:115) at org.radrails.rails.internal.ui.railsplugins.RailsPluginsPage.createControl(RailsPluginsPage.java:54) at org.radrails.rails.internal.ui.railsplugins.RailsPluginsView.createPluginsPage(RailsPluginsView.java:70) at org.radrails.rails.internal.ui.railsplugins.RailsPluginsView.createDefaultPage(RailsPluginsView.java:39) at org.eclipse.ui.part.PageBookView.createPar...
2008 Oct 14
1
System.MissingMethodException: Method not found: Int32
...on: Method not found: Int32 SkySoftware.FileViewControl.FileView.get_SelectedCount(). at a.a.c.a.a.h.b() at a.a.c.a.a.f.a() at a.a.c.a.a.i.b() at a.a.o.b.d() at a.a.o.b.ab(Object A_0, EventArgs A_1) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndPr...
2012 Apr 18
0
Loudlink Explorer 3.0.0
...dows.Forms.AxHost.CreateInstanceCore(Guid clsid) at System.Windows.Forms.AxHost.CreateInstance() at System.Windows.Forms.AxHost.GetOcxCreate() at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state) at System.Windows.Forms.AxHost.CreateHandle() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.AxHost.EndInit() at Loudlink.frmMain.InitializeComponent() at Loudlink.frmMain..ctor() --- End of inner exception stack trace --- at Loudlink.My.MyProject.My...
2006 Aug 30
10
respond_to not detecting JS turned on. form_to_remote problem?
...itted, in the Firebug console, I see a POST, then it disappears. I put the sleep() call in below to verify. The POST is there until the respond_to is evaluated. Then the POST disappears from the console. Any ideas? I''ll post the code below. TIA. Bill ----- Controller ----- class CreateController < ApplicationController def index end def edit sleep(5) respond_to do |wants| wants.html { redirect_to :action => ''wanted_html'' } wants.js { render } end end def wanted_html end end ----- Views ----- --- index.rhtml --- &...
2006 Feb 01
2
Getting Started with Site Redesign and RoR
Hello all: I am in the process of redesigning my site and was thinking about incorporating RoR into the overall structure. However, there are multiple things I would like to create with Rails, namely a gallery, a weblog, and portfolio management system. Given that I am going to be using a lot of RoR, what is the best way to accomplish this task? Here are some random things that have come
2006 May 24
0
Mongrel errors on file upload
...1.8/gems/mongrel-0.3.11-mswin32/lib/mongrel/command.rb:163:in `run'' C:/InstantRails-1.3/ruby/lib/ruby/gems/1.8/gems/mongrel-0.3.11-mswin32/bin/mongrel_rails:228 C:/InstantRails-1.3/ruby/bin/mongrel_rails:18 Here''s my code. ------------ create_controller.rb -------------- class CreateController < ApplicationController def index end def read_in if params[:file_to_upload].instance_of?(Tempfile) FileUtils.copy(params[:file_to_upload].local_path, "#{RAILS_ROOT}/public/sandbox1.xml") @location_display = "Copied the Tempfile to sandbox1.xml&quo...
2006 Oct 17
6
Session access interfers with other model access
Sorry to be such a bother but I''m not getting this. I have two models: Emrec and Session (I''m using AR for session mgmt.) In my worker I can access the Emrec model and delete a record, AS LONG AS I don''t try to access the Session model. With the Session model access commented out as below, the Emrec record gets deleted. If I uncomment those lines, the Emrec
2006 Jan 29
8
Infinite loop shutting down xendomains
...val = xend.domain_shutdown(dominfo.id, reason, key) File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 723, in domain_shutdown ctrl = self.domainCF.getController(dom) File "/usr/lib/python/xen/xend/server/controller.py", line 323, in getController ctrl = self.createController(dom) File "/usr/lib/python/xen/xend/server/domain.py", line 20, in createController return DomainController(self, dom) File "/usr/lib/python/xen/xend/server/domain.py", line 38, in __init__ self.registerChannel() File "/usr/lib/python/xen/xend/server/contro...