Displaying 6 results from an estimated 6 matches for "mainapp".
Did you mean:
mailapp
2011 Nov 05
1
[YUM] - Issue on package removal order on CentOS 5
...with the yum remove
command, the main app RPM is erased before the plugin RPM and in that
case the postun scriptlets for the plugin fails because my script is not
available anymore.
As I read on the RPM and YUM doc, I used in the SPEC file the following
instructions :
Requires(post): mainapp >= %{version}
Requires(postun): mainapp >= %{version}
But even with this declaration, yum removes the RPM in bad order :
Erasing : mainapp 1/2
Erasing : mainapp-plugin 2/2
/var/tmp/rpm-tmp.48257: line 1: /usr/sbin/mainapp-setup: No such file or
directory
As a...
2007 May 11
0
[ wxruby-Bugs-10759 ] Wx::AuiManager.get_all_panes can not get all pane.
..._all_panes------------
#<Wxruby2::AuiPaneInfo:0x2e3c0f4>,name=b
#<Wxruby2::AuiPaneInfo:0x2e3c0f4>,name=b
aui.get_pane----------
#<Wxruby2::AuiPaneInfo:0x2e3c0a4>,name=a
#<Wxruby2::AuiPaneInfo:0x2e3bf78>,name=b
====================================================
=end
class MainApp < Wx::App
def on_init
@frame = Wx::Frame.new(nil, -1, "bug get_all_panes",Wx::DEFAULT_POSITION,Wx::Size.new(800,600),Wx::DEFAULT_FRAME_STYLE)
aui =Wx::AuiManager.new @frame
pi = Wx::AuiPaneInfo.new.set_name(''a'').left.set_caption("a")...
2007 Apr 27
1
panel as child of grid on Windows
...nting conflicts. The panel paints over the grid in the label
section, but the grid cells paint over the panel. Also, the panel does not
receive mouse events, making the button unclickable. Instead, the mouse
events go to the underlying grid.
Any ideas?
Abram
require ''wx''
class MainApp < Wx::App
def on_init
frame = Wx::Frame.new(nil, -1, "My Frame",
Wx::Point.new(50, 50),
Wx:: Size.new(450, 340))
panel = MyPanel.new(frame, -1, Wx::DEFAULT_POSITION,
Wx::DEFAULT_SIZE)
frame.show()
end
end
class MyPanel < Wx::Panel...
2009 Jan 05
1
Delphi-32 app does nothing with unhandled exception
...shows a "welcome" screen containing information about currencies and stuff, and the main screen stays behind. This "welcome" screen doesn't shows up in linux
Up to this point I can live with that, but the main screen presents 3 options
[Image: http://www.applicatta.cl/~gb/mainapp.png ]
The most important one is "Modulo Aduanero" which generates an unhandled exception [Image: http://www.applicatta.cl/~gb/pic001.png ]
and this other errors [Image: http://www.applicatta.cl/~gb/pic002.png ]
[Image: http://www.applicatta.cl/~gb/pic003.png ]
[Image: http://www.applic...
2007 Jan 08
0
Using JRI Calling R function from Java
Hey guys.
I have Installed and running JRI from Java
and it works. Using : java -cp jri.jar; MainApp.java
The problem is How do I calling R function that need R library
I have tried these with my Java program :
x = re.eval("glm( y ~ x1 + x2, family = poisson)");
String resultString = x.asString();
but it did'n't work, resultString variable did...
2005 Jul 12
3
comm between gui and app?
To me, the main app (an object) is separate from the app gui (object)...
MVC''ish.
How can I have the gui part communicate to the app that an event has
taken place? Example code somewhere?
Thank you.
--
- Martin J. Brown, Jr. -
- mjbjr@beaudesign.com -
Public PGP Key ID: 0xB09AFEFE keyserver: http://pgpkeys.mit.edu:11371/
Key