The generated tag has no wiki summary.
17
votes
4answers
5k views
Pre-build MSBuild task to update AssemblyInfo not in sync with built exe
I am using a pre-build task in Visual Studio 2008 that invokes msbuild:
C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe $(MSBuildProjectDirectory)\version.targets ...
2
votes
3answers
1k views
Programatically enable Adobe PDF usage rights
Is there any way to programatically enable Adobe PDF usage rights from .net code ?
I'm using ITextSharp library to fill an XFA Form with XML Data (generated from app),
but the output PDF does not have ...
1
vote
1answer
55 views
Adding custom header to generated SOAP proxy
I have generated a proxy class from a wsdl file (C# VS 2008)
The webservice expects an element within the soap header.
When I try to add this element using proxy.RequestSoapContext.Envelope.Header I ...
1
vote
2answers
58 views
Include generated files automatically on hg archive
I have a huge Mercurial Repository with a gerated file called ".version". This file is automatically generated with a hook each time a commit is made or an update is done.
However this file is ...
1
vote
1answer
80 views
Getting Generated Always Columns list from DB2
Is there any way I get all column names and assoicated table names which has identity column set as generated always?
For I dentity columns I can simply use syscat.columns but how to fitler identity ...
1
vote
1answer
197 views
iOS CoreDataGeneratedAccessors and save in one to many
I have used coredata in a project with only a parent and a child [one to many], cd will generate the entity.h and entity.m for NSManagedObject, [ok]
the problem is that in my prior project , the ...
1
vote
1answer
99 views
Print statements generated by Android SQLiteOpenHelper
I have an update statement that does not work properly and want to know how the final statement looks like. Is there a way to print out the statements generated by the Android SQLiteOpenHelper?
So ...
1
vote
2answers
143 views
how can I hide a widget that generated a signal in qt
Let's say we have more than one widgets and all of them have main menu button. so I connected all of the main menu buttons clicked signal to one slot, which is supposed to h
...
1
vote
2answers
186 views
JAX-WS - where are web service generated classes?
I'm looking at pg 344 of the Java EE 6 Tutorial:
Uses the generated helloservice.endpoint.HelloService class, which represents the
service at the URI of the deployed service’sWSDL file:
import ...
1
vote
1answer
190 views
How to capture HTML generated by browser with PHP?
I need to parse a webpage that is generated by JavaScript. So, I need to know if there is a way of capture the HTML generated by a browser with PHP.
I have seen examples of capturing the print screen ...
1
vote
4answers
44 views
how to safely write out user generated text in xhtml
How can some user generated text be safely written out on a webpage?
Is there some complete list of characters that needs to be escaped?
The ",+,: -character should probably be escaped, but there ...
1
vote
1answer
48 views
Viewing source output of a MediaWiki template
Is there a way to get the mediawiki code that is generated by a template? I want to go on to Wikipedia, use a citation template, and copy the generated wiki code to my wiki that doesn't have those ...
1
vote
1answer
732 views
Hibernate generating two different sequence Ids for PostgreSQL insert
I have an entity defined with a sequence-generated primary key:
@Id
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "id_key_gen")
@SequenceGenerator(name = "id_key_gen", sequenceName ...
1
vote
1answer
126 views
jQuery ajax call incorrectly nesting php generated html
I'm using jQuery to hijack a link pointing to a php file. This php file is mostly html, but calls two php functions that each use a for loop to output html. The problem I'm running into is that the ...
1
vote
1answer
251 views
Hibernate: Value generated by SQL query
I want Hibernate 3.3.0 to generate a value by performing a SELECT query before INSERT (persist()). Which would work like this:
@Generated(GenerationTime.INSERT)
@GenerateSQL("SELECT RANDOM() * 2")
...
1
vote
1answer
412 views
How to display html page from string
I generate some html content dynamically like:
var content = "<head><title>testtitle</title></head><body>testbody</body>";
Then I get myself a new tab with ...
1
vote
1answer
769 views
Autotools: how to cleanup files created by “./configure” in lighttpd project?
I'm starting to try out lighttpd for an embedded linux project. I got the curret source package and and started writing a master makefile ecapsulating all configer, compile, install (for testing) etc ...
0
votes
3answers
24 views
ASP.NET ListBox - Condense generated html
I have an ASP.NET page that has multiple (11) ListBox controls on. Some of these ListBoxes can have many options (100 or more).
The issue I have is that the response size of the page is 106kb which ...
0
votes
0answers
15 views
How to make a html dynamic generated button to post back and send parameters inside an update panel?
by means of javascript i generate more than one dynamic html buttons inside an update panel and i want them all to be able to postback, i am using the __doPostBack() javascript method and it works ...
0
votes
0answers
71 views
Persistence errors using @GeneratedValue for primary key
I'm new to JEE and having persistence issues with @GeneratedValue. I'm using EclipseLink 2.0 for persistence, connecting to a PostgreSQL database and running the app on Glassfish 3. I have a table in ...
0
votes
1answer
56 views
PHP: Using randomly generated and integrating a retweet/share button
I am trying to create a randomly generated phrase that can easily be shared amongst social media websites, specifically twitter. I am using the following PHP code to generate a random phrase.
This ...
0
votes
1answer
70 views
How to Create Model from Scratch
I am working to generate terrain for our project, something that will be contained in the Model class that I can draw, but I new class would be alright since I may need to look inside for specific ...
0
votes
1answer
20 views
QMAKE : Generated VS Project and Ampersand
I use QMAKE to generate a Visual Studio Project which contain a path with whitespaces, ex : C:\Program Files...
I need to add the " tag (the 6 characters html tag and not the real quote, ...
0
votes
1answer
69 views
Creating weekly and month graphs using SQL and php for site usage
So i'm building an statistics section for a website i'm building for work (managers request). i have a functioning code for a '24 hour' graph. The graph code i have works perfectly but i'm having ...
0
votes
1answer
39 views
Generating a doc file from a php “results” page?
I have a PHP generated page containing the results of a submitted form, what I would like to do is save this as a .doc file on the server.
After some googling I came across this code which I adapted:- ...
0
votes
1answer
202 views
How to tell automake that a dependency is generated and thus in builddir and not in sourcedir
I wonder if I can tell automake that a dependency is generated and thus in builddir and not in sourcedir? In my case the generated dependencies look like this:
$ head -n2 .deps/dynamic.Po
...
0
votes
1answer
268 views
runtime generated Checkbox validation
I have panel in the asp.net webpage, and i m generating the checkbox at runtime..
i want to validate checkbox, required field validator when form submit.
here is my code:
cv = new CustomValidator();
...
0
votes
2answers
101 views
Problem inserting string into array
i'm trying to insert an implode generated string to an array that then later be used for json implementation
the implode generated string is look like this
'id' => ...
0
votes
3answers
941 views
Hibernate how to prevent duplicate entry with generated id
Is there a way to prevent duplicate data entry with hibernate on entities that have auto generated primary key?
To be more specific, i have a persistent object in the database and have a transient ...
0
votes
1answer
55 views
php generated javascript files don't excecute
I'm trying to create a module for Drupal to clean up some of the inline javascript that's put on every page. The problem is, the files that I am generating are not being executed by the browser when ...
0
votes
1answer
305 views
maven can't add files in generated-sources for compilation phase
I use thrift to generate code in target/generated-sources. The thrift compiler produces a directory named "gen-java" contains all the java code. When I execute "mvn compile", the code is generated ...
0
votes
2answers
765 views
GWT forced height HTMLPanel
I'm developing a GWT project, and I encountered a problematic cross-browsering problem.
When using firefox, there are problems with the display of all the pages. I found the reason why :
In ...
0
votes
3answers
199 views
Computer Generated Vocals
Is this even possible? I.e. suppose you were given:
1) Lyrics to a song.
2) Background music of a song.
3) Timing of what syllables should be uttered when.
4) What note what each syllable should hit.
...
-1
votes
3answers
47 views
PHP Random Variable Names [closed]
Hi I'm really new to programming I mean really new so before answering, think in the mind of a programming n00b! Anyway, more to the point in PHP I'm trying to create an account system so every time ...
-2
votes
1answer
85 views
How to get Generated Source code of a web page with Java
I searched a lot, but "Google" didn't help me much. I want to get all the generated source from a web page (all the scripts, html, ...), something like Web Developer(extension for firefox) allows. ...