Monday, May 31, 2010

3akarat.com - للبيع

إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .

عقارات دوت كوم
----------------------------------------------------------------------------------------

Re: Google maps API key

This link doesn't work:
http://www.google.com/intl/en/apis/maps/signup.html

Yet this one does just fine:
http://code.google.com/apis/maps/signup.html

No idea.
Just helping a friend... I already have my API.
Wrote it down and sticked it under a drawer for safe keeping.

=)


On May 27, 9:04 am, Andrew Leach <andrew.leac...@gmail.com> wrote:
> On May 27, 7:54 am, Merrioc <merr...@gmail.com> wrote:
>
> > I was attempting to sign up for a google maps api Key and after the
> > form submits it gives a 404 error, is anyone else seeing this?
>
> I can't reproduce this, nor can I see anything in the page code which
> would cause it*. The usual advice with key-generation problems is (in
> this order) make sure you are correctly signed into your Google
> account; try a different machine; clear your Google cookies.
>
> *Well, there is a redirection if your account signin appears bad, but
> that redirection is to the standard signin page which isn't likely to
> 404.

--
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.

We are here for all your events!

Attention!

Need an excellent event management for your business and home we must
do events on your behalf with attractive Fees!

Contact us :-)

Rtlx Groups
61 PNS Gold Mahal,
South Avani Moola Street,
Madurai - 625 001,
Ph No. 0452-4230735,
MBL 9597766651/52
Website: www.rtlxgroups.com
Email ID: rtlxgroups@gmail.com
moorthy@rtlxgroups.com

--
You received this message because you are subscribed to the Google Groups "Work From Home Make Money Online" group.
To post to this group, send email to trgbests-home-base-business@googlegroups.com.
To unsubscribe from this group, send email to trgbests-home-base-business+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trgbests-home-base-business?hl=en.

ClickHandler not called on second click

I have a button with a ClickHandler. When I move the mouse over the
button and click the button, the ClickHandler is called. When I do no
move the mouse away from the button, the ClickHandler is not called on
any subsequent clicks. I have to move the mouse away from the button
and back. Then the ClickHandler is called when I click again.

To investigate, I have added a MouseDownHandler and a MouseUpHandler.
These are called on subsequent clicks, only the ClickHandler is not
called.
As the focus stays on the button, I have tried hitting the enter key.
This triggers calling the ClickHandler.

I 've tried adding a DeferredCommand to the ClickHandler with a
variaty of actions(remove focus, remove focus and set focus again),
but this does not change anything.

Environment
- GWT 2.0.3
- Vista
- Chrome 6.0.408.1 dev / Firefox 3.5.9/ Internet Explorer 7.0

There are several posts in this forum that describe a similar
behaviour (e.g.
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/aa9ce024e173390e/65802ce6da9482e7?lnk=gst&q=second+click#65802ce6da9482e7)
but none have a solution.

Any idea how to solve this?

Thanks in advance,

Danny

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

3akarat.com -

إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .

عقارات دوت كوم
----------------------------------------------------------------------------------------

Re: Using fixtures

I think they are imported automatically during the test.

On Mon, May 31, 2010 at 6:04 PM, Yannick ANSQUER <tajimanokami@gmail.com> wrote:
Hi

I've created a fixture file like in
http://book.cakephp.org/view/1201/Preparing-test-data
but i didn't understand how to populate my database with it.

Anyone knows ?

Thanks

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en



--
Bogdan Iulian Bursuc

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
 
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

[android-developers] Re: How do I programatically push my app to run in background?

Hi ,thanks for your reply,can you tell me how can i check wedr my app
is running in
background.Now I am checking by long press Home key.Is their any other
way?
If we give this.finish(),our current activity only getting finish,but
stil our app is running in background.Right?
But I cant see my app in running process.


On May 31, 11:37 am, NightGospel <wutie...@gmail.com> wrote:
> Hi Archana,
>
> This is simple. Just put your time-consuming tasks to a service and it
> will run in background and be destroyed until system shutdown or you
> stop the service programmatically. You can see the link to get more
> info and it can help you to solve this problem.
>
> http://developer.android.com/reference/android/app/Service.html
>
> NightGospel
>
> On 5月31日, 下午2時20分, Archana <archana.14n...@gmail.com> wrote:
>
> > Hi,
> > How can we programatically push our app to run in background?
> > I am doing one browser app. and when I am directly launching my
> > application and clicking back key . It will show in the list of
> > background running process.At this time Category is
> > "CATEGORY_LAUNCHER" but at the same time if we try to run same app via
> > third party app.and then clicking back key,its not showing in the list
> > of background running process.Here the Category is
> > "CATEGORY_BROWSABLE".and its not displaying in the list of running
> > process.I noticed that the same behaviour in default android browser.
>
> > But is their any way to make my app to run in background by clicking
> > back key without killing my application?
> > Please help,its very urgent.
>
>

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: Delete and get 1 to replace

Variant: keep current page number and per page count, retrieve row for
add as page number [current page] * [per page] + 1 paginated by one
record.

On Jun 1, 8:01 am, Dave <m...@davemaharaj.com> wrote:
> Just stumped how to go about this one.
>
> Start with a paginated table with 20 records. You have the "Delete" as
> normal at the end of each <TR> but its done via ajax so you remove the
> row, now how would you get the next record? All the records would
> shift up so you now need to get what would have been record 21 to add
> to the bottom of the table?So as you delete 1 record another gets
> added, so you lways have 20 records in the table.
>
> Thanks,
>
> Dave

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

[android-developers] Re: How to listen for changes on Calls.CallLog

hi Donal,

this is what i have done for sms

protected void listeneNativeInbox() {
String url = "content://sms/";
Uri uri = Uri.parse(url);


context.getContentResolver().registerContentObserver(CallLog.Calls.CONTENT_URI,
true,
new MyInboxListener(handler));

Uri Sms = Uri.parse("content://sms/inbox");
Cursor c = context.getContentResolver().query(Sms, null, null, null,
null);
}

class MyInboxListener extends ContentObserver {

public MyInboxListener(Handler handler) {
super(handler);
// TODO Auto-generated constructor stub
}

@Override
public boolean deliverSelfNotifications() {
// TODO Auto-generated method stub
return false;
}

public void onChange(boolean selfChange) {
// TODO Auto-generated method stub
Log.v("SMS", "Notification on SMS observer");

Message msg = new Message();
msg.obj = "xxxxxxxxxx";

handler.sendMessage(msg);

Uri uriSMSURI = Uri.parse("content://sms/");
Cursor cur = getContentResolver().query(uriSMSURI, null, null,
null, null);
cur.moveToNext();
String protocol = cur.getString(cur.getColumnIndex("protocol"));
if (protocol == null) {
Log.d("SMS", "SMS SEND");
int threadId = cur.getInt(cur.getColumnIndex("thread_id"));
Log.d("SMS", "SMS SEND ID = " + threadId);
getContentResolver().delete(
Uri.parse("content://sms/conversations/" + threadId),
null, null);

} else {
Log.d("SMS", "SMS RECIEVE");
int threadIdIn = cur.getInt(cur.getColumnIndex("thread_id"));
getContentResolver().delete(
Uri.parse("content://sms/conversations/" + threadIdIn),
null, null);
}
}
}

if i'm going to listen for CallLog changes what are the parameters for
onChange method??

regards,
Randika

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Dialog Box Dragging?

When a DialogBox is dragged off the screen and realease ur mouse,
everthing gets locked. Cant even see the dialog box to drag back...

any solutions?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Django serving multiple subdomain sites -- okay to use thread-locals?

We're adapting our Django powered video site to be an open video
platform for any user to create their own "site" using subdomains (eg
mysite.vidplatform.com) on one Django server instance. Each "site"
would obviously have content associated with only that site in
addition to template and navigation customizations.

Adapting the ``django-multisite`` app seems best and is working well
on our dev server:
http://github.com/shestera/django-multisite

However, a number of Django developers have expressed concerns using
thread-locals: http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser

I don't see any other option besides using thread-locals to
dynamically update SITE_ID per request.

What would be another way of accomplishing this goal without thread-
locals if indeed this is not best practice?

Thanks in advance for your input.

Kieran

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Feel Good Vitamin

Memory & mood enhancer, vision support formula, immune enhancer, multi-
vitamin & mineral formula, Cardiovascular formula, energizer, super-
antioxidant, stress formula, digestion aid, and bone & joint formula.
http://www.feelgoodvitamin.com

--
You received this message because you are subscribed to the Google Groups "Work From Home Make Money Online" group.
To post to this group, send email to trgbests-home-base-business@googlegroups.com.
To unsubscribe from this group, send email to trgbests-home-base-business+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trgbests-home-base-business?hl=en.

[Rails] Showing 404 page from controller in Rails 3

Hi all,


I want to be able to display 404 page from a controller when a record
in the database can not be found. I am using Rails 3 at the moment. I
tried to find how to do this on guides.rails.info with no luck. Can
anybody recommend the best approach to do this?

Thanks heaps for your help and assistance. I really appreciate it.

Kind regards,
Joshua

--
http://twitter.com/scrum8

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

don't work Flatpages

Hi, everybody! I tried to set Flatpages about 3 days but I could get
only "404" error in browser. If someone had a few time look at my
settings: http://files.mail.ru/JXHUOU

Enter for admin part: user:Django, pass:Django

Regards.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

3akarat.com - عقار ست طوابق للبيع بقويسنا منوفية بالكامل او وحدات

إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .

عقارات دوت كوم
----------------------------------------------------------------------------------------

Re: GWT Compiler fails with 'Too many open files' error / internal compiler error

Make and extra income from home. International company seek motivated individuals to work from home. Positions available data entry, research and more
 
 
 
 
 
Contact us at
Saima Khan
United Kikgdom (London)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

[android-developers] Re: Serious Problem with AudioRecord on NexusOne

Just a thought ... does it happen if you are holding a wake lock or
partial wake lock?

On May 31, 2:07 am, Hunter Peress <hunt...@gmail.com> wrote:
> FYI, the source code that I linked is a simpler version that is not
> service based. I was thinking the service was causing the bug, but it
> still exists without being service based.
>
> On May 31, 4:01 pm, Hunter  Peress <hunt...@gmail.com> wrote:
>
>
>
> > Hey. I'm running AudioRecord to capture sound. It runs inside a
> > service. But, after the initial run after installing the app (in which
> > I've never seen this bug occur), the sound goes blank about 20% of the
> > time after 0-20 seconds of running. Audio data STILL gets captured
> > from the hardware, however, it is completely silent. If you examine
> > the console you will see that AudioHardwareQSD enters standby mode,
> > or  you can use the volume meter and you will see that it goes dead to
> > assist in seeing this bug.
>
> > 05-30 11:49:37.639: DEBUG/dalvikvm(697): GC_FOR_MALLOC freed 8417
> > objects / 326880 bytes in 62ms
> > 05-30 11:49:37.639: INFO/AudioHardwareQSD(59): do input routing device
> > 40000
> > 05-30 11:49:37.639: INFO/AudioHardwareQSD(59): Routing audio to
> > Speakerphone
> > 05-30 11:49:37.650: WARN/AudioFlinger(59): RecordThread: buffer
> > overflow
> > 05-30 11:49:37.780: DEBUG/AudioHardwareQSD(59): Switching audio device
> > to
> > 05-30 11:49:37.780: DEBUG/AudioHardwareQSD(59): Speakerphone
> > 05-30 11:49:37.871: INFO/AudioHardwareQSD(59): AudioHardware PCM
> > record is going to standby.
>
> > This bug does not occur on any other phone than the nexus. Someone
> > told me that AudioHardwareQSD is
> > related to the snapdragon audioprocessor for the second microphone.
>
> > Quickly view the relevant source in pastebin:http://pastebin.com/3xVEjiLE
>
> > The full source is here:http://android.googlecode.com/issues/attachment?aid=55193614575285110...
>
> > Which is part this bug:http://code.google.com/p/android/issues/detail?id=8732
>
> > Thanks.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

3akarat.com - ارض للبيع

إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .

عقارات دوت كوم
----------------------------------------------------------------------------------------

Re: Can't access Django Dev Server.

Hello
1. no index page (debug off)
2. try another port
3. check for bugs in urls and views
4. recheck configurations in settings

On May 30, 3:03 am, gin tonic <pythondjango...@gmail.com> wrote:
> My development server is running but when I attempt to access it at
> the localhost 127.0.0.1:8000 I receive a page not found error while my
> command shell shows no attempt to access the site.
>
> No error messages.
> No sign of a connection attempt.
>
> Anyone ever seen this before?
>
> Thanks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Re: [android-developers] android-themes.com

I've just sent a complaint to http://www.justhost.com/submit-ticket
which I believe is their webhost. Perhaps others who have their apps
illegally listed on there should do the same.

Andrew

On 31 May 2010 23:51, Paul Burke (iPaul Pro) <mr.paulburke@gmail.com> wrote:
> Please be aware that http://android-themes.com is pirating paid apps.
> I already found both of mine on there.
>
> Thought some of you would like to know.
>
> Paul (iPaul Pro)
> Finer Mobile
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Clear defaults programmatically

TreKing wrote:
> On Fri, May 28, 2010 at 1:17 PM, skink <pskink@gmail.com> wrote:
>
> >
> > http://developer.android.com/intl/fr/reference/android/preference/PreferenceManager.html#setDefaultValues(android.content.Context, int,
> > boolean)
>
>
> This is not what the OP is asking - when you execute an action, if there are
> multiple activities that support that action you can choose which to use and
> optionally set it as the default handler of that action.
>
> For example, if you have two browsers and click a link, you can choose which
> to use and set one as the default so it's always called instead of giving
> you the choice. However, if you later decide you no longer want that
> activity to handle that action by default, you have to go through the
> preferences, select the app that is the default for that action, and hit a
> button to clear it as the default handler for that action.
>
> The OP wants to know if there is a way to programmatically do the equivalent
> of going through those steps.
>
> This has nothing to do with an app's own preferences.
>
>

oh yes, my apologies, i was to quick reading just the first paragraph

pskink

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

3akarat.com - أرض بالأقصر للبيع

إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .

عقارات دوت كوم
----------------------------------------------------------------------------------------

[android-developers] Re: nullPointerException with custom ArrayAdapter

I didn't know this methods exists :)
This is exactly what I needed, with that I should'nt have to re-
inflate the layout each time getView is called.

thx

On May 31, 11:07 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> Christophe wrote:
> > I have different layout on my list (R.layout.step_list_item,
> > R.layout.step_list_item2 ...) for each type of item in my list.
>
> Are you overriding getViewTypeCount() and getItemViewType() in your adapter?
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android App Developer Books:http://commonsware.com/books

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

How to remove the EARTH image background

I found a nice tilecutter applet but it shows the earth background and
I don't see where it's being pulled from, can anyone point it out to
me please? I believe it has something to do with the overlay command
(hybrid option??)

Source code: http://docs.google.com/View?id=dhnr96qq_47f474xzgn

Many thanks!

--
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.

Calling Methode using JSNI failed

Hi,

I've the following class:

package de.test;
public class Designer {

public native void addNode() {
alert("Pre JSNI");
this.@de.test.Designer::sendNode(Ljava/lang/String;Ljava/land/
Integer)("TEST",100);
alert("Post JSNI");
}

void sendNode(String id, Integer x) {
GWT.log("It Works!");
}

}

If addNode() is called, the first Alert is shown. Then, the following
JS-Error occurs (IE8):

Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0)
Zeitstempel: Mon, 31 May 2010 21:15:12 UTC
Meldung: Das Objekt unterstützt diese Eigenschaft oder Methode nicht.
Zeile: 11460
Zeichen: 7
Code: 0
URI: http://localhost:8080/test/test/DDB7CB660FDE7BAFEE5000321CF27CD1.cache.html


Any ideas what I'm doing wrong?

Thank you!

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

[Rails] Re: constant didn't update?

Thanks for the feedback, actually the line is

EXEC_RATE = 20 # cents per line, convert and exec

So that could not be it.

I have also checked in my IDE, and the new value is showing up
in my local development environment.
The new value is on the production machine, in the production code.
BUT it is not being displayed in the production site.
All other changes are being properly displayed.
This is ruby1.8.6
??

thanks!
lucidbee

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

[Rails] constant didn't update?

A very puzzling thing has happened. Any ideas on this?

I have two rates for this service I provide.

5 cents per line
10 cents per line

I updated the latter to 20 cents per line, and made other changes
to my site. I use a constant for the rate so I did this:
EXEC_RATE = 20 // used to be, EXEC_RATE = 10

I made other changes to my site, did a successful upload,
stopped and started mongrel, etc.
I have verified that the products_controller on my site has the
new constant value above but I find that the new value does
not show.

I see the old value, 10 cents per line, everywhere.

I am referencing my constant this way throughout my site:
<%= ProductsController::EXEC_RATE.to_s %> cents per line

I flushed my browser cache.
All my other changes have appeared correctly.
I look at the current source in current/app/products_controller.rb
and my constant on the site has the correct value.

What could this be? Any ideas?
thanks!!
lucidbee


--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

Re: kml validates but doesn't appear on map

> trying to loadhttp://ibis.cqcontent.com/KMLonto a google map. kml
> works inside google earth and validates at various online validators
> but when i try to load it craps out.

This validator identifies an obvious problem
http://kmlvalidator.com/home.htm
"There are multiple occurrences of ID value 'pol_FL168'."

--
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.

kml validates but doesn't appear on map

trying to load http://ibis.cqcontent.com/KML onto a google map. kml
works inside google earth and validates at various online validators
but when i try to load it craps out.

when i load it on map.google.com it says there are errors in the
file.

anyone see the problem?

cheers,
mo

--
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.

[android-developers] Re: Market behaving strangely today

On May 31, 1:12 pm, MrChaz <mrchazmob...@gmail.com> wrote:

> I'm having the same trouble, from a little searching it seems to be
> related to me choosing the update my mail address from googlemail.com
> to gmail.com

That was certainly the issue for me. All downloads stalled until I
switched back to @googlemail.com. It's got to be affecting all of our
sales too.

> Which is a massive pain.

+1

String

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

3akarat.com - شقة لقطة للبيع

إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .

عقارات دوت كوم
----------------------------------------------------------------------------------------

[android-developers] Re: Downloads & Active installs numbers frozen on Developer Console?

BTW: I have a question. Is any developer here who is NOT AFFECTED? I'm
curious how big this issue is.

Thanks
Tom

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

i18n CLI

Hi

I'm trying to use i18n in command line interface with cake 1.3 on ms
windows.

cake i18n works and i can choose E/I/H/Q

Trying to choose I and then i got warning :

include_once(D:\wamp\www\cakephp\cake\console\config\database.php):
failed to open stream: No such file or directory in D:\wamp\www\cakephp
\cake\libs\model\connection_manager.php on line 24

I understood that it was looking in the wrong directory but i didn't
changed paths in my installation.

Someone knows how to do ?

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

Rebar: Gears workers, jdbc, and jpa for GWT

Hi all,

I just wanted to share the link for a few modules related to GWT /
gears / HTML5 that we've recently packaged as open source at
http://code.google.com/p/rebar, which includes:

* GWT linker for building (Gears) workers, complete with RPC support
* JDBC emulation layer that facilitates testing,
* An experimental JPA implementation for client-side GWT (and it
works!)

We'll be adding deferred bindings for browsers that support HTML5 in
the coming month, but right now the suite works nicely with Gears. I
think there's a few folks out there that have used it in their
projects successfully, so thought it might be a good moment to share
with the newsgroup.

Best,

Alex at
be data driven
com

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

[android-developers] Re: Cannot Write file into SDCard

Your description is a little unclear, but I think what you're seeing
is that Android does not support simultaneous access between the PC
and the SD card.

Once you mount the SD card on the PC, it is not available on the
device. To access it on the device again, you must first unmount it
from the PC. The easiest way to do that is from the notifications bar,
where it says "Turn off USB Storage / Select to turn off USB storage".

On May 30, 8:57 pm, jp <backstabber...@hotmail.com> wrote:
> Thanks all, it finally work
> However i was not able to view the text file when i mount the phone to
> the pc
> It requires me to restart my phone inorder to get the text file in my
> sdcard.
> Is there a way i do not need to restart my phone and the view the text
> file when i mount it?
> i've tried SDRescan.apk but it wont work.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[Rails] Chat app, Caching? Observe?

Hi,
I am developping a little chat application with rails. On my chat page I
make ajax request every 10 seconds to check if there are news messages.
I think if I keep this thing with a lot of user my performance will get
really low.

How can I improve this? Is is possible to observe when a row is added?
Or how can I effeciently cache the messages?

Thanks,
Greg
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

GLargeMapControl3D appears in prints

Hello,
I'm having an issue trying to print a map. When I print a map I get
the GLargeMapControl3D on the print and its distorted. I don't want
the control to appear, but if it did I wouldn't mind if it wasn't
distorted. The page does not even add the control to the map. My
example is here http://www.firstbasesolutions.com/test/. It's
important that you either print to paper or to a pdf, because the
print preview works as expected.
Here is a sample pdf print http://www.firstbasesolutions.com/test/print.pdf.

Also, this does not happen everywhere. I'm able to recreate the issue
all the time at the location the example is centered on.

Any help is appreciated.
Thanks.

--
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.

Re: tinymce hyperlinks

Maybe related to this issue?

http://code.google.com/p/django-grappelli/issues/detail?id=184

It's supposed to be fixed on the latest grappelli release though.

Nuno


On Mon, May 31, 2010 at 5:13 PM, Bobby Roberts <tchendrix@gmail.com> wrote:
> the only javascript error i'm getting is this:
>
> document.getElementsBySelector is not a function
>
> it's in my admin/js folder in the action.js file?
>
>
>
>
> On May 31, 5:15 am, Nuno Maltez <nuno.li...@gmail.com> wrote:
>> Which version of grappelli are you using? Currently the trunk requires
>> django 1.2 but I think there's a branch that still works with 1.1.
>>
>> Having said that, we're using grappelli (a slightly older revision)
>> with Django 1.1 in a live project and it works just fine. Do you
>> notice any javascript errors when using the wizard?
>>
>> Nuno
>>
>> On Sun, May 30, 2010 at 9:45 PM, Bobby Roberts <tchend...@gmail.com> wrote:
>> > i'm using django 1.1 with tinymce and the grappelli skins.  we just
>> > realized that the tinymce editor does not let you put hyperlinks in.
>> > if you go into HTML and hand code them they are fine.  if you try to
>> > click the link button and use the wizard, no link is inserted and the
>> > insert button doesn't do anything.  Has anyone else run into this.
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups "Django users" group.
>> > To post to this group, send email to django-users@googlegroups.com.
>> > To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
>> > For more options, visit this group athttp://groups.google.com/group/django-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Re: Django form validations

yes, I have read that section but right know I am using Django version
1.1 which does not support some new built in validation functions .
Also, where should valiadtions be done ideally server side or client
side i.e using javascripts etc ?

On May 31, 1:01 pm, Horst Gutmann <ho...@zerokspot.com> wrote:
> Have you already readhttp://docs.djangoproject.com/en/1.2/ref/forms/validation/#ref-forms-...
> ?
>
>
>
> On Mon, May 31, 2010 at 9:16 AM, tazimk <tazimkol...@gmail.com> wrote:
> > How to use django custom validators to verify form fields data
>
> > --
> > You received this message because you are subscribed to the Google Groups "Django users" group.
> > To post to this group, send email to django-users@googlegroups.com.
> > To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/django-users?hl=en.- Hide quoted text -
>
> - Show quoted text -

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

[Rails] Re: ROR Sample applications for training

Sure!!

Sure!!!

tramuntanal wrote:
> Hi Pepe,
>
> Do you want to collaborate with open source projects?
>
> Regards
>
> 2010/5/31 Pepe Sanchez <lists@ruby-forum.com>:
>> To post to this group, send email to rubyonrails-talk@googlegroups.com.
>> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
>> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>>
>>
>
>
>
> --
> ------------------------------------
> Oliver Hern�ndez Valls
>
> http://codit.wikidot.com
> http://wiki.tramuntanal.cat
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

GDirections.load fails

We use GDirections to get route directions between two points, and it
worked a few months ago!
Now we have a problem of "Failed to obtain directions, code 602" for
most of queries.
If we send exact address including street type – it works.

For example, this query is working:
"from : 1 rivoli st paris france to: 1 gobelins av paris france"

And this one doesn't work:
"from : 1 rivoli st paris france to: 1 gobelins st paris france".

Or
"from : 1 rivoli paris france to: 1 gobelins paris france"

But user not always knows what type of address is it: street,
boulevard or avenue.

Yes, we can use the coordinates as the input to GDirections, like in
Econym example:
http://econym.org.uk/gmap/example_multi2.htm
But I just want to use this format: "from: address 1 to: address 2",
one action instead of three.

From API reference:
"The query parameter is a string containing any valid directions
query."

What is "valid"?

Thanks.

P.S. I checked other posts.

--
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.

[android-developers] Re: Android 2.2 : Quick contact on home screen : missing anchor

sorry for the dupplicate entry, the same question is here:
http://groups.google.com/group/android-developers/browse_thread/thread/87a7a1dfc8990f25

On 31 mai, 12:05, Nicolas Thibaut <nthibau...@gmail.com> wrote:
> Hi,
> on my own home screen (still in developement), I have a bug with the
> new Froyo's quick contact feature.
>
> When I click on a contact shortcut in 2.2 home I have this intent
> throwed:
>
> 05-31 11:36:10.160: INFO/ActivityManager(85): Starting activity:
> Intent { act=com.android.contacts.action.QUICK_CONTACT dat=content://
> com.android.contacts/contacts/lookup/1776i7dc33f6409757c55/68
> flg=0x14000000 cmp=com.android.contacts/.ui.QuickContactActivity
> bnds=[125,586][235,704] (has extras)
>
> When I do the same on my home screen, I have the same Intent without
> the last bnds params....(bounds ??)
> And I throw an Exception like "missing anchor rectangle".
>
> I see the bnds param on the Intent but I dont known when and how to ad
> this param to my pick activity called with:
> ACTION_PICK_ACTIVITY and ACTION_CREATE_SHORTCUT....
>
> or directly to the Intent associated to my icon on the screen ?
>
> thanks.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: Problem with saveField() method

I've resolved the problem:
I have to add 'callbacks' => false to the validation parameter.

Thaks!

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

Using fixtures

Hi

I've created a fixture file like in
http://book.cakephp.org/view/1201/Preparing-test-data
but i didn't understand how to populate my database with it.

Anyone knows ?

Thanks

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

[Rails] ROR Sample applications for training

Hi all

I am currently looking for any ROR sample applciation used for training.
I am in the processes of collecting requirements/analyzing/designing a
web site that will provide training
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

[android-developers] to open socket connection

Hi,
I have two applications one running on the emulator is a server and
the other application running on device is a client. Phone is
connected to PC via USB cable. I want to open a socket connection over
USB. Is it possible to do that? If yes then what are the steps I need
to follow?

Please reply.

Thanks in advance,
Nand

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

{smartbroker} REQUIREMENT IN INT'L CITY

DEAR GUYS,
 
REQUIRE - LARGE 1 B/R IN INTERNATIONAL CITY
THE SIZE OF THE APARTMENT REQUIRED SHOULD BE 1033 SQFT

IF YOU HAVE ANY AVAILABILITIES, PLEASE DO NOT HESITATE TO CONTACT ANY TIME
 
BEST REGARDS
ADNAN MEMON
050 9422699

--
member of
(almadani real estate - abu dhabi)-to join send sms to (050-6764812)--saif

[android-developers] Re: Out of Memory Issue in Android SimpleCursorAdapter

hi Dmitri,

according to my findings the newView method is not needed what should
need is bindView method. now i have 600 + contacts
this is the exception

05-31 13:39:22.180: ERROR/JavaBinder(564): java.lang.RuntimeException:
No memory in memObj

as you mention when i surrounded the method using a try catch

only one contact is bind to the view.

any idea???

regards,
Randika

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] mLinearLayout.getLayoutParams() returns RelativeLayout.LayoutParams ????

<<LinearLayout>>.getLayoutParams()
returns
<<RelativeLayout>>.LayoutParams ????

I found that happends and so freaked.

Is there any reason? or just a bug?

it's eclair.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[Rails] has_many and has_and_belongs_to conflit

Hi,

I have 2 models: User and Article.

I have this relationship:

* User has many articles (and Article belongs to user)
* User has and belongs to many articles (and Article habtm users)

But this is tricky because of: current_user.articles ...this can return
articles thanks to *has_many* and *has_and_belongs_to* relations. So
there's a collision.

How can I ask articles thanks has_and_belongs_to explicitly. And thanks
has_many only too?

Thanks
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

[android-developers] Market behaving strangely today

Firstly I'm not able to download anything from the markets... the
status just shows 'Starting download' and it just sticks there. This
has been happening for a day or so, and I have two devices on
different networks, so it must be the market and not me.

Also, I have some apps installed which the market doesn't recognize,
it just shows the option to download as normal.

Anyone else? What's going on?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: How to create a file outside the application?

sorry ,Actually I mean GPRS not GPS.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Sunday, May 30, 2010

Re: ui:image, image within an anchor or a button

I got the same situation.
Currently my solution is only has anchor in ***.ui.xml image part was
added using code.
eg:
Image myImage = new Image();
monitorOverImage = new Image();

monitorImage.setUrl(IFMResources.INSTANCE.vehicleMonitor().getURL());

monitorOverImage.setUrl(IFMResources.INSTANCE.vehicleMonitor_over().getURL());
Is there any better solution?

On 4月24日, 上午12時38分, Carlos Aguayo <carlos.agu...@gmail.com> wrote:
> I'd like to have an image within an anchor or a button tag. I'm using
> the UiBinder and I need the anchor or button to be a widget so I can
> use their "HasClickHandlers" interface.
>
> I wanted to use an image widget so I can use an ImageResource,
> something like this:
>
> <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
> <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
>              xmlns:g='urn:import:com.google.gwt.user.client.ui'>
>
>   <ui:with field='res' type='com.test.Test.Resources'/>
>
>   <g:HTMLPanel>
>     <g:Anchor><g:Image resource="{res.add}" /> Add</g:Anchor>
>   </g:HTMLPanel>
>
> </ui:UiBinder>
>
> But since neither the Anchor nor the Button can take widgets, I get
> the "Found widget in an HTML context" error.
>
> I've seen posts mentioning the "ui:image" tag but couldn't find
> documentation on how to use it and I couldn't get it to work.
>
> If I do:
>
> <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
> <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
>              xmlns:g='urn:import:com.google.gwt.user.client.ui'>
>
>   <g:HTMLPanel>
>     <ui:image src="add.gif" />
>   </g:HTMLPanel>
>
> </ui:UiBinder>
>
> It's doing something since it won't compile if "add.gif" is not under
> the right package. However when I see it in the browser, the ui:image
> didn't get compiled into an image.
>
> Do you know what am I missing here?
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/google-web-toolkit?hl=en.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

[android-developers] How to become a featured app in the Android market

Can you provide with good tips on how to become a featured app in the
market?
my guess is (besides the obvious "have tons of unique downloads")

1. Make use of as much as android-only features (multi-tasking, live
folders, widgets, QSB, etc).
2. Keep the active user percentage high.


let's discuss.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: Query Posts By Date

Amazingly simple yet exactly what I wanted. And here I was trying to
convert year and month into date objects. Thank you.

On May 30, 10:19 pm, Justin Myers <masterb...@gmail.com> wrote:
> If you're passing a "year" and "month" variable, I would use
> Post.objects.filter(publish_date__year=year,
> publish_date__month=month).
> -Justin
>
> On May 30, 12:34 am, greg <ker...@gmail.com> wrote:
>
> > Hello,
>
> > I'm (almost) done coding up my blog in Django.
>
> > Right now I'm working to implement a search by date function. So my
> > class Post has a DateTimeField() called publish_date.
>
> > For the date search, I want to put two dropdown boxes on the web-page
> > so the users can pick a Month and Year and then it will show all posts
> > from that month and year.
>
> > The trouble is... how I translate the selections from the listboxes
> > (i.e. May 2010) into a DateTimeField() so I can search for all the
> > posts from that month and year?
>
> > Or am I going about this all wrong?
>
> > Thanks for the help in advance

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

[Rails] Does Rails 3.0.0 beta3 work with ruby 1.9.1 on Windows XP?

Does Rails 3.0.0 beta3 work with ruby 1.9.1 on Windows XP?

It does not work for me, the sample program crashes with no error
message.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

3akarat.com - ارض بموقع مميز بالاسماعيلية بوسط المدينة

إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .

عقارات دوت كوم
----------------------------------------------------------------------------------------

Re: Query Posts By Date

If you're passing a "year" and "month" variable, I would use
Post.objects.filter(publish_date__year=year,
publish_date__month=month).
-Justin

On May 30, 12:34 am, greg <ker...@gmail.com> wrote:
> Hello,
>
> I'm (almost) done coding up my blog in Django.
>
> Right now I'm working to implement a search by date function. So my
> class Post has a DateTimeField() called publish_date.
>
> For the date search, I want to put two dropdown boxes on the web-page
> so the users can pick a Month and Year and then it will show all posts
> from that month and year.
>
> The trouble is... how I translate the selections from the listboxes
> (i.e. May 2010) into a DateTimeField() so I can search for all the
> posts from that month and year?
>
> Or am I going about this all wrong?
>
> Thanks for the help in advance

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Unlimited Web Hosting

FREE DOMAIN NAME

UNLIMITED SPACE

UNLIMITED EMAILS

UNLIMITED SUBDOMAINS

UNLIMITED DATABASES

PHP,MYSQL,PERL,RUBY SUPPORT

FREE SCRIPT LIBRARY

10 GB BANDWIDTH/MONTH

FREE SITE BUILDER

FREE 500 TEMPLATES

99% UP TIME GUARANTEED

FREE TECHNICAL SUPPORT

FREE DOMAIN NAME

UNLIMITED SPACE

UNLIMITED EMAILS

UNLIMITED SUBDOMAINS

UNLIMITED DATABASES

PHP,MYSQL,PERL,RUBY SUPPORT

FREE SCRIPT LIBRARY

10 GB BANDWIDTH/MONTH

FREE SITE BUILDER

FREE 500 TEMPLAT
99% UP TIME GUARANTEEDhttp

FREE TECHNICAL SUPPORT

http://indiaebazar.com/biswajit/prodesc.php?pid=53&rid=biswajit

--
You received this message because you are subscribed to the Google Groups "Work From Home Make Money Online" group.
To post to this group, send email to trgbests-home-base-business@googlegroups.com.
To unsubscribe from this group, send email to trgbests-home-base-business+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trgbests-home-base-business?hl=en.

[android-developers] Unlimited Web Hosting

FREE DOMAIN NAME

UNLIMITED SPACE

UNLIMITED EMAILS

UNLIMITED SUBDOMAINS

UNLIMITED DATABASES

PHP,MYSQL,PERL,RUBY SUPPORT

FREE SCRIPT LIBRARY

10 GB BANDWIDTH/MONTH

FREE SITE BUILDER

FREE 500 TEMPLATES

99% UP TIME GUARANTEED

FREE TECHNICAL SUPPORT

http://indiaebazar.com/biswajit/prodesc.php?pid=53&rid=biswajit

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to refresh sdcard?

is there a way to refesh sdcard without turning off the phone?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Cannot Write file into SDCard

Thanks all, it finally work
However i was not able to view the text file when i mount the phone to
the pc
It requires me to restart my phone inorder to get the text file in my
sdcard.
Is there a way i do not need to restart my phone and the view the text
file when i mount it?
i've tried SDRescan.apk but it wont work.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Collision detection for Android game

Hi all,

Would you like to recommend any collision detection engine for Android
game?

I've tried JBox2D, but it produces a lot of GCs which stop the game
about 300ms =(

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: Django 1.2.1 install in Ubuntu 10.04 via Synaptic?

I agree with you, Shawn. I just didn't want to push ahead with a
manual uninstall and install if more-experienced Ubuntu users thought
I'd be seeing Django 1.2.1 show up in the repository quickly.

I'll give it a go. Thanks,

On May 30, 10:41 pm, Shawn Milochik <sh...@milochik.com> wrote:
> On May 30, 2010, at 10:07 PM, AD wrote:
>
> > Thanks for replying.
>
> > I do understand that i can install it manually. I'm just wondering
> > whether it's worth doing now or waiting for a package update. From
> > what I gather, Ubuntu installs Django in different locations than the
> > straight Django install does, so I would have to make changes to
> > configs, etc.
>
> > Thanks again.
>
> In my opinion, it's definitely not worth waiting for something as large as the Ubuntu repo to upgrade its version of Django.
>
> 1. Having the latest version of Django is not going to break anything in Ubuntu, like upgrading from the pre-installed version of a programming language or compiler, or maybe a Gnome library.
>
> 2. You definitely want to have the latest stable version, just for protection from any bugs patched in the latest release.
>
> 3. Django 1.2.1 is out and official. If you're just learning Django, or just starting a new project, it'll be a lot easier in the long run if you start with a newer release.
>
> 4. Installing a Python module (which is all Django is) should not have anything to do with Ubuntu's repository. Would you refuse to install the MySQL or PostgreSQL Python module if it didn't come with Ubuntu?
>
> Shawn Milo

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

[android-developers] Re: Soft Keyboard Candidate View problem

Answering my own question here, finally figure out the solution.
In the InputMethodService, override this method:

@Override public void onComputeInsets(InputMethodService.Insets
outInsets) {
super.onComputeInsets(outInsets);
if (!isFullscreenMode()) {
outInsets.contentTopInsets = outInsets.visibleTopInsets;
}
}

and then it is done.

Ced

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Optimizing Dev Module with user.agent?

Hi,

I'm told that dev mode run's directly against java classes. Could I expect reduced compile+build times by specifying my specific user.agent when running in dev mode? Is the user.agent even used when running in dev mode?

Cheers.

p.s. example: Firefox Only (from gwt.xml):

<set-property name="user.agent" value="gecko1_8"/ >

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Re: Status of Joda/Goda time, future of Date handling

On May 31, 2:26 am, Paul Stockley <pstockl...@gmail.com> wrote:
> I am using gwt-time. I haven't had any issues as yet. However, the
> biggest
> problem is that it adds 250 - 300 kb to the project js download.

That's massive, and it would be way too much for my project. I wonder,
why it's that large - What does the SOYC compile report say? If it's
mainly the timezone tables, maybe there's a way to reduce them.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

FREE & Just ONE Click To Obtain Success With Click2Sell.

# All That Which Is Stated Here Is Completely Honest And Absolutely
FREE

# Click2Sell Affiliate Marketing Network will be a valuable support
for your business and can help you to become a successful Internet
marketer or to become one of the top most successful affiliates in the
world. Whether you're just beginning your career as an Internet
marketer or already have experience in the Internet marketing field –
Click2Sell Affiliate Network just has to be the organization for you.
Do not let this opportunity pass you by, but allow us to truly
Welcome YOU and help you to succeed in this Community!

# Innovative Affiliate Network Online - Click2Sell Affiliate Marketing
Network

# Merchants - Sell Products Online With Affiliates Help.

# Affiliates - Promote Products Online And Earn Commissions.

# Advanced Customer Support.
The moment you become a Click2Sell affiliate network member,
you are no longer alone in the affiliate marketing world.

# Powerful Reporting System.
Track your achievements 24/7.

# Sell or Promote products on line with the Click2Sell Affiliate
Marketing
where merchants and affiliates find each other and make great
deals.
Join us and increase profits using the benefits of our innovative
affiliate
network.

# Go now to > http://alturl.com/5qxi

# All That Which Is Stated Here Is Completely Honest And Absolutely
FREE

# Do Not Be Suspicious. Just Think of a Free Market, Where You Pay A
Fee
Or A Commission If And When And ONLY WHEN You Make A Sale

# FREE & Just ONE Click To Obtain Success With Click2Sell.

--
You received this message because you are subscribed to the Google Groups "Work From Home Make Money Online" group.
To post to this group, send email to trgbests-home-base-business@googlegroups.com.
To unsubscribe from this group, send email to trgbests-home-base-business+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trgbests-home-base-business?hl=en.

Re: Unable to download gwt-2.0.3.zip

Latest? isn't 2.0.3 the latest?

On May 29, 1:35 pm, Deepak Bammi <deepak.ba...@gmail.com> wrote:
> Just for information, latest gwt version is also released.
>
> Thanks,
> Dev
>
> Deepak Bammi
> +91.9818.528.834 Direct

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Re: Django 1.2.1 install in Ubuntu 10.04 via Synaptic?

Hello, there.
If You need new versions features or if You want to keep Your django
updated it is not a problem.
Install it manually. There is information about on django website.
Also it'll be helpful to read about trunk version.
It is python. :)

Best regards.


On May 31, 1:42 am, AD <adebar...@gmail.com> wrote:
> I previously installed Django 1.1.1 via Ubuntu's Synaptic manager. For
> anyone with experience under that OS and that install, I'm wondering:
>
> -- Should I wait for a Django 1.2.1 package to show up under Synaptic
> or uninstall 1.1.1 and then manually install 1.2.1? I honestly don't
> know who "controls" when those packages get updated and how long it
> will take.
>
> Thanks!

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

3akarat.com -

إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .

عقارات دوت كوم
----------------------------------------------------------------------------------------

Re: Add a Widget into/onto Grid without resizing Grid Cell/Column

Anyone? Any thoughts?

On May 27, 10:51 am, spierce7 <spier...@gmail.com> wrote:
> Hey, I'm making a calendar-like application, and right now I'm just
> messing around with different options. One of the things I absolutely
> need is to be able to place a group of widgets/panel on a panel on or
> over a table/grid that I've set up with click listeners, and have the
> Grid not resize to accomodate the size of the widgets/panel. Up until
> now I've just been using a single widget for tests, so I've been using
> a SimplePanel(), but I need to add a top and a bottom to the widget
> now, so I need to use a VerticalPanel(). I've got the program set up
> so that when I click a blank cell on the table, it creates a label and
> places it there. It's been doing what I wanted it to do, as in adding
> the label to the Grid, and not re-sizing the row to fit it's size
> (Here is an example:http://internetexample.appspot.com/If you view
> it in Firefox, it does what I want it too, but if you do it in chrome,
> it doesn't do what I want it to). How can I properly get it to work in
> all browsers, preferably with a label and a few widgets within a
> VerticalPanel. Thanks!
>
> ~Scott

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Re: How can I test the correctness of my models against the schema of a database?

Sorry. I haven't use other methods for that.
But isn't it enough to test it using loremiser or something like that
and like an addition debug toolbar?

On May 31, 12:53 am, David Horat <david.ho...@gmail.com> wrote:
> Dear group,
>
> How can I test the correctness of my models against the schema of a
> database?
>
> To solve this question, I have tried unsuccessfully several options:
> - Using ./manage.py test triggers the creation and destruction of a
> database, but I want to check the correctness of the model against a
> production database, since I just want to check the schema, not the
> content.
> - Creating my own test runner as specified herehttp://stackoverflow.com/questions/138851
> which basically hacks the Django stack and gives you other problems.
> In any case this seems not to be the correct way.
>
> Has anyone of you faced this situation before? Any clues?
>
> Thank you in advance.
>
> Best Regards,
> David Horat

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Re: [android-developers] Thread and return values.

Robin van Leeuwen wrote:
> I have a time consuming task i don't want to run in the main UI thread,
> so i
> do the following (pseudo-code):
>
> onClick:
> getresults()
>
> public void getresults():
> TextView tv;
> String result = dolongjob()
> tv.setText(result);
>
> public void dolongjob():
> new Thread(){
> public void run(){
> // Some time consuming task
> // Which builds a String.
> }
> }
>
> Now as shown the i want the dolongjob, which builds a string, to return
> the calculated string
> to the caller (getresults), but since Thread->run() has to be returning
> void it can't return the
> calculated string.
>
> I know i have to be working with CountDownLatch.await to ensure 'tv' is
> only updated when the
> results are known, but how can i return a value which is calculated in a
> Thread?

You will be better served using an AsyncTask, doing your time-consuming
task in doInBackground() and calling tv.setText(theStringYouBuilt) in
onPostExecute().

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in US: 14-18 June 2010: http://bignerdranch.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Real Estate