Hi All,
I have an application and from this application I have to start another process by shutting down the current application and after the completion of the process again start the application. The flow is as follows, suppose I have an application app.exe, and another application another.exe, so i have to do following:
1) Start app.exe
2)…
Hi everyone,
I have just updated my cakephp library to latest version 1.3.1. Before this I was running v1.3.0 with no errors.
After running the application I am given this error message.
unserialize() [function.unserialize]: Error at offset 0 of 2574 bytes [CORE\cake\libs\cache\file.php, line 176]
I updated the libraries simply by replacing…
Hi All,
I have a listview defined by the following xml. I need to toggle the image in the list during runtime when the user clicks on any row. How can I achieve this? Any help is highly appreciated. Thanks
//list_item.xml
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
…
Hi All,
Actually i am using avaudioplayer.
my player is working very fine (forward,revind,play,pause,volume,progress bar).
Only problem is that i am not able to stop the song.
so all songs are overlapped please any body tell me where i put [self.player stop] to stop my player when i play new song.
please tell me what invalidateList(); function does?
i have one line of code, in which this function is getting called on arraycollection object
like
dg.invalidateList();
where dg is the id of datagrid, dataprovider for this dg is colors which is an arraycollection??
plzz tell me wht the invalidateList() function is doin?
thanx
Hi All,
in my application i am having a panel with associated a wxWindowDC and wxMemoryDC.
i have to draw the various thing on that panel like bg color, on top of bg color bg image and on the top bg image i have to draw some text etc.
I am storing all this thing into memory dc and finally in paint handler i m copying the memory dc to window…
I am totally lost with the things that is happening with my code.It make me to think & get clear with Array's thread Safe concept. Is NSMutableArray OR NSMutableDictionary Thread Safe ?
While my code is under execution, the values for the MainArray get's changes although, that has been added to Array.
Please try to execute this code,…
Hello All,
i want to get list of all application or Threads attached with a process.For example when we open different window all run with explorer.exe or we open different window of mozila all are in firefox.exe.
i have to check that if a window is all ready open no need to open this.and if it is in background or minimized then then…
Hi All,
I am using in UitableView database.My table view works successfully (add single item,add multiple item,delete all) only problem is there when i want to delete single item for this i using Uitableview edit option.
so how i add database method for deleting single item from database and also from table view.
Please help me.
get all available fonts from google font api
I like to apply the same function in my Fiddle
HTML
<select id="styleFont">
<option value="0">Myraid Pro</option>
<option value="1">Sans ref</option>
<option value="2">Times New Roman</option>
<option…
HI,
I have query having multiple regexp in where clause. The coloumns contained in the where clause have already been indexed.
But the query is not using the indexes.
Does MySql regexp cause use of indexes ? If not, what could be the workaround for this ?
I currently developing a website, where i allow the users to upload an image and display it on the same page the moment it gets uploaded fully. How can I do this. I am developing the site on asp.net (C# & webforms).
I am trying make the Pedometer application in iphone. I did n't find any code for this .
How to calculate the step with use of acceleormeter.And how to display on screen of iphone
I need the source code for using of accelerometer for step counting.PLe help me out from this.
Hello All,
I am developing a winform application in which user's login is validated through ms sql server 2000 database.When user entry its user name and password, application checks its exists in user table or not.
Now my requirement is if a user already login through one system it should not log in through another system.
if…
I have some issue in my code in that first I want to get latlng of my given address/city name from two text boxes after that i converts it to from position's latlng and to position's latlng and at last i want to draw a polyline between these point and markers on both point also, But now i am trying to draw a line between these…
Actually i was trying to get data from elgg database based on multiple joins. It generated very big query with lots of JOIN statements and query never respond back.
SELECT distinct e.* from test_entities e JOIN test_metadata m1 on e.guid = m1.entity_guid JOIN test_metastrings ms1 on ms1.id = m1.name_id JOIN…
var vals = new Array();
var i=0;
var options='';
jQuery('#SearchResultsTable123 tr:gt(0) td:nth-child(2)').each(function(){
var t=jQuery(this).html();
…
I am building a whiteboard, which would have a server(teacher) and clients(students). Teacher would draw something on his side, which will be shown exactly same to the students.
I want to know which component i should use to do the drawing? i am currently drawing on JPanel .
I…