Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for lse123

how assign a none static var to a static var in Java/Android? String top5=scoreSaveReturn2(this.x); public static String totalPoints3;//=top5; CannonGame.totalPoints3=top5; // gives error here In a Canvas game if we have a class like: public class CannonView extends SurfaceView implements SurfaceHolder.Callback how transfer from this a var value to this public …

Member Avatar for rubberman
0
200
Member Avatar for lse123

how in a canvas HTML5 I can add more than one image,... is any stack order? how many images overlap and seem all or part of them, can have in canvas? canvas or an image can saved in localStorage html5?

Member Avatar for pritaeas
0
90
Member Avatar for lse123

I have Samsung Note 2.3.6 Android phone ... I installed Drop box and, choose sychr camera photos with drop box on wifi... well, the last 5 images repeatly uploaded on every wifi connection, i shot another 2-3 photos but shows 5 images to get upload on every wifi connection again, …

Member Avatar for BigPaw
0
86
Member Avatar for lse123

A)is used for 1) Inheritance in js(JavaScript)? Is this the ONLY way of Inheritance in js? derivedObj.prototype = new BaseObj(); or 2)adding properties/methods to an object, that added to Contractor of this obj? in this case old objects that already instantiated will have as null this property? B)prototype property used …

Member Avatar for joe.vim.37
0
139
Member Avatar for lse123

I developed an Android FlagGuessEnRu game, but I want upon success flag guess go to Google Maps(browser or MapView) for that flag/country, with appropriate scaling of the Map per country, well i get countries from wikipedia, what url to use for google map for a particular country, how from country …

Member Avatar for peter_budo
0
143
Member Avatar for lse123

Android intents Qs: Phonebook app, on view particular contact...facebook call works, skype is like not press, email shows not supported, and phone call gives error 2.3.3/2.2 ... well? all from menu button menu... can you debug... private void call(int i) { // TODO Auto-generated method stub switch (i) { case …

0
64
Member Avatar for lse123

I have in Android/Java/Eclipse a Flag Guess Game: appear a name of country and below 3 or 6 or 9 flags (depend on settings) in 1 or 2 or 3 rows respecively to, choose the flag for the country name...well something wrong exist and flags appear some very big and …

Member Avatar for lse123
0
123
Member Avatar for lse123

How get all image names of files in an image folder in php5? after will use php to eject html to view all images of the folder in a web page...

Member Avatar for DarkMonarch
0
96
Member Avatar for lse123
Member Avatar for lse123
0
86
Member Avatar for lse123

android eclipse environment... values-ru/string.xml appear error, that can NOT fix...well? > [2012-09-07 19:10:54 - mobi.androidprogramming.apps.SplashActivity] 'default' is not a best match for any device/locale combination. [2012-09-07 19:10:54 - mobi.androidprogramming.apps.SplashActivity] Displaying it with 'Locale Language ___Region __, sw320dp, w320dp, h533dp, Normal Screen, Long screen aspect ratio, Portrait Orientation, High Density, Finger-based …

0
61
Member Avatar for lse123

"ubuntu for android".... future killer Android App, should come preinstalled on new phones only or should run on old dual-core models as well?

0
78
Member Avatar for lse123

ANDROID TTS tts text to speech can read Russian, ...? I make it read English SUCCESS, but Russian spell "slash" and numbers arbitrarily...? yes can read Ru... / No can not read Ru...

0
78
Member Avatar for lse123

trying develop a Russian/English Flag game, given the flag image you choose in Russian or in English modes... Since English country names get from country file image names, can have a Java generic Map key=englishCountryName & value=inRussianEquivalent.... to do the Russian part??? Or exist other way? if you think this …

Member Avatar for lse123
0
187
Member Avatar for lse123

phone: global samsung Note N7000 Android 2.3.6 Phone when has 3G or GSM/GPRS signal, this signal get lost(I can not receive/accept calls_phone needs reboot to find signal) when wifi get activated/deactivated... well? I tried clear caches from all Apps, and problem gone. But 1 or 2 times a month still …

Member Avatar for cyclone3211
0
85
Member Avatar for lse123

I have a web site(and a url) but by error fwd this url permanently to another url, but now bring it back...normal operation... I had and google sitemap.xml linked. This had consequence get lost all my rankings to search engines... **What to do to recover my rankings in no time?**

Member Avatar for ankitaray
0
117
Member Avatar for lse123

Android DEV a. WAKE_LOCK in an App results affect all the Apps currently running including App initialise it? In other words has symptoms in other Apps? b. If **forget to** disable GPS receive from an App then, generallly disable GPS on the phone, and re-enable it, this App should continue …

Member Avatar for peter_budo
0
50
Member Avatar for lse123

Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 4 in /yyyyyyy/BID-REF-URL-No-account.php on line 21 what is this about , any relation with "index"? I lookup everything but not find the bug?

Member Avatar for pritaeas
0
58
Member Avatar for lse123

Eclipse-JavaScript IDE has embedded all JavaScript Libraries like jQuery, MooTools, etc so applies code completion, to what ever is implemented, along with plain JavaScript?

Member Avatar for stbuchok
0
219
Member Avatar for lse123

To play audio clips in an Applet either in browser or viewer, needed set any env var, or plugin to install?

0
59
Member Avatar for lse123

I GUESS THIS IS ERROR - CAN YOU CONFIRM? "You can send an ImageIcon object as the Image argument that drawImage() expects." T/F "To start playing the AudioClip, you need to call the start() method on it." T/F // On the obj mean here?

Member Avatar for mKorbel
0
197
Member Avatar for lse123
Member Avatar for lse123

Do you know what error? how include rich text-area in jQuery and [url]http://tinymce.moxiecode.com/[/url] ? see attach... get ONLY text-area non rich text-area. [CODE]<html> <head> <script src="../jquery.min.js"></script> <script src="../tinymce/jscripts/tiny_mce/jquery.tinymce.js"></script> <script src="../tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> <script> $(document).ready(function(){ $('textarea.rte').each(function(){ TINYMCE.replace(this.name); }); }); </script> </head> <body> <form action="page2.php" method="post"> <table width="100%"> <tr> <th style="width:120px">Page Text</th> <td> <textarea …

0
64
Member Avatar for lse123

return printLCS(i-1, j-1) + index(x, i); i found this in a recursive java program, well [B]that is being done is[/B] return index(x, i) (returns a character) and same time continue recursion?

Member Avatar for JamesCherrill
0
181
Member Avatar for lse123

In Distance Vector Algorithm (RIP) A row in routing table is itself a Distance vector, well, how large this Distance vector can be? As it’s direct links (neighbors=subnets) [B]only[/B]?

Member Avatar for lse123
0
91
Member Avatar for lse123

JavaFX and JSF Have any common/similarity? JSF May used together with Struts?

0
60
Member Avatar for lse123

I want like [3 drop-down menus / picker] at: [url]http://www.russian4foreigners.com/node/298[/url] (end of page) implement mine at: [url]http://www.poliscarhire.com[/url] (left side of page) currently exist ONLY 3 drop down menus... I think above site used Drupal & jQuery (source code)... well, I want as you see in my site, a total of …

0
89
Member Avatar for lse123
Member Avatar for peter_budo
0
76
Member Avatar for lse123

A jar or exe file [Java App], may contain images etc files inside one file the file.jar or file.exe? In NetBeans and Eclipse, how do this one file [jar] or an file.exe containing All files of the IDE's wanted Project?

Member Avatar for ~s.o.s~
0
286
Member Avatar for lse123

what is the trick, when a user go to an external link of my page an alert, or confirm box appear, or run some other code?

Member Avatar for rakhi4110
0
268
Member Avatar for lse123

I have data in c:/ (vista installed) Documents, Downloads etc, and also I have data to D:/ second hdd, well is dangerous after update to SP2[AND FAILURE) lost data in D:/, so backup data of it, along c:/ disc's DATA, OR NO DANGER AND BACKUP ONLY C:/ data, well? I …

Member Avatar for Rik_
0
66