Tagged Questions
The displaying tag has no wiki summary.
3
votes
1answer
275 views
Matlab - display a large matrix without the word ('Columns')
I want to display a large matrix, but I don't like the words "Columns x to y" to show. How do I do this?
3
votes
4answers
4k views
What's the best 3d model format for loading and displaying inanimate textured objects in an OpenGL program?
I just want to know what file formats are the most OpenGL friendly in terms of loading and displaying inanimate textured 3d objects.
2
votes
1answer
32 views
How to display few images (each in separate window) with CImg ?
How can one display several images - each in one window - with the use of CImg ?
When I try something like this
cimg_library::CImg<unsigned char> image(s.c_str());
...
2
votes
1answer
107 views
Creating a mail with attachment in Outlook and displaying it
I want to create a mail with attachment in Outlook and display it before sending it, but I think I have tried almost every sample I have found on the net without any luck.
I could use Indy, but I ...
2
votes
3answers
156 views
Using $_Get['color'] to display different colors
I think I'm doing this wrong but this is what I have...
if($_GET['color']) {
$color = "signature_";
echo "<img src=\"/images/+ $color \"; \"class=\"border\" alt=\"\" />";
What I'm trying ...
1
vote
2answers
46 views
UserControl display order in wpf
I've main Window and several UserControls, that shows in the same position (one on the other).
How to adjust to the newly opened UserControl appeared at the very top?
Now if one of them is opened, ...
1
vote
2answers
337 views
WPF ComboBox initially displays first item at wrong size
I have a ComboBox on a WPF window that is giving me some heartache, in that when first displayed, the first selection is rendered improperly. The ComboBox does not display text only; it displays an ...
1
vote
1answer
168 views
Converting and Displaying a LaTeX Document within a WPF Application
I have a couple questions related to using LaTeX within a C#/WPF application.
The application I'm developing writes reports using LaTeX. I'll then need to convert those LaTeX documents into something ...
1
vote
1answer
204 views
displaying multiple images serially within a loop
I am trying to get a streaming display within a loop. My understanding is that I could, in principle, hang the program by putting an infinite loop associated with, say, a button push. In any case, ...
1
vote
4answers
282 views
Displaying a Queue using for loop in Java
I am displaying the contents of my implementation of a Queue in Java. While the wrap around works (the size of the Queue is 3), I'm having trouble displaying the Queue when the front of the Queue is ...
1
vote
3answers
457 views
Jquery - Check CSS value
how can i check a value (from the CSS tag) with jquery?
CSS
#my_div { display:none; }
JS
$(document).ready(function()
{
if($('#my_div').is(':hidden'))
{
$('body').append('HIDDEN');
...
1
vote
2answers
81 views
when is the right time to draw
i just finished essential part of my own personal 2d engine in c++ and i'm kinda deciding how to complete the part where it is actually supposed to display everything on the screen, namely when do I ...
0
votes
2answers
36 views
List style menu is not displaying in line
Here you can see the code: http://jsfiddle.net/LQSK3/1/
I can't get display: inline; working there for every li element.
Also got the problem width the line.png image, as it's height is the same as ...
0
votes
0answers
18 views
displaying items in the document library folder
i have created a document library by using sharepoint 2007 and in that Doc.Lib i have created 4 folders and each folder containing some documents in that now i want to show the folder names and the ...
0
votes
0answers
54 views
UIImageView animation not displayed iOS deployment target 3.1.3
I have the following Problem:
I am developing an iPhone game that uses UIImageView.animationImages to animate stuff like explosions.
All works fine if I test it on the simulator or on my iPhone 4.
Now ...
0
votes
0answers
55 views
Xorred & Unxorred UIImage doesn't display
I am implementing plain vanilla obfuscation of image files using XOR operation.
Images are downloaded already xorred and on ipad (4.3.3) I apply same XOR with the same xor byte used to obfuscate the ...
0
votes
2answers
57 views
Facebook dialogs are not displaying to there full height?
I am using different facebook dialog boxes on my external website(a kind of facebook application) for tasks like posting to feed, Sending app requests etc. Earlier all dialogs were displaying properly ...
0
votes
1answer
29 views
IExplorer - Same code, some images display and some don't
I have a section on a website where you click a div to display a menu of images to the right, select your choice and open a bigger version of said image in the div initially clicked. All works great ...
0
votes
0answers
62 views
Like button not displaying thumbnails
My blog is http://makfilmoteka.blogspot.com/, i had few issues with like button recently most of which have been fixed, except now i have a problem with facebook like button not displaying thumbnail ...
0
votes
1answer
80 views
Android scrollview not displaying strings
The following class is intended to display a set of strings contained in an xml file. Within the onCreate method, an array of strings is pulled from a resource file. These strings are a set of corny ...
0
votes
1answer
78 views
Device font looks different in Flash player & AIR
EDIT:
It looks like a bug in AIR.
I've reported it here: https://bugbase.adobe.com/index.cfm?event=bug&id=2955444please vote on it ↑
Problem:
I've tried to display white text on a ...
0
votes
1answer
227 views
Google Map Displaying Grey Squares - I already tried everything
As the title implies, I've made a very simple app that just displays a Google map. However, it only seems to be displaying gray squares. I've troubleshooted and have done virtually everything I ...
0
votes
1answer
87 views
Displaying not moving text not in 3D (eg. displaying HUD or frame rate)
I want to make something to display text on the screen. But I want something like FPS displayer - wherever you are text is in the same place (eg. in corner) and have the same height. Something like ...
0
votes
3answers
224 views
printing key presses to the screen instantly with python
I know this question is long but what I really want to know is in bold.
I would prefer to use python on Linux.
I'm trying to make a new keyboard layout kind of like devorak but the layout is set to ...
0
votes
1answer
2k views
keep formatting entered in asp.net textbox (carriage return, new line, etc)
I have a textbox using multiline mode and when I create the stored procedure parameter for updating I use Server.HtmlEncode on the textbox value. I can copy the content from the data record into ...
0
votes
2answers
102 views
Get width of the clipped displayed column
Good day, everybody.
I have a DataGrid in my project. It doesn't fit's the width of the form, so the scrollBar appears. The DataGrid, on it's initial state, displays a few columns and a part of the ...
0
votes
2answers
400 views
Display Image to Browser Directly from PC source using PHP
How to get file source path from users PC when they submit their file on form like below.
<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="image"> ...
0
votes
1answer
106 views
Display web page in each PC different
i have made some task, that is a simple web page use jquery. but after this page is opened in other PC, it seems different(more big and some of html table come out from body tabs).
can you tell me ...
0
votes
2answers
168 views
Actionscript 3.0 How to make a text event call on a function and how to display images in AS3
originally the AS3 script would trace some words for a certain string I typed in the textfield (ti). I want to know how to display and image, instead. I know in AS2 it was loadMovie but I don't know ...
0
votes
4answers
1k views
Display pdf file inline in Rails app
I have a pdf file attachment saved in the cloud. The file is attached using attachment_fu. All I do to display it in the view is:
<%= image_tag @model.pdf_attachment.public_filename %>
When I ...
0
votes
1answer
162 views
Displaying .aspx and .aspx.cs files such that it's not understood by the browser
I have to give the user the option to upload his own aspx and aspx.cs files on to the server,
and adjusting the hyperlink to point to a page which would do the following.
Display the aspx and aspx.cs ...
0
votes
1answer
345 views
Assembly Language Question: Display Characters to screen LIFO (Last In First Out) in assembly language
Given a stack that displays characters to the screen First in First Out(FIFO), how do you switch it to display them Last in First Out(LIFO). Theoretically speaking... is it simply just sending the ...
0
votes
1answer
649 views
how to draw a text in OpenGL view cocoa-objective-c
i need draw a counter onto a OpenGL view. here is my source code for the video frame display
cgl_ctx = CGLContextObj ( [[self openGLContext] CGLContextObj]);
...
0
votes
1answer
838 views
How to display table in COBOL's SCREEN SECTION?
For learning purposes I am trying the following:
I am trying to display a table via COBOL ... I want to define the way it is all displayed in the SCREEN SECTION.
Following happens or is supposed to ...
0
votes
2answers
420 views
Displaying large sorted lists in WPF QUICKLY?
I am developing a program that should be able to display long (up to 500 items) lists of data that need to be resorted when their contents change.
Essentially, I have a viewmodel with an observable ...
0
votes
5answers
891 views
Programming microcontroller to store images and displaying them as a dia-show with an dvi/hdmi output in several resolutions?
I would like to solder a microcontroller, control buttons and an DVI/HDMI output and program this in a way, that I can store images on it and let them display as a dia-show via the outputs.
It ...
0
votes
1answer
1k views
DropdownList Setting Default Value
How should i get a value displayed in the dropdownlist when redirected through a cancel buttton.The value in the page where cancel button is there in a textbox should be cought in the dropdownlist.
...
-1
votes
2answers
379 views
xcode… switching to a new view display an image which is randomly selected… iphone
when i switch to a new view instantaneously a random image is selected via the arc4random function and displayed in the view
can some one give me direction on how to achieve the instant execution ...
-2
votes
1answer
2k views
PHP Script for Datepicker to select and display database from Mysql
After spending 3 days on internet and struggling with so many different forums , i have found a match and similar case of my problem here.
Friends, I am zero in PHP, but still i have managed to do ...