I currently have 2 JLists in my window. Every time I click on a item of ListA, I'd like to add to ListB an item with the same text. How can I accomplish this?
I'm working to create an HTML email which includes 2 images. Currently, I'm using tags to place the image in the email. Problem is when users get the email, it's asking the user to "click to download" for security reasons.
Is there a way to embed the image in the email, to avoid this issue?
I'm using Coldfusion to send the email.
Thanks
The Twitter app is a tab bar app on the iPhone. Nothing in any of the tabs will rotate, yet, when you click on a link from a tweet, the view controller that is pushed on top of it IS allowed to rotate. The only rotations I have ever doe is from tilting the device, landscape or portrait, but I don't understand how to use 2d transformations and animations to rotate views.
How do you rotate any view with that's a subclass of UIView?
hi
i want to know about how to display a messege box to display a messege "Pleace restart your computer" with yes and no option is user click on yes then system restart. This messege box want to show after complition of installation.
if is there any idiea about that then please help
and i also want to knw if is there any code for that then where i place this code in installer class of elsewhere?
I don't now if this title is very clear, but I would like to understand how this is possible :
And how we can have 2 elements on the same row of the listview, and handle different clicks, as the listview deals with handling the click on a child.
Thanks for anyone who could point me in the right direction.
I have some text in Photoshop, which I want to use in the web page as image, to save the special font, which is not supported by the browser.
When I try to copy the text layer to a new document in Photoshop, so that I can save it as a separate image file, the text appears very bold, different from the text in the original file.
p.s.: I copy the text layer using: select layer - right click - duplicate layer - to new document;
I have a gridview inside an update panel and a treeview on the left side. When i click on a node, data is populated in grid view.
The gridview disappears when page index change event is fired.
Im binding the data on page index change.
This does not happen when i remove the update panel :(
Please help me!
Thanks
Hi Folks,
Is it possible to enumerate all main menu items of other programs on Windows? How?
And how to click any of those menu items after getting the menu item list?
Thank you very much!
Hi,
For some reason I can't get my test's to load in my project.
In the test explorer it says
"This process exited without registering with the agent - this may be due to the module not containing any test fixtures"
....I've tried Right Click-Add TestFixture, and adding them other various ways
I can get it to work on a blank project
Any idea which settings I might need to change
func1();
func2();
...
In func1 there is a button widget,and in func2 a textview widget.
I want to operate textview when I click on button widget.
But at the time I define the callback,textview is not available yet.
How can I work around this?
I just replaced a radio button for selecting the users mobile device with divs containing images instead. I am using a JQuery click event to detect when the user chooses an option. How can I make this keyboard accessible?
I always find my self in trouble with alot of (namespace or refference errors?), when trying to rename a project in VS.
This is how I do: I click on the project and press F2 and rename it.
That procedure do you guys follow?
I use to work in Eclipse, and there I don't have the problems, maybes it's easy in VS too and it's just me.
Thx, radbyx
ok i have the view in which there is a list. every record in the list have some child records . when i click on the details link . i want the records to be displayed in the table below. what mechanism i should follow. i want some way to trigger the table below?
Hi, How do i get a different file name on a webserver by requesting the url.
for example "file" click url link and get "file.bin"
the "file" is located on a webserver by requesting the url, user can download "file.bin" instead of "file"
something like (file + .bin)
I have a set of validation controls on my asp.net page, to validate values in textfields. I also have a calendar control on the same page. When I click on the calendar image, the validation control message box pops up. How can I avoid that from appearing when the calendar icon is clicked?
Hi, I want to send the username and password values which user types in html input elements to server to check if the username and password is valid or not when user click login button, using post request in $.ajax(options) method in jquery, but I don't know how to send those username and password to server. What option should I write in $.ajax(options) method to get those values from server?
I have used javascript to upload more than one file. when user clicks on 'add more' javascript appends new object to older div using innerHTML.
Now the problem is if I select a file and then click on "add more" then new file button exist but older selected file removes and two blank file buttons display. I want this old file must be selected when user add new file button.
If anybody can,
Help Plz!!!
tnX.
Does anyone know why im getting runtime error when i click on return button on iphone keyboard. I need to hide keyboard after done editing values to UITextField. So i assigned Did End On Exit to IBAction and the IBAction code below
-(IBAction)FinishEditing:(id)sender
{
[folderName resignFirstResponder];
}
When running ma project i facing a runtime error and the variable values shown below
argv char ** 0xbffff58c
*argv char * 0xbffff6b8
**argv char '/'
Console Value
(lldb)
Any idea to overcome this issue??
Hi,
I created one blackberry application which will play a video on a button click.This is my code,
invocation=new Invocation("file:///SDCard/Blackberry/videos/PlayingVideo/funny.mp4");
registry=Registry.getRegistry("net.rim.device.api.content.BlackBerryContentHandler");
try
{
registry.invoke(invocation);
}
catch(Exception e)
{
}
Now i can play the Video file.After clicking the Back button the native player is going to the background.It always running in the background.But i want to close that player.I have no idea about how to do it.Anybody knows please help me.
hi guys,
Is there any methods for downloading multiple files at the same time? That is, after select multiple files, click the download button, and choose the destination directory, the files selected will be downloaded at the same time.
i googled it and not find any solutions, can anybody know? im using struts1 and spring2.
Is there a way to hide a form from my users until they click a link and then the form drops down for the user to fill out, by using PHP or JQuery if so how? Is there a tutorial that will teach me how to do this?
Hi
I am developing small application usng jsf1.1+ajax4jsf+tiles
when i click the a4j commandLink the entire page is reloaded.
I want to update only portion of the page.How to resolve that?
Hi everybody, I have a form in swing with a lot of textfields receiving data, then, the idea is when a click on a botton, the app catch all the data from the textfields. Do you know a good practice for this?, or is it necessary to catch textfield by textfield to get the data?..
Thx for your time.
Hi
I am currently working on setting tab order for my appliction.
When I click some item inside grid view or datagrid it display pop up, How can access the client id of the particular item (cell) which caused the pop up to appear..
??
And also how can reset the focus back top that item in grid view..
can anyone help??