All Questions
0
votes
0answers
2 views
Spring scala Example Projects are available?
I am new in scala spring and i learn about it just now.
the scala spring example projects are not available. I search about it a lot ..
The Spring scala sample projects are available anywhere?..
...
0
votes
0answers
2 views
Highcharts area fillOpacity do not work when changing the color
I want an area chart with opacity 0.1. If I do not specify the color, everything works fine:
plotOptions: {
series: {
fillOpacity: 0.1
}
}
series: [{
name: '1',
data: [1,2,3],
...
0
votes
0answers
2 views
WindowBuilder doesn't allow to build a very big panel
guys, I hope you can help me. I am building a quite complex GUI with WindowBuilder in eclipse Juno. One of the components of this GUI is a ScrollPane which contains a very big JPanel. This panel's ...
0
votes
0answers
4 views
Change text into a button doesn't work
I write the next code:
<span id="post">search by id</span>
$("#post").click(function () {
var input = $("<input type='text' id='input_find_by_id'><button type='button' ...
0
votes
0answers
2 views
Retina 3.5 has wrong origin after rotation in modal view to UIInterfaceOrientationLandscapeLeft
I have a weird behaviour with my view representation.
my structure:
Window -> MyTabbarController -> GraphViewController -> (modal) SelectItemViewController;
After I updated my app to ...
0
votes
0answers
3 views
Trouble in views on android with onclick at RelativeLayouts
i'm having the next problem.
I have two layouts, one behind the other. When I click on the first view the "click" pass trough the view and it arrives at the second one. How can i stop the onclick ...
0
votes
0answers
4 views
Zend 1 unittest don't send POST value
I've got this simple test
public function testUserCanRegisterAction()
{
$data = array(
'email'=>'[email protected]',
'password'=>'password',
...
0
votes
0answers
6 views
asp.net c# adding multiple tablerows to table only results in one row
I have to add a selection of data from the database to a table dynamically. To do so I have created a table that has rows added to it in a loop. However it only really adds the final row. I assume ...
0
votes
0answers
3 views
Plotting onto specified axes in Matlab
I have the following code for a pushbutton using Matlab GUI.It is supposed to plot a rotating arrow which rotates to the angles specified by theta 1 and theta 2.
function ...
0
votes
0answers
15 views
Login Form with multiple accounts
So, what I want to achieve is using this form with multiple accounts.
e.g, I want 2 different users, with different passwords and usernames to have access.
Any help on that? I am a complete newbie ...
0
votes
0answers
5 views
Webapp is running on local tomcat7 but not on linux tomcat7
I developed a webapp with jsf2 and primefaces 3.2.
The webapp is running local without any problems on a clean tomcat7 installation. So I dropped the .war file in /var/lib/tomcat7/webapps on my linux ...
0
votes
0answers
4 views
Network error (tcp_error) when uploading file using NeatUpload asp.net control
I get the error below when trying to upload files using NeatUpload asp.net control.
Can anyone help me please?
![enter image description here][1][1]: http://i.stack.imgur.com/wtyPR.png
0
votes
0answers
2 views
How come kendo ui dropdown list has an issue with optionsLabel?
I have a kendoUI dropdown list, I've been having issues with the template and I couldn't manage to have a header for that template; I did what I learned from internet but it didn't work well, along ...
0
votes
0answers
3 views
Getting Stop-NlbClusterNode : A parameter cannot be found that matches parameter name 'Credential'. error while stopping node
I am using the following script to stop the node on a machine. But getting Getting Stop-NlbClusterNode : A parameter cannot be found that matches parameter name 'Credential'. error while stopping node ...
0
votes
0answers
12 views
Which table to specify in this update?
I have two tables that are identical in structure. Table1 holds moderated data, table2 holds the rest.
Table 1
+------+--------+---------------+--------+-----------+
| "id" | "name" | "description" ...