hi
i want to resize a image by touch event if the user stretch the image the image size should increase, and if reduces the image the image size should reduce, is it possible
thanks in advance
Hi all,
I have been working around in UIImagePickerController and am struck with a problem where I need to get the precise moment when the camera shutter opens in UIImagePickerController when the source type is set to camera (UIImagePickerControllerSourceTypeCamera).
I have done some googling around and have realized that no one had such strange requirement!
I looked around the docs of UIImagePickerController and UIImagePickerControllerDelegate hoping to get some delegate method / callback indicating the camera shutter open event, but did not find any.
Any suggestions?
Thanks for any help,
Raj Pawan
I'm working on a web application where I'm trying to capture when the user rotates the screen. Fundamentally, I want to know if the user is browsing in portrait mode or landscape mode. The iPhone/iPad and Android browsers send a resize event when the screen orientation changes.
Unfortunately, the browser in webOS doesn't seem to send that notification. Any advice on how to detect in the browser any changes in orientation on Palm webOS?
Thanks.
Hi All,
I have a javascript class with methods and properties.
Is it possible to wire this class up to a pageunload event?
I am trying to call a method in my class when the user moves pages.
How can I do this.
Thanks
Hi everybody,
First of all, thank you for reading my question.
I would like to know if there is any way to handle the browser exit event.
For example, I would like to send a query when the user click on the cross-exit or simply close his browser.
Thanks a lot.
$t0rM
when i used onClientClick event for calling a javascript function in .aspx file. but it's not working at all.how can i get alert for input of data within "<" in textbox.
pls help me
Hi,
I am using cakephp 1.1. for my project.I used ajax-form for form creation.In one form, form submitted using onchange event of selectTag taking submit button and giving submit.click for that button.But it peroperly not redirect to view file gives error "cake/libs/model/datasources/dbo_source.php" and submit that form,but I am not getting to which view it is submitting(submittied form to itself).
Does anyone have a sample post build event for Babel Obfuscator I can just copy and paste into my .net assembly release build configuration?
The documentation for Babel is 54 pages long, and unfortunately doesn't come with any real world samples on how to use it with Visual Studio integration.
Failing that , is there a free obfuscator out there that integrates well with VS 2008 post build, so that it will obfuscate the release DLL during each new build. I was using Eazfuscator which broke since they released version 2.8.
Thank you
Hello,
In an application I'm designing, the user has to be able to specify rather complex event scheduling (continuous time-block vs. daily time-blocks, exception date/times, recurrence patterns etc.)
Does anyone know of a good design page for such a thing online? For example, I was highly impressed with this page's description of how to do database audit trails, and would love something similar.
Thanks.
I want to cancel out key press event when my textarea field gets n no of characters from user. At that point i dont want user to enter any more character what to do
I have a class that extends Application. In the class I make a call to AlarmManager and pass in an intent. As scheduled my EventReceiver class, that extends BroadcastReceiver, processes the call in the onReceive method. How would I call the intent again from the onReceive method to schedule another event?
Hi..
I have a class inherited from Qwidget, now in that class I will be creating "Qlistview" object and filling up the items to view..
When the selection of items in the listview gets changed I want to get the "selectionchange" event to come..
So how can I achieve this.. pls tell me in brief...
thanks
I'm trying to extend the GridView class to always show the header and footer even when the datasource is empty.
I found this website: link. However, it is written in C# but I use VB. What's the VB equivalent of line 76 (public event MustAddARowHandler MustAddARow;)?
http://code.google.com/p/swfobject/
How to bind onclick event to flash via swfobject?
For example i need to add onclick url, because there isn't built in url on click.
Thanks.
Goodmorning everybody!
Can you please help me?
I have a problem with this part of the script:
$output = cal_top();
switch($action){
case "add":
include("includes/event.php");
$output .= cal_event_form('add');
break;
case "delete":
include("includes/delete.php");
include('includes/viewdate.php');
$del_error = cal_del();
if($del_error!="") $output .= "<center><span class='failure'>$del_error</span></center><br>";
$output .= cal_display();
break;
case "modify":
include("includes/event.php");
$output .= cal_event_form('modify');
break;
case "viewdate":
include("includes/viewdate.php");
$output .= cal_display();
break;
case "viewevent":
include("includes/viewevent.php");
$output .= cal_display();
break;
case "search":
include("includes/search.php");
$output .= cal_search_form();
break;
case "submitevent":
include('includes/eventsub.php');
include('includes/viewdate.php');
$sub_error = cal_submit_event();
if($sub_error!="") $output .= "<center><span class='failure'>$sub_error</span></center><br>";
$output .= cal_display();
$_SESSION['cal_action'] = "viewdate";
break;
case "admin":
include('includes/admin.php');
$output .= cal_adminsection();
break;
case "login":
$_SESSION['cal_noautologin'] = 1;
include('includes/login.php');
$output .= cal_login_page();
break;
case "logout":
cal_logout();
$_SESSION['cal_noautologin'] = 1;
cal_clear_permissions();
cal_load_permissions();
It shows me this errors:
Notice: Undefined variable: action in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 145
Notice: Undefined variable: action in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 149
Notice: Undefined variable: action in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 156
Notice: Undefined variable: action in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 160
Notice: Undefined variable: action in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 164
Notice: Undefined variable: action in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 168
Notice: Undefined variable: action in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 172
Notice: Undefined variable: action in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 180
Notice: Undefined variable: action in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 184
Notice: Undefined variable: action in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 189
Your help could be very helpful for me!Please Help me;)Thank you.
hi,
I have created a dynamic TClientDataSet component and tried to fire the OnCalcFields event....it has'nt worked. The code looks like this...
table := TClientDataset.Create(Application);
table.OnCalcFields := tableCalcFields;
where tablecalcfields is the method defined by me.
thanks for answers,
Vijay
Hello All
I want to show A Panel on My Button Click Event And I want There is A transparent Screen Come between panel And other window Control . How CAN i Do it ?
i m doing it all dynamic using C# not In xaml.
Thanks in Advance
shashank
I am using Enterprise library 3.1 to log application logs in Windows event logs and i want to read this logs by passing the date parameter.
Please note that i will be accessing the remote machine and the performance should be good. Is there any method that can be used to read these logs using Ent Lib...
or Please suggest some good method.
I have a Delphi COM Add-in for Outlook (2000-2007) and am trying to find a way to register an event when an MailItem in Outlook is marked as read. I want to add an additional property to the item as/just after it is marked as read.
Does anyone have any idea how to do this using the Outlook Object Model? I am also using Add-In-Express components to help get to additional properties events.
Im creating a dynamic MenuBar from xml file, and binding events to menu items using Connect().
Some menus does not have items inside, but needs to fire events.
Is there a way to attach an event handler to a wxMenu using Connect()?
*Im Using wxWidgets 2.8.8 & MS VC++ 6.0
Hi,
In Visual Studio 2008 we run a post build event which calls NANT and in turn creates our config files.
e.g.
if $(SolutionDir) == . GOTO end
nant -buildfile:$(SolutionDir)default.build create..web.config
Is there a way to run this only on ReBuild?
Thanks
Is it possible to detect at what text position the user tabs into a UITextField? E.g. by capturing the touches began event and then processing the tabbed position?
Is there a simple way in jQuery to detect when scrollbars appear and disappear on a div that has overflow:auto? (Like an event? Fingers crossed...)
(I'd prefer not to have to look at the height of the content of the div)
Thanks!