display

Widget is disposed

Good Mourning everybody I have a main screen, with follows keybindings: shell.getDisplay().addFilter(SWT.KeyUp, new Listener() { @Override public void handleEvent(Event event) { switch (event.keyCode) { case SWT.ESC: shell.close(); break; case SWT.F12: display.syncExec...

Make element fade away then display:none;

I have an element that fades in, its the size of the page and goes over top of the whole page. when you click the close button it should fade out. I have this all working but my issue is when I close it, its opacity is set to 0, but you can still click what was in the element. (I have a couple a tags in it) So.. your clicking it even th...

EditText wont display above ListView

Hi, I have a ListView activity and I want an EditText (and ultimately a button along with it) to display above it. I believe my xml is fine, but for some reason the EditText is not displaying. The ListView takes up the entire screen :( Here's what my XML looks like: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android=...

Custom Attribute in C# : How to create an Attribute which defines several other Attributes ?

I've the following Attributes defined on my Name field: [Required(ErrorMessageResourceName = "ValidationErrorRequiredField", ErrorMessageResourceType = typeof(MyResources))] [Display(Order = 0, Name = ResXStrings.UserName, ResourceType = typeof(MyResources))] public string Name { get; set; } I want to create a custom Attribute which l...

UIView Corruption using moveRowAtIndexPath

I'm using code largely from cimgf to update the order of my rows in a UITableViewController table that is displayed through pushViewController. The sample code works great, but in my project, when I move the rows, they disappear, get screwed up, or get stuck (eg: http://sites.google.com/site/basicmjc/home/uiviewcorrupt.png). Below is so...

Change price of product on store's website (Magento)

Is there a way(by codehack if neccesary) to change the price of a product per store website, so from display in search results and individual product view all the way to checkout and order information I need this for a multishop website where some shops can offer a product at lower price depending on how much they paid and there's an ex...

Why does updateDisplayList stop happening in Flex?

Reward: Has been claimed. Overview: The code giving me the problem is deployed here: http://www.johnuckele.com/MastersOfTime.html The problem I am running into is that a certain sequence of actions (I don't fully understand how or why) is causing my calls to invalidateDisplayList to fail to produce a subsequent call to updateDisplayLis...

PHP Generated Inputs and Standard DOM Inputs display differently.

As you can see the following produces the exact same configuration of Select:Text:Image. However whatever the HELL I do I cannot get them to display the same without different CSS which I do not want to do. I have used CSS resets, Identical CSS, removed attributes etc. Any idea what is making them act so stupidly? It is really starting t...

image format best for display

I am working on an image processing application. I have to display an image sequence. I would like to avoid any extra overhead for {internal} format conversions. I believe RGB should be the optimal format for display. But SDL accepts various YUV formats and there is no native{to SDL} support for RGB. Whereas Qt does not accept YUV form...

Is there any 3rd party tool to mirror/flip the screen?

I would like to use a mirror with my screen, is there anyway that the screen can be completely flipped horizontally? Of course I know there are ways to flip text and movies. Best would be an open-source or at least free as in beer app. Target Os could be windows or linux. I did some googling and didn't find anything that flips the whole...

Silver/WPF remove mouse events, but allow touch events

Do any1 know how to remove mouse event, but allow only touch events. In brief, I have 2 monitors. 1 is the primary display, another is a touch screen. I don't want the mouse cursor to move over to the second display. For the display, it will only accept touch events, so hopefully, when the 2nd screen is touched, the mouse should stay ...

css rollover buttons- great in safari,and firefox/ ie but not chrome?

Hello i've been trying out a bit of code posted to make image rollover buttons using only css, this seems to work fine. local testing showed no problems, IE, Firefox, safari all ok. even chrome displays as intended on the local version. Once i move to a hosted test, IE, Firefox and Safari all display as intended but chrome offsets al...

Can't find whitespace display setting in VS 2010

I am looking for a setting in Visual Studio 2010 (It was in 08 I'm sure it's in 10) Basically it makes it easy to see the indentation/spacing of code because in the white space it buts spaced fullstops (which are obviously a different color) and it makes it really easy to see the indentation of your code. But I can't find the setting n...

displaying images in mvc.net c#

i want to display images in mvc.net? help anybody :)... im uploading images through silverlight control and storing them on directory at my hard disk ...

Why my layout / css is screwed ?

Hello, i can't manage to find where is the cause of the problem : the page where the css is 'broken' : messy layout the same page, but with a another text in it shows the result as excepted : good layout Thank you ;) ...

Simple text rendering on iPhone (NOT UIWebView)

Is there any SIMPLE way of rendering formatted text (from a char* buffer) to the display...? And I mean, simple.... In C or C++ or even Java, on nearly any platform, including embedded, you can get a pointer to a framebuffer or display and render simple text or pixels with 2 or 3, 5 max lines of code.... I have been looking in across ...

How to get this QTableWidget to display items?

I have a QTableWidget and I can't get anything to show up in it. The following appears in the constructor of the main window: ui->tableWidget->setItem(0,0,new QTableWidgetItem("Item1")); ui->tableWidget->setItem(0,1,new QTableWidgetItem("Item2")); ui->tableWidget->setItem(0,2,new QTableWidgetItem("Item3")); When I run the application...

flash as3 children of Image or UIComponent not displayed

Hi everybody ! For instance the mx.controls.Image objects are only displayed when i add them directly to the main application object. If i add a "subimage" to the previously created Image object it simply doesnt show. Why ? What concept did i miss ? What I want to do: var img : Image = new Image; var subimg : Image = new Image; img.s...

How do I find the display size of my system in Emacs?

I use the same .emacs across multiple machines, operating systems and platforms. I would like the default frame size of Emacs upon invocation to be relative to the available screen size (e.g. 96 lines work very well on a 1600x1200 desktop screen, but on an 1280x800 laptop I need to specify no more than 68 lines). Is there an emacs-lisp ...

Questions about display with Perform screens.

Questions 1 and 2 are specific to INFORMIX-SQL 4.10.DD6 (DOS) Perform screens. Question 3 applies to any version of INFORMIX-SQL in any environment. I would like to be able to display more than 80 columns on my perform screens to fit more stuff in one page. I tried DOS 6.22 command ‘MODE CON: CO132’ and on my perform screen I specified...