Monday, December 31, 2012

3akarat.com -

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

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

Re: Happy new year

Thanks all :) Here's India wishing a very happy, healthy and prosperous new year to all Djangonauts around the world :)


On Tue, Jan 1, 2013 at 10:43 AM, JOSE LUIS FABREGA <jfabrega23@gmail.com> wrote:
Feliz año nuevo, desde venezuela

¡Le deseamos lo mejor !

--
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.



--
Yati Sagade

Software Engineer at mquotient

Twitter: @yati_itay | Github: yati-sagade

Organizing member of TEDx EasternMetropolitanBypass
http://www.ted.com/tedx/events/4933
https://www.facebook.com/pages/TEDx-EasternMetropolitanBypass/337763226244869

--
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] Network File browser

hi all,

Happy new year to all of you.
I am trying to make application like file browser.
the constraint is I want to browse the files that are shared on the
network in my company.
My android device is in LAN and in my app I want to give ip of pc and
app should search that PC and if i click in it I should be able to see
contents that PC is sharing.

Problem -
- How should I search computer , is there any api or example which I
can start on.?
- once I found the computer I want to get information about the
contents or folders that are shared by that computer.

Any help will be very usefull.

thanks,
satish

--
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: Creating a project error

On 1/01/2013 4:06pm, shaggy0n wrote:
> Hi
>
> i'm totally newby django user.
> When i trydjango-admin.py startproject mysite command i've got this
> error: .....
> ...lib/python3.1/site-packages/django/utils/functional.py", line 349, in
> <module>

If you want to use Python 3.x you want Django 1.5.x and then you need to
check which version of Python 3.x it needs.

If you are using Django 1.4.3 (which I think is the latest stable
release) you should be using Python 2.x

hth

Mike

> from functools import total_ordering
> ImportError: cannot import name total_ordering
>
> what should i do? i use virtualenv.
>
> regards...
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/7_y_TS3GcfcJ.
> 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: [Rails] Help with has_many through association

On Sun, Dec 30, 2012 at 7:59 PM, <sfnatureguy@gmail.com> wrote:

> As a user, I can add my favorite book to my book list.
> Another user adds the same book to their book list.
>
> There should only be one instance of the book in the database but 2
> user/book associations.

When someone wants to add their favorite, check the database to see if
it exists. What's the problem?

-Dave

--
Dave Aronson, the T. Rex of Codosaurus LLC,
secret-cleared freelance software developer
taking contracts in or near NoVa or remote.
See information at http://www.Codosaur.us/.

--
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 https://groups.google.com/groups/opt_out.

RE: Happy new year

Feliz año nuevo, desde venezuela

¡Le deseamos lo mejor !

Re: gwtsizzle - CSS selectors for GWT dom

Thank you Thomas for the clarification and for taking a look to the project. Didn't know about the new xsiframe. I'm reading some documentation and fixing my projects.

about wrapper/port thing, I thought a wrapper was when you put the JSO as a "pure" java class attribute. Then you delegate all methods to the JSO. You have a little (x2) overhead because of the second call but you gain in language because you work with "pure" java so you can do new MyClass() and inheritance.

In my case I use JSOs for talking directly to JS objects from java, so I didn't called "wrapper" but perhaps you are right, i don't know... iIm pretty confused about terminology here.... you are right it is not a port... I would call it "(direct) Java API for sizzlejs ".

Happy new year and thanks again!

On Monday, December 31, 2012 9:58:44 PM UTC-2, Thomas Broyer wrote:


On Monday, December 31, 2012 10:55:50 PM UTC+1, Sebastián Gurin wrote:
I needed a lightweight solution for CSS selectors in com.google.gwt.dom.client.Element so I made a GWT port of the JavaScript library sizzlejs.com/

Ah, this is not a port, it's a wrapper.
Also note that the <script src=""> in the gwt.xml won't work with the xsiframe linker (and the xsiframe linker is the future)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/RjoowyRiuDEJ.
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: Cake 2.2 Auth login failure

What does your login() method look like? Maybe if you can give some more details we can assist you.

On Monday, 31 December 2012 16:40:48 UTC-5, Martin Halla wrote:
Hi,

I have this app that uses the Auth component for login Everything works on the local machine, but fails big time live at :


Can you tell me why ?

Here are more details :

password : password
acl plugin by alexo

Thanks!

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
 
 

Re: Happy new year

A happy 2013 and lot's of django development in this new year from Zambia.

On Tue, Jan 1, 2013 at 5:44 AM, Rodrigo Morgado <rodrigo@ewok.cl> wrote:

Happy New Year to all of you from Santiago, Chile!

El 31/12/2012 21:28, "Victor Manuel Quiñones Victor" <quinonesvictor@gmail.com> escribió:

Happy New Year!! Have a good year to all you.

Cheers

On Mon, Dec 31, 2012 at 9:10 PM, Raphael <development@develissimo.com> wrote:
Happy New Year from Austria to all of you! You are awesome guys and girls!


--
Raphael  http://develissimo.com  



--
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.



--
Quiñones Victor Manuel
Tel: +54 0362 15 4 880839
Resistencia - 3500
Argentina

--
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.



--
Ernest Mundia
"Keep looking....Don't settle"

--
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: cakephp admin app

You can use the admin section as a plugin, something like: https://github.com/Maldicore/Admin

Regards

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
 
 

Re: Happy new year

Happy New Year to all of you from Santiago, Chile!

El 31/12/2012 21:28, "Victor Manuel Quiñones Victor" <quinonesvictor@gmail.com> escribió:
Happy New Year!! Have a good year to all you.

Cheers

On Mon, Dec 31, 2012 at 9:10 PM, Raphael <development@develissimo.com> wrote:
Happy New Year from Austria to all of you! You are awesome guys and girls!


--
Raphael  http://develissimo.com  



--
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.



--
Quiñones Victor Manuel
Tel: +54 0362 15 4 880839
Resistencia - 3500
Argentina

--
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.

[android-developers] Re: New OpenGL ES 2.0 Game Engine Option

Thanks.

By the way, I tried your Deadly Chambers game.  It is impressive.  I like how the guy's name is Chambers.  Very funny.



On Saturday, December 29, 2012 12:46:49 PM UTC-6, Robert Green wrote:
Yes, texture mapping is fairly standard and is very well supported.

BAI means "Binary Asset Import" and is a compact memory-safe format of the internal structure of the open asset importer library.  We did create it ourselves but it's simple, easy to maintain and extend and fully compatible with version 2 of that library, which is why you can easily add more formats to the engine.

On Friday, December 28, 2012 2:24:49 PM UTC-6, bob wrote:

Thanks.


Also,


Does it support texture-mapped models?


And, is the BAI format your own invention?



On Friday, December 28, 2012 11:28:48 AM UTC-6, Robert Green wrote:
Out of the box it supports OBJ for static geometry and Collada (DAE) for static and animated models.  We have a utility that will convert either of those to a binary format called BAI to go to production because it's smaller and loads faster.  The engine uses a library called Open Asset Import which supports 30+ formats, so if you want more formats supported, all you have to do is add in the format support files to either the engine or the BAI conversion utility.  I think the only format that isn't supported by Open Asset Importer is FBX, but autodesk has good FBX to DAE conversion utilities that work, so there is that option.

On Thursday, December 27, 2012 10:54:07 PM UTC-6, bob wrote:
Looks interesting.  What 3d model formats does it support?


On Thursday, December 27, 2012 5:24:59 PM UTC-6, Robert Green wrote:
Hi All,

I'm a long time contributor of this group (over 400 posts I think), developer of Deadly Chambers, Antigen and several other Android games and just wanted to, in good will, let you know about the game engine that we've been developing for the past 2 years.  It's called BatteryTech Engine and is available at http://www.batterytechsdk.com .  It's full OpenGL ES 2.0 and was designed around Android so that it would work really well across over 1000 devices, maybe more.  It's free to develop but does require a license to deploy.  The license gets you full engine source code which is something you don't see often from comparable engines.  We completely integrated Box2D and everything is bound to Lua to make it really easy to script out game logic.  You can also deploy on other platforms, but it works great specifically for Android too.

Please let me know what you think, either here, privately or otherwise.  Would love feedback and am always happy to support.

Thanks everyone!!

--
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: Happy new year

Happy New Year!! Have a good year to all you.

Cheers

On Mon, Dec 31, 2012 at 9:10 PM, Raphael <development@develissimo.com> wrote:
Happy New Year from Austria to all of you! You are awesome guys and girls!


--
Raphael  http://develissimo.com  



--
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.



--
Quiñones Victor Manuel
Tel: +54 0362 15 4 880839
Resistencia - 3500
Argentina

--
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: gwtsizzle - CSS selectors for GWT dom



On Monday, December 31, 2012 10:55:50 PM UTC+1, Sebastián Gurin wrote:
I needed a lightweight solution for CSS selectors in com.google.gwt.dom.client.Element so I made a GWT port of the JavaScript library sizzlejs.com/

Ah, this is not a port, it's a wrapper.
Also note that the <script src=""> in the gwt.xml won't work with the xsiframe linker (and the xsiframe linker is the future)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/pNJ2mf2JFykJ.
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: Happy new year

Happy new year to all of Django users worldwide.


--
Atenciosamente
___________________________
Rodrigo Martins
www.rrmartins.com

tel: (28) 9882-6202
      (27) 9601-9573
      (21) 9942-2016

 

My profiles: Facebook Twitter
Contact me: Google Talk/ rodrigo@rrmartins.com Skype/ rr_martinsj MSN/ rodrigo@rrmartins.com



2012/12/31 Nevio Vesic <nevio.vesic@gmail.com>
Happy New Year to all Django group users from Croatia!

--
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 - شقه مفروشه بالمهندسين

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

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

How to open a new Browser Window with a Widget

Hey,

here is what Im trying to do:
I opened my GWT-Application that has a Tab-Component with several Views/Dialoges (each in a dfifferent Tab).

display.getDialogContainer().getWidget(selected) .asWidget() returns the View/Dialoge from my Tab-Component with index=selected, which allows me to put the returned Dialog (Widget) in a DialogBox.
But... the DialogBox is within the Browser-Window. Thats not what I need :(

I want to put the whole Widget that I get returned from .getWidget() in a new Browser-Window.

(Its like the Gmail feature, that allows to Pop-Up that E-Mail Overlay.)


My idea is, to put the whole widget on the server and open a new Browser Window. Then I will open my entry-point site.
The Entry-point site will check if there is a Widget on the server, and load it, if there is any.

But I´m not quite sure if /how its even possible to save the Widget on the server.


Thanks in advanced.

Regards,
Manuel

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/02O41DD1zBcJ.
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: Happy new year

Happy new year from Colombia

El 31/12/2012 16:42, <cingusoft@gmail.com> escribió:
Happy new year from spain to all django lovers.
I wish you a new year with tons of django projects.

Cheers
Cingusoft
BlackBerry de movistar, allí donde estés está tu oficin@

--
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.

Cake 2.2 Auth login failure

Hi,

I have this app that uses the Auth component for login Everything works on the local machine, but fails big time live at :

http://ncln.halladesign.com

Can you tell me why ?

Here are more details :

user : test@test.com 
password : password
acl plugin by alexo

Thanks!

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
 
 

Re: [android-developers] Unable to delete a PendingIntent with AlarmManager

On Mon, Dec 31, 2012 at 12:42 AM, Giuseppe <porcelli.giuseppe@gmail.com> wrote:
I have uninstalled the app, restarted the device, the function is still working and every minute sending an email.

Is there anything in the logs when the alarms go off?

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices

--
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: l10n not loaded from base.html template

each template needs to {% load %} every templatetag library it uses, this is normal behavior


On Mon, Dec 31, 2012 at 8:31 AM, bikeridercz <rmkk@atlas.cz> wrote:
Dears,

strange thing happens to me, {% load l10n %} is not loaded in my base.html template, all other things like css works well.

Thus I'm forced to {% load l10n %} in every template. I'm using formating numbers  usings{% localize on %} and {% endlocalize %} tags.

Can You help to solve this small but annoying issue ?

Thanks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/N4uIBo_UnjkJ.
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.



--
"The whole of Japan is pure invention. There is no such country, there are no such people" --Oscar Wilde

|_|0|_|
|_|_|0|
|0|0|0|

(\__/)
(='.'=)This is Bunny. Copy and paste bunny 
(")_(") to help him gain world domination.

--
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: populate combobox inline

Hi, exists any way apply one formset in the admin.py for example

forms.py

number_fresh = Models.objects.all().count()

ProducFormset = formset_factory(ProductFresh, extra=number_fresh)
    MyFormSet = ProducFormset(initial=[{'name': u'product1','pub_date': datetime.date.today(),}])

admin.py

class FreschInline(admin.TabularInline):
    model = ProductFresch

    formset = MyFormSet     #apply here my formset but i have a error :( 

    extra = number_fresh


any idea ???

Cheers,


On Thu, Dec 27, 2012 at 9:52 PM, carlos <crocha09.09@gmail.com> wrote:
bad inglish version XD

hi i have a question
is there any way to populate a combobox inline with everyone from a list of products I use an extra parameter automatically to the amount of products but do not know how to fill them with the products look the picture please

spanish version
hola, yo necesito hacer el llenado del combobox automaticamente cuando se habra el form para introducir datos tiene alguna idea de como hacerlo, si ven la foto yo hago el conteo del numero de productos y se lo paso al parametro extra=unaCantidad pero no se como automaticamente
los combo esten cargado ese formulario es un inline

saludos


--
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] Setting Widget B/G Color of the B/G Resource

I have written code to select at runtime whether my widget should use a
background PNG image or just select a background color in place of the
image. This code works fine but is not esthetically pleasing. The
problem is that when I set just the background color in lieu of the
image the entire grid space occupied by the widget is colored and it
just looks bad.

My next idea was to specify a different background that specifies a
<shape> resource instead of the PNG image. This code works fine too.
At runtime I select one of two values for setBackgroundResource and I
can see either the PNG image or the shaped colored background. This
shaped colored background has margins and rounded corners so it looks
better than just coloring the background.

Here is my question: Is there a way to specify the color of the shaped
background at runtime? I can call RemoteView.setInt with
setBackgroundResource to set the shaped background but how can I set the
resource's background color?

--
Jake Colman -- Android Tinkerer

--
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: execute priority ServletContextEvent handler and static block

Thank you for your reply.
Then what should be put in the servlet context listener and what should be put in the static block?
 

From: Benjamin Possolo <bpossolo@gmail.com>
To: google-web-toolkit@googlegroups.com
Cc: Leung <leung1_2000@yahoo.com>
Sent: Monday, December 31, 2012 1:59 AM
Subject: Re: execute priority ServletContextEvent handler and static block

do not put code in a static block in your servlet context listener.
the context initialized method is guaranteed to be called exactly once for a servlet context listener before any of your servlets are initialized


django git repository management app

Hi Guys,

a while ago i was looking for a django app that allows me to manage git
repositories like gitosis, gitweb or at least github. But simple and well
integrated with django. Finally i found nothing.

Then the idea for gitana was born. A git repository management applicaiton for
django integrated with admin app.

Now i'm happy to announce version 1.0.0 it is opensource and you can find it
on github https://github.com/lubico-business/django-gitana

I very appreciate all comments, suggestions and all kind of feedback.

happy new year!

BR Sven

--
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: JMockit compatible with GWTTestCase?

There are very few GWT-compatible mocking tools. Actually I know only one, inspired by EasyMock and made by Googlers: https://code.google.com/p/easy-gwt-mock/
An alternative is to "mock GWT" so you can avoid using a GWTTestCase, and thus use the mocking tool you want (including JMockit): https://github.com/gwt-test-utils/gwt-test-utils
But I'm doing things like Jens suggest: abstract GWT-only classes (views) behind interfaces that can easily be mocked, so that a GWTTestCase is not necessary to unittest the business and/or presentation logic.

On Friday, December 28, 2012 9:15:14 PM UTC+1, James Scott wrote:
Hello all-

I'm trying to use JMockit in a GWTTestCase (JUnit 3, for what it's worth) and I'm not having any luck. I have jmockit.jar on my classpath for the test, but when I run it, I get this error message:

[ERROR] Line 50: No source code is available for type mockit.NonStrictExpectations; did you forget to inherit a required module?

Line 50 is where I have my NonStrictExpectations declared in my test case. Right now, it's empty.

I tried TRACE-level logging of the unit test run in Eclipse, and I get similar "no source code available" errors for other classes in the application GWT client code, but those are not under test and not in the same module as the code under test, so I don't think those are interfering.

My classpath includes my Eclipse output dir, GWT jars, jmockit.jar and junit.jar. Is there something else that should be in the classpath?

Thanks,

JLS

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/JvQ_wykdYMEJ.
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_nose failing to discover tests

I am trying to get django_nose to discover tests in my project.  I watched this video which seems to indicate that my project/app/tests/__init__.py should be able to be empty (not contain a bunch of import * statements):

http://pyvideo.org/video/1406/djangos-nasal-passage

The goal is to have django_nose find my tests by name so I do not have to have import * from ... statements within my tests/__init__.py for every app.  My project is set up like this:

/myproject
    /accounts
        __init__.py
        /tests
            __init__.py
            test_account.py

The __init__.py file is empty.  The test_account.py file contains an AccountTest class derived from unittest.TestCase.

When I run ./manage.py test accounts (with an empty __init__.py), the result is "Ran 0 tests in 0.000s"

Now, if I make accounts/tests/__init__.py contain the line from test_account import *, it works correctly; therefore, I believe I do have django_nose (version 1.1 and nose 1.2.1) installed and working.

I Googled all morning to solve the problem but have failed.  If you have any insight, please reply.  Thank you.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/gs8Mcwfs_nUJ.
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] Refresh tabs for every 5 minutes

I have a four tabs along with the menus in the left hand side. on
clicking each tab will populate corresponding data in the table.I need
to write a ajax method to refresh each tabs for every 5 minutes. Can
someone help with an example.

--
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 https://groups.google.com/groups/opt_out.

[Google Maps API v2] Re: Custom marker for GMap

but everything I was try to do I cant get a custom image for a marker for Gmap!
 
Can't see anywhere in your code snippet that attempts to use a custom image, so I don't know what you have tried.
The usual way is to create a GIcon object with custom image, and use the GIcon with your GMarker.
Documentation
Examples
 

--
You received this message because you are subscribed to the Google Groups "Google Maps API V2" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api/-/zwe8bStVq7cJ.
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.

3akarat.com - أرض بمدينة السادات منوفية للبيع

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

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

Re: Open url in new mobile safari instance?: Window.open()

You have to program that behavior into UiWebView, see:

https://www.google.com/search?q=open+link+in+safari+uiwebview

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/sUVpftrkKqsJ.
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: DataGrid, how to show multiline content in its cells?

It should be "text-overflow", not "test-overflow".

On Sunday, December 30, 2012 10:31:41 PM UTC-5, tong123123 wrote:
Ok, I found remove
white-space:nowrap;
then it can show multiline.

but I found something unknown, if I use
white-space:nowrap;
overflow:hidden;
test-overflow:ellipsis;
I expect the overflow text will show as ellipsis, but not, the overflow text is just truncated!!

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/94LBCAh0gvAJ.
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 - ارض للبيع بالقادسيه بالعبور فيلات وسكني من المالك

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

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

3akarat.com - شقتك الان بالتقسيط واستلام فوري

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

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

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

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

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

Re: [Lovers India] Happy new year

wish u all my dear frnds............ happy new year 2013
--
Thanks & Regards,


--
You received this message because you are subscribed to the Google
Groups "Lovers India" group.
To post to this group, send email to loversindia@googlegroups.com
To unsubscribe from this group, send email to
loversindia+unsubscribe@googlegroups.com
http://groups.google.co.in/group/loversindia

Re: [android-developers] Re: How to compile Android Launcher source code?

On Sun, Dec 30, 2012 at 11:43 PM, galapogos <goister@gmail.com> wrote:
> I'm specifically trying to first get the
> ICS AOSP launcher to install on any ICS phone, and then modify it with some
> features.

You are welcome to copy the source code out of AOSP, import it into an
Android SDK project, and hack away to get rid of things that do not
compile anymore. This may take some time.

> I don't
> necessarily have to use Eclipse, I'm fine with "make Launcher2".

That is not how you build an SDK project from the command line.

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

_The Busy Coder's Guide to Android Development_ Version 4.4 Available!

--
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 drag and drop multiple rows from cell table

I need to drag and drop multiple selected rows from a cell table (that contains specific objects).

I'm trying to use DragAndDropCellTable but I can drag only one cell this way. Anyone knows how can I drag few rows?

I'm catching the drop using DroppableWidget and I want the DropEvent.getDraggableData()  to be the list of selected Objects (currently it's just one Object).

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/iMcD63FZbX4J.
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.

[Lovers India] Happy new year

Is riste ko yunhi banaye rakhna
Dil mein yaado ka chirag jalaye rakhna,  Bahut pyara raha safar 2012 ka,
Apna sath 2013 me bi banaye rakhna
HAPPY NEW YEAR:-)

--
You received this message because you are subscribed to the Google
Groups "Lovers India" group.
To post to this group, send email to loversindia@googlegroups.com
To unsubscribe from this group, send email to
loversindia+unsubscribe@googlegroups.com
http://groups.google.co.in/group/loversindia

[android-developers] Order latitude/longitude list by distance to my current location

Hello all,

I have a JSON list that I retrive from one website I have that gives me the following fields:

  • Name
  • Latitude
  • Longitude
This list has around 200 items.

I want to order the list by distance to my current location, closer locations on top.

How may I do this calculation and ordering?

Many Thanks

Nelson

--
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: The method all() in overrided models.Manager doesn't works as expected

Interesting approach :)

Some pointers:
- The Page object has an automatic primary key. You should probably
change the path to be the primary key.
- .all() should not return a list of objects, instead it should
return a QuerySet which returns a list of objects when iterated.

You might be better of using just a regular FileField. Store the
objects in the DB, remove the path field and store the content in a
FileField. That is the way this is supposed to be done in Django. You
can likely make your approach work but it wont be easy.

- Anssi

On 31 joulu, 04:52, Shuge Lee <shuge....@gmail.com> wrote:
> I'm writing a simple CMS, it stores page file data on local file system
> instead of SQL server.
>
> I do overrides the model Page's Manager, but it not works as expected,
> problems
>
>    - PageManager.all(it calls PageQuerySet?) doesn't works
>    - I can create Page object in Admin, but can't view it or delete it
>
> Source code is herehttps://github.com/shuge/mcms/blob/master/pages/models.py
>
> I have read Django Manager docs<https://docs.djangoproject.com/en/1.4/topics/db/managers/> a
> couple of times, but it doesn't help.
>
> Thanks for reply.

--
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.

l10n not loaded from base.html template

Dears,

strange thing happens to me, {% load l10n %} is not loaded in my base.html template, all other things like css works well.

Thus I'm forced to {% load l10n %} in every template. I'm using formating numbers  usings{% localize on %} and {% endlocalize %} tags.

Can You help to solve this small but annoying issue ?

Thanks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/N4uIBo_UnjkJ.
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] Install failing with Android SDK Manager

Carlos thanks, that's what I did and got things working!


On Sun, Dec 30, 2012 at 6:24 AM, Carlos A. M. dos Santos <unixmania@gmail.com> wrote:
On Sun, Dec 30, 2012 at 3:53 AM, Dev Guy <devguy.ca@gmail.com> wrote:
> Hello I am getting the following error after I run the Android SDK Manager:
>
> Installing Google APIs, Android API 17, revision 1
> Installed Google APIs, Android API 17, revision 1
> Updated ADB to support the USB devices declared in the SDK add-ons.
> Stopping ADB server failed (code -1).
> Unable to run 'adb': Cannot run program
> "/opt/android-sdk-linux/platform-tools/adb": java.io.IOException: error=2,

> $ uname -a
> Linux karma 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:51:59 UTC 2012
> x86_64 x86_64 x86_64 GNU/Linux

From http://developer.android.com/sdk/installing/index.html

"If you are running a 64-bit distribution on your development machine,
you need to install the ia32-libs package using apt-get::

apt-get install ia32-libs"

--
"The flames are all long gone, but the pain lingers 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



--
Kind Regards,
Rajinder Yadav

SafetyNet Test Driven Development
http://safetynet.devmentor.org

--
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: CTS error - Invalid CTS build provided.

sorted.... Stupid path error!



On Friday, 28 December 2012 16:57:14 UTC+5:30, NimeshChanchani wrote:

I get the CTS window when run the batch file , but when try to enter the cts command "run cts" it shows. Any clues?

 

cts-tf > run cts

12-28 12:13:02 E/InvocationThread: Invalid CTS build provided.

java.lang.IllegalArgumentException: Invalid CTS build provided.

    at com.android.cts.tradefed.build.CtsBuildHelper.createBuildHelper(CtsBuildH

elper.java:79)

    at com.android.cts.tradefed.testtype.CtsTest.setBuild(CtsTest.java:303)

    at com.android.tradefed.invoker.TestInvocation.injectBuild(TestInvocation.ja

va:155)

    at com.android.tradefed.invoker.TestInvocation.invoke(TestInvocation.java:11

2)

    at com.android.tradefed.command.CommandScheduler$InvocationThread.run(Comman

dScheduler.java:352)

Caused by: java.io.FileNotFoundException: CTS install folder D:\cts\android-cts

does not exist

    at com.android.cts.tradefed.build.CtsBuildHelper.validateStructure(CtsBuildH

elper.java:158)

    at com.android.cts.tradefed.build.CtsBuildHelper.createBuildHelper(CtsBuildH

elper.java:76)

    ... 4 more

--
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: execute priority ServletContextEvent handler and static block

do not put code in a static block in your servlet context listener.
the context initialized method is guaranteed to be called exactly once for a servlet context listener before any of your servlets are initialized

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/VdaSfaAVqZoJ.
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: GWT Crawlable (SEO)

Jan

you seem to be kind of trolling; duplicate thread created 5 days ago by yourself and you clearly didnt bother to use the search feature but I will answer anyways....

Just copy the filter I wrote:
https://groups.google.com/forum/#!topic/google-web-toolkit/aBt-QCCQkKY

On Thursday, December 27, 2012 3:36:17 AM UTC-8, Jan wrote:
Hi

I like to make my GWT-App by the google bot. I found this article (https://developers.google.com/webmasters/ajax-crawling/). It states there should be a servlet filter, that serves a different view to the google bot. But how can this work? If i use for example the activities and places pattern, than the page changes are on the client-side only and there is no servlet involved -> servlet filter does not work here.

Can someone give me an explanation? Or is there another good tutorial tailored to gwt how to do this?

Thanks and best regards
Jan

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/VqqvW4u0QmUJ.
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: [android-developers] Barometer reading changes throughout the day while on same altitude.

As a pilot I can tell you that we get a MSL (Mean Sea Level) pressure reading and key that into the altimeter which compares it with current pressure and gives altitude to +50ft/-75ft accuracy.

The MSL is provided by the local airport, is adjusted to ensure any regional error puts us higher than any obstacles, and it varies so the airport will alert us if and when it changes.

Above what's known as the Transitional Layer we are high enough to avoid all ground obstacles to we use standard pressure of 1013.25 mb so that aircraft's altitude is computed relative to each other.

We do heed GPS altitude warnings that we're about to bust airspace but not for accurate altitude measurement.

Hope that helps.

Cheers
Steve

--
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: [Rails] git push heroku master error

heroku support 

postgrel


for that you have to use
"pg" gem

in your genfile chnage it

gem "pg"

then commit and git push heroku master

after that you have to get the username password and databae name from heroku


On Sat, Dec 29, 2012 at 12:31 AM, Javier Quarite <jquarites@gmail.com> wrote:



On Fri, Dec 28, 2012 at 1:39 PM, Eddy Maue <lists@ruby-forum.com> wrote:

       An error occurred while installing sqlite3 (1.3.6), and Bundler
cannot co
ntinue.
       Make sure that `gem install sqlite3 -v '1.3.6'` succeeds before
bundling.

Heroku doesn't support sqlite
(or maybe post your Gemfile)

Javier 

--
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 https://groups.google.com/groups/opt_out.
 
 

--
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 https://groups.google.com/groups/opt_out.
 
 

Sunday, December 30, 2012

[Rails] Re: Re: Re: Re: How do I send session id other than from cookie.

Dheeraj Kumar wrote in post #1090690:
> It's not secure, session spoofing is a serious issue. I would encourage
> not going that route.
>
> It can be done in rails, needs a bit of work but sure. Ideally, you'll
> alias_method_chain url_for and read the session in a parent controller,
> like ApplicationController and initialize your current user and any
> other session information from that.
>
> --
> Dheeraj Kumar

Please suggest which route to follow, in order to make application work
even though cookies are disabled in the browser.

Thanks in advance for any help in this line.

--
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 https://groups.google.com/groups/opt_out.

[Rails] Re: Re: Re: How do I send session id other than from cookie.

Shiv Narayan Gautam wrote in post #1090687:
> Try passing it in the URL. Read more about URL rewriting in case of
> disabled cookies.
>
> It has some disadvantages.
> http://www.javapractices.com/topic/TopicAction.do?Id=226
>
> --
> Shiv

Can this be done in Ruby on Rails? I am aware that it works for JSP and
PHP.

--
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 https://groups.google.com/groups/opt_out.

[Rails] Re: Re: How do I send session id other than from cookie.

Rajarshi wrote in post #1090684:
> you can use many option
> 1. memcache to store session in server
> 2.Activerecord to store session id in database so no need of your
> browser
>
> many others

I am using Activerecord only to store the session, but in some way
client has to send that session ID to server to retrieve the logged-in
session data, otherwise each time server will create a new session ID.
Right?

--
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 https://groups.google.com/groups/opt_out.

Re: [android-developers] Explanation: Languages available on some devices but not others?

No, I mean literally not supported -- that is if you go to settings and select languages you will not have the ability to choose Afrikaans; it is missing from the available languages on the device.

On Dec 31, 2012 1:26 AM, "Zsolt Vasvari" <zvasvari@gmail.com> wrote:
What does "language not supported" means?  Are you saying you translated your app to Afrikaans but it still shows up in English?  Or you have some other issue?



On Monday, December 31, 2012 2:37:42 AM UTC+8, Adam Ratana wrote:
On Sun, Dec 30, 2012 at 1:21 PM, Mark Murphy <mmu...@commonsware.com> wrote:
Because languages take up space, so device manufacturers typically
only ship the languages of relevance for where they intend to market
the device.

> Because these are Nexus devices, variables such as carrier skinning and
> manufacturer skinning/custom OS builds are out of the question

Not really. Google presumably negotiates with device manufacturers on
all sorts of features based upon costs and such. Which languages to
support would be one of those features.

Interesting, but I suppose this makes sense.  It's frustrating to Android adopters who live in countries where some devices support their native language and others do not.

I've noticed with iOS that the languages supported are the languages supported, period, which is a win on the consistency side.  The same consistency across "pure google" devices would be nice and ensure consumer confidence in some of these presumably smaller markets, but I'm preaching to the choir here. 

I suppose that short of an official answer from someone at Google, this will have to do.  Thanks Mark.

--
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: [Rails] How do I send session id other than from cookie.

Session is like an hash to store data with an application request.

It should work if you store a session while login like session[:user]="Myname_123"
 it will renmain in the application until or unless you make it nil
session[:user]=nil

it is versy simple in consept

now session id it is identification of an particular session

and browser you know I use session in android emulator

now your turn

On Sun, Dec 30, 2012 at 4:19 PM, Rajesh KT <lists@ruby-forum.com> wrote:
My requirement is to make a controller method to be able to accept
session id from cookie, if it is disabled/not available then from
request body.

This way I will return a session id from login request and use the same
session_id for any subsequent request body, if it's not a browser
request.

Will this work?

--
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 https://groups.google.com/groups/opt_out.



--
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 https://groups.google.com/groups/opt_out.
 
 

Re: [android-developers] Explanation: Languages available on some devices but not others?

What does "language not supported" means?  Are you saying you translated your app to Afrikaans but it still shows up in English?  Or you have some other issue?



On Monday, December 31, 2012 2:37:42 AM UTC+8, Adam Ratana wrote:
On Sun, Dec 30, 2012 at 1:21 PM, Mark Murphy <mmu...@commonsware.com> wrote:
Because languages take up space, so device manufacturers typically
only ship the languages of relevance for where they intend to market
the device.

> Because these are Nexus devices, variables such as carrier skinning and
> manufacturer skinning/custom OS builds are out of the question

Not really. Google presumably negotiates with device manufacturers on
all sorts of features based upon costs and such. Which languages to
support would be one of those features.

Interesting, but I suppose this makes sense.  It's frustrating to Android adopters who live in countries where some devices support their native language and others do not.

I've noticed with iOS that the languages supported are the languages supported, period, which is a win on the consistency side.  The same consistency across "pure google" devices would be nice and ensure consumer confidence in some of these presumably smaller markets, but I'm preaching to the choir here. 

I suppose that short of an official answer from someone at Google, this will have to do.  Thanks Mark.

--
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: loaddata deserializationerror: maximum recursion depth exceeded while calling a Python object

At this point, I would just skip trying to load the data through Django and write a quick Python script to load the data using INSERT statements or create a bulk data file to load it directly into MySQL. I'm not as familiar with MySQL as I am with Postgres, but Postgres can swallow a whole data file and rollback the transaction should it find invalid data in a row. I'm guessing MySQL can do something similar.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/B4RwpUtco8wJ.
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 - شقة بفيلا بالعبور للإيجار

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

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

[android-developers] Building AOSP launcher without private APIs

Hi,

Is it possible to build the ICS AOSP launcher without private APIs so that it will install into any ICS device? I've tried to build the ICS AOSP launcher from the AOSP source but had trouble installing it into regular ICS devices. I keep getting the error INSTALL_FAILED_DEXOPT.

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: [android-developers] Unable to delete a PendingIntent with AlarmManager

On Sun, Dec 30, 2012 at 1:51 PM, Giuseppe <porcelli.giuseppe@gmail.com> wrote:
But there is no way to delete it !!!!

What do you mean by this? What exactly is the issue you're having?

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices

--
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: DataGrid, how to show multiline content in its cells?

Ok, I found remove
white-space:nowrap;
then it can show multiline.

but I found something unknown, if I use
white-space:nowrap;
overflow:hidden;
test-overflow:ellipsis;
I expect the overflow text will show as ellipsis, but not, the overflow text is just truncated!!

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Y81vQ-b2B5sJ.
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.

DataGrid, how to show multiline content in its cells?

I use DataGrid, and I found if the content is very long (with space), the exceeding text is truncated, but i want the text can be wrapped to the next line, any method?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/xAPS93q0V6kJ.
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: Open url in new mobile safari instance?: Window.open()

This works on iOS Fullscreen web applications. I think it may also work on a UIWebView

public void open(String url) {
Anchor a = new Anchor();
a.setTarget("_new");
a.setHref(url);
RootPanel.get().add(a);
NativeEvent e = Document.get().createHtmlEvent("click", true, true);
a.getElement().dispatchEvent(e);
RootPanel.get().remove(a);
}


On Sunday, December 30, 2012 1:57:50 PM UTC-5, markww wrote:
Hi,

I have a Button, when clicked, I'd like to open a url in a new browser instance. The following works on desktop:

    Window.open(url, "_blank", null);

When I run the same code in a UIWebView on ios, nothing happens. Ideally I'd like to open a new instance of mobile safari directed to that url. Does anyone have any ideas of how to do this? I can fall back on catching the url in my objective-c code, but ideally there's something we could do directly in javascript to trigger mobile safari to open,

Thanks

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/UVzOE3n_CyQJ.
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.


Real Estate