1
vote
4answers
77 views
Python: saving output of a for loop to file
Hi,
I have opened a file with blast results and printed out the hits in fasta format to the screen.
the code looks like this:
result_handle = open("/Users/jonbra/Desktop/my_bla …
1
vote
2answers
23 views
XmlDocument class is removing formatting, c#, .NET
Hi, i was wondering if anyone knows how to stop xmldocument.Save() from reformatting the document.
Its not that the document is not formatted correctly with respect to XML, the pa …
0
votes
1answer
31 views
cakephp save returns true but does not save
Hi,
CakePHP is driving me nuts!
Here is my code:
if($this->Page->save($datavalue))
{
$this->Session->setFlash('Page content updated successfully.');
}
else
{
$this-& …
0
votes
3answers
19 views
WPF - Problems overwriting (re-saving) image when it was set as image source.
Good day all,
I am having some trouble with image permissions.
I am loading an image from file, resizing it and then saving it out to another folder.
I am then displaying this li …
1
vote
1answer
19 views
in Django admin how can I know a boolean is set true for the first time only
I have a model that contains a boolean field representing the item's approval or not.
I'd like to send an email when the box is checked.
I understand how to override the save meth …
1
vote
6answers
67 views
C# Save WinForm or Controls To File
I have been working on an application which allows the user to make a label template for printing purposes by adding label controls to a panel(which I use as a container). I have …
2
votes
4answers
94 views
What’s the best way to save data locally in a WPF Application?
I'm building some WPF application to manage my time. I'd like to save time spans for work time on project for a calendar day.
So my question is what's the best choice on how to s …
2
votes
4answers
43 views
Save Java frame as a Microsoft Word or PDF document?
I am working on a billing program - right now when you click the appropriate button it generates a frame that shows the various charges etc, basically an invoice. Is there a way t …
0
votes
1answer
33 views
Win32: “Save as” dialog file name hint
Some "Save as" dialogs provide a default file name - how is it done?
I know how to create basic "Save as" dialog: OPENFILENAME, GetSaveFileName, and all that. But where should I p …
0
votes
4answers
143 views
save (postgre) sql output to csv file
hi there,
what is the easiest way to save PL/pgSQL output from a PostgreSQL database to a csv file? I'm using PostgreSQL 8.4 with pgAdmin III and psql plugin where I run queries f …
0
votes
0answers
28 views
How to make an incremental update to a PDF
I need to make an incremental update (add some existing pdf pages) to an signed pdf, making the included signature still be valid (that cover the first page).
I've seen some post …
0
votes
3answers
71 views
Why I got black background when I save file as JPG
I set the JPanel background color as white. However when I save it into JPG or other image format, the background are all in black. I have put this code TYPE_INT_ARGB but it doesnt …
0
votes
0answers
14 views
How to save the state of a dojo grid
I want the user to be able to save the state of their grid, so that their sort options, column widths (and order) are preserved for the duration of their visit.
Does anyone know of …
6
votes
7answers
353 views
How to save data with Python?
I am working on a program in Python and want users to be able to save data they are working on. I have looked into cPickle; it seems like it would be a fast and easy way to save d …
0
votes
1answer
64 views
Firefox 3.x extensions: dialog “Save As” - choice opener, how open?
Is it possible to call Firefox Save As dialog (
chrome://mozapps/content/downloads/unknownContentType.xul ) with
specifying URL?
I found that class for this dialog stored in "nsHe …
