Hi,
I have to call phone number and detect if the modem at the opposite side is hang-on.
How can I do this in C# ? With SerialPort ?
Thanks in advance
BEst regards
hello,
in struts2, i create a simple appln.I use client side validation(using ActionClass-Validation.xml),when i get validation error it displays the message well..but a error repeatedly occur it display the old and new message again and again..how can i solve the issue?
user name: xxx
password error
password error
password :
Button
thankss
GTK how to remove scroll bar from GtkScrolledWindow.
I want to keep scrolling but don't want the visual scrolling bar on right side i just want to hide it. using GTK + C.
I Tried
gtk_widget_hide_all(gtk_scrolled_window_get_vscrollbar(GTK_SCROLLED_WINDOW(scrolled_window)));
but it does not work.
Hi,
I have a jquery datepicker with the numberOfMonths set to 3, currently when I click on the datepicker, the left side month is the current month. In most cases, the user is only going to be selecting a date prior to todays date so I would prefer the current month selected to be the last calendar i.e. March, April, May instead of the current implementation which is May, June, July.
Greatly appreciate any help!
Hi I'm not too sure how to create the attached image effect where the right hand side is my main content and it shades onto my left sidebar which has a gradient effect downwards.
I have create a table in sqlite.
there is two fields pk_categoryid,category_name.
I want to enter only one value from user side.
so how can I create sequence
I'm using the WPF DataGrid control to show some details and a select button, and I don't need the grey selector column down the left hand side. It's also ruining the beauty of my design ;)
Is there a way to remove it, or how can I style it to match if not?
Is there a library or tool that can take an html page and some css, and then render an image?
I would like to define some templates server side using html code snippets, and some CSS to define the layout. Then using the template and CSS, I would like to essentially render an image of how this would display in a browser, and pass the image back to the client.
Thanks.
I found a post from a while ago that addresses a similar question but I think it's a bit outdated. I realize implementations of JPA tend to be more on the heavy/dense side, so if you know of any lightweight (non-JPA) ORMs I'll most certainly appreciate your input. I did see the answer about ActiveAndroid in the other post and am curious to know if anyone tried it out.
I have came across a situation where I need to have same certificate on 4 machines which are communicating with each other in a two way ssl.
Will it be problematic to have same certificate on client as well as server side for two way ssl communication.?
Thanks,
Vinds
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
The list in the left side of the page (the names of the cities) are correctly displayed in Firefox and Chrome but in IE7 the list disappears.
Any suggestions?
http://ada.kiexpro.com/html/map.html
An enormous equation. You need to add \left| on the left side of corresponding |. The corresponding | you need to replace with \right|.
Equation
\begin{equation}
| \Delta w_{0} | = \frac{|w_{0}|}{2} \left( |\frac{\Delta g}{g}|+|\frac{\Delta (\Delta r)}{\Delta r}| + |\frac{\Delta r}{r}| +|\frac{\Delta L}{L}| \right)
\end{equation}
<Me:FunctionalParFractal runat="server" ID="stockNextDayProg" MinZ=" I LIKE TO BUT it dynamicly" />
I know that i should do it from controller side but i ask, is this possible somehow?
Tnxs
Hi all
I have a repeater in the right side of my page and a textbox at the left of the page. have created the items in repeater in a div so that i can move them into the textbox. on drag drop of the same, the value in the div shall be copied over in the textbox.
Kindly share code if any
I recently installed the release version of Visual Studio 2010. So far I'm less than impressed with the rewrite and was wondering if I'm the only one.
The thing I dislike the most is the inability to use the old-school MDI windows instead of the dreaded tabbed documents.
For the other side the usage generator seems like it may prove useful in time.
So what do you like or dislike about the changes to VS2010?
I get multiple text files daily to update my database from my client side and I am not a DBA expert. Every day I update it manually. Is there any method I can use to make this easier? I think there is a way to automate it but I don't know exactly what to do.
I have an XSD document that I need to communicate with an endpoint (client side only) - is there this functionality built into spring? I have been using JAXB, but was wondering if spring has some sort of wrapper. Thanks.
Hi,
I have recenlty stumbled into Zend Lucene port of Lucene project. I have a little bit experience with SOLR so I would like to know what is the difference between two of them especially from performance and installation side.
As much as I know SOLR requires Tomcat serverlet running in web hosting in order to work, what about Zend Lucene library?
I am also a bit confused what means "being implemented on the top of Lucene"?
I have a chechbox in a gridview. i need it disabled for some condition and enabled for other.
Problem is how to fetch check box id out side the grid.
Please help ....
Hi,
I have an image of 4x4 in size and I want to use it all around a DIV's border. The following:
-moz-border-image: url("../images/window/side.png") 4 4 4 4 / 4px 4px 4px 4px repeat repeat
will place left and right borders, but not bottom and top. What's wrong with it? I think I have misunderstood the syntax and if that is so, how does this syntax really work?
Hi, i have one problem with the Jquery callback functions, here is the link:
http://saveenergy.metropolia.fi/views/pihkapuisto/
as you can see, the first page works fine. but all the others are not fine. they always right side and the size is too small. anyone knows how to change the position and size, make it looks like the first one? thanks
I would like to disable client side validation on certain fields in my user form. Currently I have two sets of fields that are displayed depending on the value of a previous drop down list. i.e. if the drop down list is set to value "A" 1 new field appears in the form. If the drop down list is set to value "B" 3 new fields appear in the form (mutually exclusive from the new form field when "A" is selected). Currently my Dojo client side validation fails because the fields that are not shown to the user (and thus no data can be inserted into those fields) fails to validate.
Currently I determined that I can set the "validate" attribute to return true like so:
<input type="text" id="companycity" name="companycity" class="textinput" value="<?php echo set_value('companycity'); ?>" style="<?php if(isset($errorData['companycity'])){echo $errorData['companycity'];} ?>"
dojotype="dijit.form.ValidationTextBox"
required="true" trim="true" validate='return true'"
regexp="([a-zA-Z]{1,25})"
invalidMessage="Invalid value. Must be between 1 and 25 alphabetic characters long.">
This fixes my issue for hidden fields. However this now means that no validation is performed when this field becomes visible to the user (i.e. the validate attribute is still set to return true).
I have tried removing the validate property when a field is displayed to the user like so:
dijit.byId('companycode').attr('validate','');
This just set the attribute to nothing. This however gives errors in firebug saying validate method not found, so I take that to mean I did not remove this attribute correctly or removing this attribute is not the appropriate way to do this.
I have also looked at overriding the validator method here but this doesnt seem like what I want either. I do not want to have to rewrite all the validation methods in place of dojo's.
I just want dojo not to validate if the field is not visible to the user. Thanks for any advice or help.