The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
13 views

JTable different Cell Formating

I am able to search in my JTable. But now i want to make the searched Text in my Table bold. So when i am searching for Hello the cell should be displayed like this: Hello World
0
votes
2answers
28 views

Customizing Java Formater to retain machine Precission

The default java String.format by default rounds floating point values to 6 digits, this can be overridden by using format specifiers in the format string. How would one go about creating an instance ...
1
vote
2answers
93 views

Java format modifiers doubles in string

I received an assignment at university in Java where I have to use printf to format output to the console. It was all nice and dandy but for some reason I am getting the output 10500.000000000002, the ...
1
vote
1answer
74 views

Can I cutomise the content of an Excel drop down box to mirror the colour of another variable cell?

I hope someone can help me with this, I am creating an accounts spreadsheet where 'Sheet 1' contains a list of: All activities we will be billing against Activity budget Planned spend Actual spend ...
0
votes
2answers
44 views

xslt multiple grouping Format data in a table some columns are blank [duplicate]

With XSLT 1.0, how can I change the following: <root> <element id="1" Team="Rangers" Season="2011" Points="12" /> <element id="2" Team="Rangers" Season="2012" Points="5" /> ...
1
vote
2answers
65 views

How to center forms in html and keep questions alignes as well?

I have a quick question, I have already created <style type="text/css"> .container { width: 100%; clear: both; text-align:center; } .container input { width: 2%; ...
0
votes
0answers
31 views

Disable Delphi 2010 Code Editor Auto Sorting

I would like to disable Delphi's Code Editor from automatically sorting new event handlers alphabetically and just add them below the last event handler as it was in D7. For example if I Add an Event ...
0
votes
0answers
15 views

NSString to PDF file - Format contents

I want to write several fields which are present in my iPad application to a PDF file. e.g. First Name, Last Name, Date of birth, Emplyoment Date, Employer, Address, etc... I am able to capture all ...
0
votes
1answer
73 views

Simplifying looooong expressions. Any tools out there? [closed]

I am working on this brain numbing task where I have to simplify loooooong expressions like this: coef = ((((((((((inv_nrg >> 16) * (int)((short)nl)) + (((inv_nrg & 0x0000FFFF) * ...
1
vote
1answer
84 views

(1 and 3) OR (2 AND 4) AND (5 OR 6) Identify releation

I have string : - (1 and 3) OR (2 AND 4) AND (5 OR 6) I want to know the relation between each number with another in C# 4.0 on above string Like : relation between 1 , 3 is - AND relation ...
0
votes
0answers
143 views

How to convert float to string in Delphi specifying Significant Digits, not Decimal Digits (and not G format)

I usually print numbers with a specific number of decimal digits, but I now need to print one with a specified number of significant digits. The numbers need to be like "1.23" not like "1.2 E0". I ...
1
vote
2answers
83 views

stripping away code in python using “re.sub”

I read this: Stripping everything but alphanumeric chars from a string in Python and this: Python: Strip everything but spaces and alphanumeric Didn't quite understand but I tried a bit on my own ...
1
vote
1answer
39 views

Sorting Tables With php and shorty

I am doing some work on a business site that uses php and smarty. Right now we have an invoice being sent to an orders department and need a way to systematicly find items on a shelf. I have all of ...
2
votes
3answers
64 views

Formating a mysql number from a select statement into php

I am using mysql 5.1 database and have a # of fields in them that look like this for format: 1234567 When I output them to via php, I would like them formatted like this: 1,234,567 There are no ...
0
votes
1answer
102 views

C# human readable formating of a special syntax [closed]

Hi all i kinda need some help at creating a function for turning a plain syntax in human readable format: Syntax looks like this: [OPENTAG] (type)name:value [OPENTAG] (type)name:value ...
1
vote
2answers
149 views

XSLT and text formatting

I'm making an XSLT template in order to convert XML to LaTeX (then, HTML). I think XSLT wasn't made for that, but it works. My only problem is text formatting : If in some lines of text, I want to use ...
2
votes
3answers
67 views

formating string in python

if i have a procedure such as: def P(x): # x is an integer print str(x) and i want to have an output such as: >>> You chose the number: X where X is the result ...
0
votes
2answers
119 views

Format loss xpages read only form

I am new to xpages. How do I retain formatting of an xpages form when it is read only? Using 8.5.3.
2
votes
2answers
331 views

formatting textboxes in cakephp (make textbox bigger)

hi all, I'm trying to style the text boxes in my cakephp form but am having no luck. I am trying to make them bigger in relative size but am unsure on how to approach this. Any help would be greatly ...
0
votes
5answers
247 views

Allow whitespace and line-breaks in HTML input field?

In our internal CRM we have a simple html input textarea where you can leave notes and messages. We later use this information to email this, only since that email is in HTML the formating is all ...
1
vote
2answers
300 views

Uncrustify Colapse Multiline Function Call

I have function calls that look like this (for no apparent reason): func ( a, b, c ) Is there a way to make uncrustify collapse the function into a single line? I have been trying for ...
0
votes
2answers
31 views

Finding Differences in Excell

I have a spreadsheet with one column of employee names and another of job titles. I am trying to find values in the job title column that are different if the value in name category is the same. For ...
-3
votes
1answer
135 views

Writing to RTF with formating, python or java [closed]

Id like to be able to write to an RTF with formatting such as font size. If anyone could point me in a direction that would be awesome! Python or Java materials are preferred.
0
votes
4answers
222 views

How do I prevent a NullPointerException in this code?

How do I prevent a NullPointerException in this code when I push the cancel button on the JOptionPane.showInputDialog window that sTime is equal to? (Its located at the '>>' sign) My Code: ...
-2
votes
1answer
27 views

formatting in excel [closed]

In excel-2010 can we format time column into text along with AM/PM information for corresponding time? For example, COLUMN A has "daily" as text and column B has "6.00 PM " as value. Can we append ...
0
votes
0answers
120 views

How to get rails to format dates correctly when a form has errors

How to get rails to format dates correctly when a form has errors I'm trying to set up rails to accept input fields of date type with this format: dd/mm/yyyy This is working correctly as rails ...
0
votes
2answers
265 views

Pretty, Tidy JSON output using Zend Framework?

I am using the Zend Framework helper for JSON. I am returning an array of data from a domain entity using a created method toArray(). Is there a way to change the format from tidy to pretty? PHP ...
2
votes
1answer
421 views

How change joda--time default DateTime format in Grails

I am using Grails 2.0.3 (groovy 1.8.6) with joda-time:1.3.1 and joda-time-templates plugins. Everything works perfectly but I would like to change displayed format for date and time. How can I do ...
0
votes
2answers
54 views

Android date formatting a string

Does anyone know how to format a string that contains a Date? i have a string that includes a date and time that has been passed from a Json feed. which looks like this 2012-06-11 14:00 the ...
1
vote
1answer
343 views

Formatting Counter Data in a Table in Powershell

I'm attempting to create a table for monitoring purposes using the following script: $w3wppriv = get-counter '\process(w3w*)\working set - private' $w3wpid = get-counter '\process(w3w*)\id process' ...
1
vote
1answer
148 views

Excel sheet Column does not contain time in Date column But still showing times in DataGridView using c#

I am importing excel sheet in to DataGridView. My excel sheet contain one of the columns as a Date and this value is 12-05-2014. after importing into DataGridView it is showing 12-05-2014 00:00:00. ...
0
votes
1answer
226 views

Django DetailView Template show get_FIELDNAME_display() values of all fields

I made up a template to show all the fields and values from a model, it looks like this: ## detail_template.html ## <html> <body> {% for name, value in object.get_fields %} <p> ...
2
votes
3answers
920 views

Parsing a text log file to extract some fields of data from log messages

I am new to python and stuck on how to do that. I have a very large text file about 4GB contains error messages .Each message line in the text file represents one message, i need to filter out several ...
4
votes
4answers
5k views

How to get colors made by color scale of conditional formatting of Excel 2012 throught VBA code

I need to know: how to get colors made by color scale of conditional formatting of Excel 2010 throught VBA code. Those colors will be subsequently assigned by VBA as chart background according to the ...
-1
votes
1answer
66 views

Additional line breaks adding to my codes by hosting

This is happening to me most of the time. When I upload my files to host and when I get try to edit them back, host add line breaks to all rows (returns to every line) When I upload line one line ...
0
votes
2answers
374 views

I need something in c# which work like the setw() in c++

I am using a richTextBox in c#. I need to display strings of different length inside one richTextBox but these strings should be perfectly aligned.. this is an example.. abcd abcde abcde ab ...
3
votes
1answer
739 views

aptana custom auto-formatting?

Using Aptana Studio 3 for php, curious if I can customize how the auto-format formats (pressing CRTL-SHIFT-F formats the current file for you) I'd like to change something rather small, make it so ...
0
votes
1answer
506 views

How to 'format' text box values in WPF

Is there an easy way to have a text box display a format in a text box and remove it when editing ? Example : I want to ask for a money value. When the user finished entering the value 5.5, it ...
1
vote
3answers
414 views

Python - short way to unpack list for string formating operator?

Variations of the * or ** operators don't seem to work, unfortunately: lstData = [1,2,3,4] str = 'The %s are %d, %d, %d, and %d' % ('numbers', *lstData) Is there an easy way?
1
vote
0answers
115 views

C++ Dot separation of large numbers with cout [duplicate]

Possible Duplicate: Thousand separator in C++ i have some large Number as "unsigned long long" like: 1431498243532 1544355634442 845545342344 5284493424 and I want them printed by cout ...
1
vote
1answer
424 views

Decimal numbers using CarlosAg.ExcelXmlWriter

I would appreciate an answer how to solve the following problem. I use CarlosAg.ExcelXmlWriter and I have a problem with formatting decimal numbers in Excel. Example: I have SQL field TestField, ...
0
votes
2answers
1k views

GWT - Convert Date formating

I have following method: public static String formatDate(Date date) { Calendar calendar = Calendar.getInstance(); calendar.setTime(date); Calendar today = Calendar.getInstance(); ...
0
votes
0answers
160 views

C++ ofstream is changing output format randomly?

I have a function that is writing to a .txt file. ofstream fichier("C:\\users\\me\\Desktop\\test.txt", ios::app); then : fichier << "some text here"; The text i'm writing is a log file ...
1
vote
2answers
612 views

Format Double as string with Posative / Negative symbol

I'm outputting a Double that can be either (+) or negative (-). If the number is a negative the symbol (-) is included automatically, is there a way to do this for positive numbers as well? The only ...
1
vote
2answers
198 views

eclipse, how to change method call without the addition of new brackets?

Is it posible, with eclipse, to change the called method name using of auto completion (ctrl + space) but without creating a new brackets. Otherwise I have double brackets: person.hello()(); and ...
0
votes
1answer
66 views

CSS text formatting wrong

i have a page at this link and im trying to get the test to stay in a line stright downa dn now wrap underneath the avatar and buttons here is the HTML: <li class="comment-item"> <a ...
1
vote
3answers
609 views

SQL Server string to date conversion

I have the following query: SELECT o.OrderNumber, cast(o.DateOrdered as datetime), cast(oi.Category as varchar(max)) FROM Orders o LEFT OUTER JOIN OrderItems oi ON oi.OrderID = o.uid ...
2
votes
1answer
17k views

How set image to data grid view cell after data binding?

I have problem with adding image to DGV cell after data binding. this is my code: DataTable tab = conn.searchData(searchTmp); bindingSource1.DataSource = tab; ...
0
votes
3answers
124 views

Conditional Formating in Html?

I am writing a website and I am currently working on the sign up page. I have a drop down box and I want to have that drop down box open different sign up information for each one. For example: If ...
0
votes
1answer
83 views

Parse xml and apply formating to text

I am storing some text in a XML file and want to display it in my application by applying the formating to the text in a RichTextBox or something similar (maybe it would be better to have it as a ...

1 2