It may refer to Text formatting, Content format, File format, Document file format, etc.

learn more… | top users | synonyms

5
votes
0answers
251 views

Rails i18n: changing de.errors.format:“%{attribute} %{message}” has no effect

We use some self written validations for our applications. These dont use one of the already translated ones like 'empty' or 'invalid'. They are formated by the default way "%{attribute} %{message}" ...
2
votes
0answers
31 views

Eclipse Java Formater - Align Fields in Columns; Not Working

As the title states, my java formater - 'Align Fields in Columns' is not working. Hopefully Im doing something wrong that I can correct? This is how I have it set currently... EDIT: Looks like its a ...
2
votes
0answers
154 views

Insert html text into .odt OpenOffice frame with C#

Please, help anyone who worked with OpenOffice Writer document in C#. How can insert an HTML formated text into a text frame? The following code: textInTextFrame.insertString(cursorInTextFrame, "The ...
2
votes
0answers
392 views

Copy a rows contents and formatting (to another sheet)

What im wanting to do is copy an entire row's contents and formatting to another sheet. At the moment ive had to settle for setting the old cells contents to the new cells contents and in doing so it ...
2
votes
0answers
836 views

Video Streaming in Android: dealing with format and headers

I'm currently trying to stream live video from an Android device. Unfortunately, I am unable to read the stream I got through the network. I figured out that the problem is due to the format used for ...
2
votes
0answers
424 views

Django filter for converting the number of seconds into a readable form

I have model: class Track(models.Model): artist = models.CharField(max_length=100) title = models.CharField(max_length=100) length = models.PositiveSmallIntegerField() where length is ...
2
votes
0answers
1k views

printf not printing to Xcode debugger when format string is involved (in a plugin environment)

I have a pretty obscure problem here. I'm writing a photoshop plugin (for mac) using Xcode. I use printf statements for simple debugging. A printf without a format string works fine, however, if ...
1
vote
0answers
23 views

Hive custom XML input

I have some issue with xml input for the hive table. My hive version is 0.10 I created table by this statment: CREATE EXTERNAL TABLE logAlert (storexml string) STORED AS INPUTFORMAT ...
1
vote
0answers
65 views

What are the format specifiers I can use?

I'm using code::blocks with windows to program in c. Lately, I've hit a few problems trying to find out the addresses and values stored in the addresses of floats, long longs, etc. I've figured out ...
1
vote
0answers
12 views

Change the RequestFormat globally for every routes in Symfony 2 application

Is there a way to change the default html RequestFormat for all my routes in the application? This might work, but I need to set this to each individual route: article_show: pattern: ...
1
vote
0answers
35 views

Ruby libraries or formats for cooking recipes

I'm starting to implement a website for a client that needs to save and export cooking recipes. There needs to be a CRUD edit portion and export to templated PDF. I've been trying to research ...
1
vote
0answers
35 views

How to reformat non-linear data to linear data in python?

Let me elaborate: I have a nonlinear time axis, say [2.0,5.8,8.18,16.0,32.1] (could be anything though) I have a waveform recorded at the above times, say [1,1,1,1,1,etc] I need to transfer ...
1
vote
0answers
70 views

How to read latest SPSS .por file format

Does anyone know the format of SPSS .por files? I am maintaining a utility that reads .por files. It worked perfectly up until v12 of SPSS. It no longer reads .por files created with the latest ...
1
vote
0answers
43 views

Formatting SQL code in stdout in terminal

Is there any unix/linux utility that can format (indent) SQL code from stdin to stdout? I wasn't able to find any. I have special logger utility that prints SQL dumps to stdout, but it's hard to read ...
1
vote
0answers
49 views

Copying formatted text from Text widget in tkinter

I'm working on an APA citation maker in Python using tkinter. I use the Text widget to display the citation once it's generated, but whenever I copy the text (using the ctrl+c shortcut, at the moment) ...
1
vote
0answers
293 views

SSRS date format in Excel with localization

I'm trying to export a SQL Server 2008 R2 Reporting Services report to Excel. The report has a column of dates. The date is stored as a datetime in the SQL server. The language of the report is set to ...
1
vote
0answers
73 views

Functions for editing [section] key=value configuration files (freedesktop Linux)

I am looking for common functions for writing/reading key=value configuration files. Perhaps something like the WritePrivateProfileString() functions for modifying .INI files used by Windows. I ...
1
vote
0answers
70 views

Date format in a textfield

I have a textfield: xtype: "fieldset", items:[ { xtype: "textfield", name: "dateScanned", label: "Datum", disabled: true, tpl: "{dateScanned:date('d/m/Y H:i')}" // <--- ...
1
vote
0answers
87 views

Read Native format bcp data file

With the Unix shell script, I am doing a bcp out from a table in Server1 using NATIVE format to a file - XXXX.bcpdat, then bcp in the file to a table of same structure in Server2. The bcp command we ...
1
vote
0answers
26 views

Data format for text annotations

The diff format is more or less the de facto standard for representing differences between texts and is widely used by programmers to distribute source code changes. Most version control systems can ...
1
vote
0answers
222 views

Access 2010 format property date/time Long Date

When you set the format property for a Date/Time field in a table to a Long Date, switch to Datasheet view, then click inside the Date/Time field, the format does not disappear anymore as in older ...
1
vote
0answers
50 views

php intl change field length but not position

I have a quite strang question regarding date formatting in intl extension. I see that several default date formatter exist but none matches my need. I need a date format with the following field ...
1
vote
0answers
343 views

[Linux]: Error in insmod - “invalid module format”

I was trying to cross compile a kernel module code available in internet. My development PC is Linux 2.6.31 and my target architecture is ARM with Linux 2.6.32 kernel. My toolchain is Code Sourcery ...
1
vote
0answers
150 views

Apache POI - Word Files

I have been successfully able to read a word document containing images usiong POI. I have even be able to extract a section from Word document including the images. I am writing the extracted ...
1
vote
0answers
71 views

Which pixel format to choose as “internal”?

I am writing a video analytics program which will grab frames from V4L / files / etc, than do some analysis using OpenCV(not only) and save result in separate images / video files. I need to choose ...
1
vote
0answers
120 views

Is there any tool to check the format of .mht file?

I have a nearly 20M .mht file which is generated by TestComplete during automation testing. The file generated in batch mode cannot be opened by IE. The node seems to be correct, but just no content ...
1
vote
0answers
204 views

Jxl CellType is overwritten by setCellFormat when document is opened

I use Jxl (v2.6.10) library for generating xls documents. I want to have formatted DateTime cells. All works well if using no format for cells: WritableCell wc = new jxl.write.DateTime(5, 5, new ...
1
vote
0answers
1k views

TCPDF margin and custom page size issue

At first, I will define as A4 size. Then when found the page width and height via some dynamic computation from database, I will override it by using $resolution. I need the page margin to top and ...
1
vote
0answers
341 views

Loading XNA Texture2D from Stream

I need to load several images using Texture2D.FromStream but it can only read JPG, PNG and GIF images, I already tried to convert to a PNG using System.Drawing but it seems to be too slow. Is there a ...
1
vote
0answers
205 views

NetBeans: Javadoc formatting with <code></code> HTML tags

I'm using NetBeans IDE 7.1.1 and recently discovered how to set the Java formatting schema up to my liking so I can easily format all my classes to a specific standard with a simple keystroke. ...
1
vote
0answers
628 views

C error: .o File format not recognized

I have a C project with three C files and a .h file. I work in NetBeans. When I try to make an import I get this error: gcc -o dist/Debug/GNU-Linux-x86/progetto ...
1
vote
0answers
129 views

TortoiseHg aborts unknown format when cloning

I am using windows explorer to clone a repository from a folder in a mapped drive into my local working folder. I have never encountered this problem before with any of my previous repositories, but I ...
1
vote
0answers
547 views

Datagridview to Array Issue

Currently have a C# program with two datagridviews, one with streaming data and another with calculated data. I currently run the below code to generate the MSChart: System.Collections.ArrayList ...
1
vote
0answers
115 views

Hiding embedded tweet until Twitter JS loaded

I'm trying out the new embed Tweet feature https://dev.twitter.com/docs/embedded-tweets and it renders horribly until presumably the js file is run and it styles the Tweet. I'd like to hide the Tweet ...
1
vote
0answers
126 views

How to structure this Android layout?

I starting developing an android app on version 1.5 of android as per following a series of different books suggesting to always make your app backward compatible. this was fine until I discovered ...
1
vote
0answers
603 views

In Apache POI HSSF, Cell Type Still Shows Up as “General” Excel, Even Though it's Number-Formatted

I am using Apache POI HSSF to generate an Excel spreadsheet from my Java Web app. I need a cell formatted as "Number" with 2 decimal points. (My values in Java are BigDecimals, but I can convert them ...
1
vote
0answers
62 views

nsdateformatter format Aug 8, 2011 11:40

how do i format Aug 8, 2011 11:40 into nsdate using nsdatepicker?Im trying to use [dateFormatter setDateFormat:@" MMM d, YYYY HH:mm"]; but it doesnt work
1
vote
0answers
368 views

PHPExcel: Date formatting difference between 1.7.4 and 1.7.6

I've two different results with the same code between two PHPExcel versions (same server, same code, same data). I've tried two ways to write in the cell, same behaviour. ...
1
vote
0answers
36 views

How to show in eclipe 4 spaces if the convention of my firma is 2 spaces?

the convention for java files of my new firma is 2 spaces, but I prefer 4 spaces. Is it possible to config eclipse so that 2 spaces are showed as 4 spaces? ps: use of tabs ist not allowed. ~
1
vote
0answers
153 views

NPOI / ExcelReport - WorksheetStyle, check for null or empty and default the cell with some text?

Currently I'm using something like this to check for 0 and default it with some text: WorksheetStyle NR = new WorksheetStyle("NR"); NR.NumberFormat = "[=0]\"NR\""; Format.Add(NR); How do I check ...
1
vote
0answers
490 views

SSRS Custom Currency format for NULL field does not maintain type when exported to excel

I have a Currency field in a report that can be NULL. I have an expression on that field that says, if the value = NULL then 0. My format string for this field is "'$' -" when the field is 0 or NULL. ...
1
vote
0answers
422 views

Fullcalendar format a g-cal time in jquery popup

My problem is with Gcal. e.start / e.end display the time with Timezone is not very nice ;) a way to format the hour from google? I use a mouseover to view a flyer that contains informations of my ...
1
vote
0answers
43 views

change the format of SpreadXML type excel file

We are displaying in an XML spreadsheet data exported from an SQL server DB and if th euser clicks save without changing the format the file size is over 6 time the size of the same data in native ...
1
vote
0answers
747 views

PickUp/Apply Paragraph Formatting in PowerPoint 2007

In PowerPoint 2007, PickUp/Apply does not capture some paragraph formatting, such as bullet formatting, when used programmatically (VBA). Adding the PickUp and Apply buttons to the Quick Access ...
0
votes
0answers
9 views

How to wrap a range of hex data with quotation mark in excel 2010?

I want to wrap a hex number with quotation mark as I hit the enter. 12bc >> '12bc' I used such a format type: '#' but it works only for numbers, not the a combination of numbers and ...
0
votes
0answers
13 views

DataBinder.Eval not formatting a Container.DataItem value

What seems to be a simple process is not working. I just want to format a price value coming from a datasource to display in a currency format. In my page load I perform the following: Dim dt ...
0
votes
0answers
11 views

remove extra white space in the cakephp controller before json treatment

I'm a begginer in cakephp. I've found that json doesn't delete white spaces. I'm trying to remove extra white spaces in the function in my controller before I use them as json data in my view. I want ...
0
votes
0answers
10 views

Format JodaTime LocalDate in SpringMvc JSON using formatter

I have a problem with my Spring application. How can I format a LocalDate in a JSON... The problem is that when I send the JSON I have to send a number, but when Spring generate the JSON I have: ...
0
votes
0answers
10 views

Java XML RPC date iso 8601 with timezone

I am having a hard time trying to make a web service client work. It is a XML RPC specification. I am using Apache WS XML-RPC library, which I find full of holes that causes problem due to ...
0
votes
0answers
8 views

Can't format DateTime value in Local Report?

I want to format the values in a DateTime column (in Tablix in Local Report) as month/year and I've tried various ways but it has been working unexpectedly and in a strange way, here are what I tried ...

1 2 3 4 5 9