I don't know how to build Boost with C++0x compilers. Which option must be given to bjam? Should the user.config file be modified?Can someone help me?
Best,
Vicente
Can someone direct me to an example or explanation that will help me either:
Extend the SilverLight AutoComplete Box to allow watermarks.
Extend the Watermark TextBox to allow AutoComplete functionality.
It strikes me that option 1 would be easiest, but I'm open.
Thanks in advance.
I want to display the price adjustment of an attribute on the customer's invoice.
so, for example the customer's invoice would contain this;
Products on order:
1 x Blue Sweater - $15
SKU: 22810R
Weave: coarse $1.95
Wool: Marino $3.00
Weave and Wool would be the attributes with their price adjustments.
I know this is controlled in the Ubercart invoice template, but I am looking for the PHP mod to display the price after the option. THANKS!
I tried using shell-command, but it just does something like this:
Sudo password:
incorrect, try again.
Sudo password:
incorrect, try again.
Sudo password:
incorrect, try again.
Failed three attempts.
without actually asking for a password. I don't want to have to start up Emacs using sudo emacs, but I guess that's an option if nothing else will work.
Hi,
I would like to bypass firefox anti-phishing support programatically. Not by disabling its safebrowsing option either manually or programmatically.
Actually, when firefox loads a document, it makes a call to google to determine whether the requested site is phish or not.
If I get when this happens, I can bypass it. Meaning that I would not allow firefox to show its error page.
Can anyone show me the way?
-Abhay
Hello,
is there a way to print pdf files from a java webapplication on the local printer of the end user (connected via vpn)?
The simple lookup of a printer via Java Printing Service always returns printer which are not able to print pdfs. Are there other libs which can be used for printing in java?
By the way, just opening the pdf in the browser is not an option, though it must be possible to run scheduled batch printing without user interaction.
Thanks in advance
I have a class2 which is involved by class1 when clicks are made. I have to pass some parameters/objects from class1 to class2. I only know the standard way which does not have an option of passing parameters.
// launch the full article
Intent i = new Intent(this, Class2.class);
startActivity(i);
In Windows, how can I programmatically determine which user account last changed or deleted a file?
I know that setting up object access auditing may be an option, but if I use that I then have the problem of trying to match up event log entries to specific files... sounds messy! I can't think of any other way, so does anyone either have any tips for this approach or any alternatives?
I need to know when I click on an element if this element have a css option. I am thinking at something like this but it does not work:
if ($('#element').attr("text-shadow")) {
alert ('i Have')
}
else {
alert ('i dont')
}
Any tips on this one?
Thanx
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 to give the user an option of saving that frame as a document, either Microsoft Word, Microsoft Works or PDF?
I'm trying to install the Java Enterprise Edition 6 on my workstation. I downloaded the installer from the Sun website. Whenever I get to the option in the installer "JDK Selection" I'm told to manually select a JDK. I gave it my path (C:\IBM\rad7\jdk\), and was told it is invalid. What do I need to do to successfully install JEE6?
Hey everybody
I am trying to use trace() in flash builder 4 - but it doesn't work!
I am running in "debug", also I added to the flex compiler options the "-debug=true" option.
What am I doing wrong ???
Thanks!
Hi all,
In mac we have option to delete items securely from trash, while deleting it warns that: once deleted items will not be recovered.
I want to know that is there any way by which items deleted "normally, (not securely)" from "Trash" can be recovered?
Thanks,
Miraaj
I am having the hardest time finding urls to use in Scala Designer 5 showing video streams. I am new at this program, but there is an option to run a video as a background. I have found a couple of samples to link to, but nothing great thus far. Anyone out there using this program and wanting to do the same?
Thanks.
someone said to me that jsf is better to share information within context, but struts 1.1 can't.
In JSR168, if we need to develop a portlet, share information in context is critical.
so jsf is better option.
so what is share information within context ? Does that mean that different application deployed in the same container can share date ? Or what other means ?
What is considered best practices when cleaning up JDBC resources and why? I kept the example short, thus just the cleaning up of the ResultSet.
finally
{
if(rs != null)
try{ rs.close(); } catch(SQLException ignored) {}
}
versus
finally
{
try{ rs.close(); } catch(Exception ignored) {}
}
Personally I favour the second option since it is a bit shorter. Any input on this is much appreciated.
hi,
I've created a custom coponent for joomla and I've created a menu which uses that component and set a template for that menu. The thing is when I go to the url
test.com/index.php?option=com_mycomponent, it still uses the default template instead of the template that I set it to.
PS: The component works, only it's using the wrong template.
I have to develop Facebook app and put it into custom made facebook page as a side widget.
what are alternatives on customizing Fan page (one I googled is through static FBML - FBML)?
also I need to provide backend part in clients site so banner in the page can be changed from there. considering this I assume the "static FBML" is not an option right ?
anyhow any directions would be much appreciated
I found a list of parameters that PayPal accepts, and I want to use a few additional ones other than what Django-PayPal recognizes. Is there an option for this?
I know this may be the simplest question ever asked on Stack Overflow, but what is the regular expression for a decimal with a precision of 2?
Valid examples:
123.12
2
56754
92929292929292.12
0.21
3.1
Invalid examples:
12.1232
2.23332
e666.76
Sorry for the lame question, but for the life of me I haven't been able to find anyone that can help!
The decimal place may be option, and that integers may also be included.
Hi ,
I am switching content template of a ListViewItem at run mode to enable editting the item.For that i am showing a panel with Ok and Cancel options and i need the user to select any of those option before moving to anotheritem. Means i want that panel to behave like a modal dialog.
Any suggestions ?.
Advanced Thanks,
Das
A project I'm on requires Visual Studio 2005. One annoyance is that when a website project in the solution, any compile errors from .aspx or .ascx files show up like:
(0,0): warning CS0168: The variable 'ex' is declared but never used
(0,0): warning CS0162: Unreachable code detected
(0,0): warning CS0168: The variable 'ex' is declared but never used
(0,0): warning CS0168: The variable 'ex' is declared but never used
How can I track these down? Is there an option I'm missing that gives me filename and line numbers?