search for: setvisible

Displaying 18 results from an estimated 18 matches for "setvisible".

2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
....labelHeight; XAxisLabelArea.percentWidth = 100; - this.container.addChild(XAxisLabelArea); + var t1:Date = new Date(startTime * 1000); var t2:Date = new Date(endTime * 1000); @@ -208,7 +249,10 @@ package org.ovirt.charts { dateBar = new HBox(); dateBar.setVisible(true); this.container.addChild(dateBar); + this.container.addChild(chartFrame); + this.container.addChild(XAxisLabelArea); var dataPoints:Array = dataSeries.getDataPoints(); + var maxValue:Number = dataSeries.getMaxValue(); var scale:Number = maxVal...
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
...i.internal.ViewReference.createPartHelper()Lorg/eclipse/ui/IWorkbenchPart;+351 j org.eclipse.ui.internal.ViewReference.createPart()Lorg/eclipse/ui/IWorkbenchPart;+5 j org.eclipse.ui.internal.WorkbenchPartReference.getPart(Z)Lorg/eclipse/ui/IWorkbenchPart;+65 j org.eclipse.ui.internal.PartPane.setVisible(Z)V+18 j org.eclipse.ui.internal.ViewPane.setVisible(Z)V+2 j org.eclipse.ui.internal.presentations.PresentablePart.setVisible(Z)V+17 j org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(Lorg/eclipse/ui/presentations/IPresentablePart;)V+15 j org.eclipse.ui.internal.prese...
2009 Aug 25
3
[Bug 23505] New: KDE's Kubrick has problems with xf86-video-nouveau driver
...on.cpp:610 #36 0xb6a16aec in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x819fa88, recursive=false, disableUpdates=false) at ../../src/corelib/kernel/qcoreapplication.h:213 #37 0xb6a1d7b6 in QWidgetPrivate::show_helper (this=0x819fa88) at kernel/qwidget.cpp:6697 #38 0xb6a1dee3 in QWidget::setVisible (this=0x81974b0, visible=true) at kernel/qwidget.cpp:6975 #39 0xb6a1dcb8 in QWidgetPrivate::showChildren (this=0x818a310, spontaneous=false) at ../../src/gui/kernel/qwidget.h:473 #40 0xb6a1d7e1 in QWidgetPrivate::show_helper (this=0x818a310) at kernel/qwidget.cpp:6703 #41 0xb6a1dee3 in QWidget::set...
2002 Dec 30
1
Java Swing App
...void main(String[] args) { JFrame frame = new JFrame("HelloWorldSwing"); final JLabel label = new JLabel("Hello World"); frame.getContentPane().add(label); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.pack(); frame.setVisible(true); } } I'm running RedHat-7.3, with all the latest updates, Gnome-2, and a 2.4.20 kernel. I'm using a recent CVS of wine, Dec 23, I think, compiled with OpenGL support. Any suggestions of how to make this work, or how to diagnose it further? Thanks! dbr -- David B. Ritch High...
2009 Jan 07
1
Problems with EasyEclipse Ruby Rails 1.2.2.2
...at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:332) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290) at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)...
2017 Aug 24
4
Building LLVM's fuzzers
On Thu, Aug 24, 2017 at 3:21 PM, Kostya Serebryany via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > On Thu, Aug 24, 2017 at 3:20 PM, Justin Bogner <mail at justinbogner.com> > wrote: > >> I think the simplest fix is something like this: >> >> diff --git a/lib/Transforms/Instrumentation/SanitizerCoverage.cpp >>
2010 Mar 10
2
[Bug 26992] New: Systemsettings crashes when I try to open desktop settings
...28 0x00007fc5e1c4fcda in QWidgetPrivate::show_helper() () from /usr/lib/libQtGui.so.4 #29 0x00007fc5e1c4ffb1 in QWidgetPrivate::showChildren(bool) () from /usr/lib/libQtGui.so.4 #30 0x00007fc5e1c4fbcf in QWidgetPrivate::show_helper() () from /usr/lib/libQtGui.so.4 #31 0x00007fc5e1c51e5a in QWidget::setVisible(bool) () from /usr/lib/libQtGui.so.4 #32 0x00007fc5e1c50046 in QWidgetPrivate::showChildren(bool) () from /usr/lib/libQtGui.so.4 #33 0x00007fc5e1c4fbcf in QWidgetPrivate::show_helper() () from /usr/lib/libQtGui.so.4 #34 0x00007fc5e1c4ffb1 in QWidgetPrivate::showChildren(bool) () from /usr/lib/libQt...
2017 Aug 24
2
Building LLVM's fuzzers
I think the simplest fix is something like this: diff --git a/lib/Transforms/Instrumentation/SanitizerCoverage.cpp b/lib/Transforms/Instrumentation/SanitizerCoverage.cpp index c6f0d17f8fe..e81957ab80a 100644 --- a/lib/Transforms/Instrumentation/SanitizerCoverage.cpp +++ b/lib/Transforms/Instrumentation/SanitizerCoverage.cpp @@ -256,6 +256,7 @@ SanitizerCoverageModule::CreateSecStartEnd(Module
2012 Dec 22
0
[LLVMdev] Problem executing Swing application with j3
...(String[] args) { > JFrame frame = new JFrame("HelloWorldSwing"); > final JLabel label = new JLabel("Hello World"); > frame.getContentPane().add(label); > > frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); > frame.pack(); > frame.setVisible(true); > } > } > > I'm running j3 on a 32 bit machine, with an x86 OpenSuse 12.2 System. > Other informations required ? > > I have this information with j3 -version : > J3 for Java 1.1 -- 1.5 > > Maybe the previous Swing example require java > 1.5 ? > Than...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >>
2017 Aug 24
3
Building LLVM's fuzzers
On Thu, Aug 24, 2017 at 3:38 PM, Kostya Serebryany <kcc at google.com> wrote: > > > On Thu, Aug 24, 2017 at 3:35 PM, Peter Collingbourne <peter at pcc.me.uk> > wrote: > >> On Thu, Aug 24, 2017 at 3:21 PM, Kostya Serebryany via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> >>> >>> On Thu, Aug 24, 2017 at 3:20
2017 Aug 25
2
Building LLVM's fuzzers
On Thu, Aug 24, 2017 at 6:30 PM, Justin Bogner <mail at justinbogner.com> wrote: > Peter Collingbourne <peter at pcc.me.uk> writes: > > On Thu, Aug 24, 2017 at 3:38 PM, Kostya Serebryany <kcc at google.com> > wrote: > > > >> > >> > >> On Thu, Aug 24, 2017 at 3:35 PM, Peter Collingbourne <peter at pcc.me.uk> > >> wrote:
2017 Sep 11
2
Building LLVM's fuzzers
Kostya Serebryany <kcc at google.com> writes: > Justin, > Calling appendToUsed has horrible complexity and if we call it in > every function clang consumes tons of memory (6Gb when compiling one > of the clang's source files). This killed my machine today :) > > The solution is to call appendToUsed once per module, instead of once > per function. Oh right,
2018 Feb 08
1
ThinLTO and linkonce_odr + unnamed_addr
On Thu, Feb 8, 2018 at 10:44 AM, Steven Wu via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > On Feb 8, 2018, at 10:28 AM, Mehdi AMINI <joker.eph at gmail.com> wrote: > > > > 2018-02-08 9:33 GMT-08:00 Steven Wu <stevenwu at apple.com>: > >> >> >> On Feb 7, 2018, at 4:03 PM, Mehdi AMINI <joker.eph at gmail.com> wrote: >>
2017 Aug 24
3
Building LLVM's fuzzers
> On Aug 24, 2017, at 2:55 PM, Kostya Serebryany <kcc at google.com> wrote: > > Interesting. > This is a relatively new addition (fsanitize-coverage=pc-tables, which is now a part of -fsanitize=fuzzer). > The tests worked (did they? On Mac?) so I thought everything is ok. For tests we never compile the tested target with -O3 (and that wouldn’t be sufficient), and for
2004 Aug 06
3
q about jspeex
Hi Marc, thanks for the quick reply. Marc Gimpel wrote: > It would appear the the 'pcm2speex.read(frame, 0, frame.length)' is > blocking which means that it is waiting for data from the underlying > inputstream (i.e.AudioInputStream(t.input)). If it could read > sufficient data it would transcode it. If it recieved an EOF, it > should do some zero padding and then
2018 Feb 08
0
ThinLTO and linkonce_odr + unnamed_addr
> On Feb 8, 2018, at 10:28 AM, Mehdi AMINI <joker.eph at gmail.com> wrote: > > > > 2018-02-08 9:33 GMT-08:00 Steven Wu <stevenwu at apple.com <mailto:stevenwu at apple.com>>: > > >> On Feb 7, 2018, at 4:03 PM, Mehdi AMINI <joker.eph at gmail.com <mailto:joker.eph at gmail.com>> wrote: >> >> >> >> 2018-02-07
2018 Feb 08
3
ThinLTO and linkonce_odr + unnamed_addr
2018-02-08 9:33 GMT-08:00 Steven Wu <stevenwu at apple.com>: > > > On Feb 7, 2018, at 4:03 PM, Mehdi AMINI <joker.eph at gmail.com> wrote: > > > > 2018-02-07 12:45 GMT-08:00 Steven Wu <stevenwu at apple.com>: > >> >> >> On Feb 7, 2018, at 12:36 PM, Mehdi AMINI <joker.eph at gmail.com> wrote: >> >> > But it is