[android-developers] Re: Install % drop again?

2011-03-06 Thread Zsolt Vasvari
My install % is down to 46% now that the latest count has been updated. Diane, I am sorry to directly e-mail you, but I am copying you on this -- please forward as appropriate. I've been trying to help people on here, but I now need help from Google -- this problem is ruining my business. My

[android-developers] Send Intent by every Touch

2011-03-06 Thread J.Siedentopp
Hi everybody, by expanding an existing ViewGroup I create my own layout. My goal is to send at each touch-event an intent. The expanding of one ViewGroup work fine: code public class layout extends recce frame layout { [...] @ Override public boolean onInterceptTouchEvent (motion event) { [...]

[android-developers] Re: Moving an image in android

2011-03-06 Thread Rutton
If your desire is to experiment with drag'n drop, look here: https://groups.google.com/group/android-developers/browse_thread/thread/ef4d2f5774302d68 On 6 Mrz., 08:03, Raghav Sood raghavs...@gmail.com wrote: Please, if you're very new in Android, don't try to make a game. Games are

[android-developers] Re: How to keep an eye on my application memory?

2011-03-06 Thread GDroid
Thanks. I've used all the values in Debug.MemoryInfo class. It has already been mentioned that Android has a memory limit (16MB / 24MB) per process. My question is, which values is used by the system to determined if my application should be killed? I tried looking for the relevant source but

Re: [android-developers] Re: Moving an image in android

2011-03-06 Thread Raghav Sood
: If your desire is to experiment with drag'n drop, look here: https://groups.google.com/group/android-developers/browse_thread/thread/ef4d2f5774302d68 Thanks Rutton, That example was helpful but I need the object to move to the drop zone not just display a message. i.e. When the user moves

[android-developers] LVL RuntimeException: Unsupp.Type7

2011-03-06 Thread Mark Carter
Anyone seen this before? FATAL EXCEPTION: Thread-32 java.lang.RuntimeException: Unsupp.Type7 at com.google.common.io.protocol.ProtoBuf.parse(ProtoBuf.java:448) at com.google.common.io.protocol.ProtoBuf.parse(ProtoBuf.java:443) at

[android-developers] Re: Create native typeface in 2.31

2011-03-06 Thread kernelpanic
it's the underscore characters in the file name so far 2.3.1 is the only place I see this - doesn't affect 2.3.3 or previous versions On Feb 28, 1:51 pm, intbt in...@tacberry.com wrote: Code: final Typeface font2 = Typeface.createFromAsset(getAssets(), fonts/ CHOPS___.TTF); -- You

[android-developers] Re: Create native typeface in 2.31

2011-03-06 Thread kernelpanic
well, maybe I'll take that back. My first test showed this to be the case, now I cannot recreated that. On Mar 6, 6:10 am, kernelpanic j.m.roya...@gmail.com wrote: it's the underscore characters in the file name so far 2.3.1 is the only place I see this - doesn't affect 2.3.3 or previous

[android-developers] Re: Adjusting ListView Height

2011-03-06 Thread lbendlin
Exactly. Put the scrollview into the listview. Add the UI elements into the listview header and footer. . On Mar 5, 7:40 pm, Mark Murphy mmur...@commonsware.com wrote: On Sat, Mar 5, 2011 at 6:55 PM, Andrey tur...@gmail.com wrote: Is there anything I can do to achieve a similar effect?  I want

Re: [android-developers] Re: Create native typeface in 2.31

2011-03-06 Thread Nikolay Elenkov
On Sun, Mar 6, 2011 at 9:34 PM, kernelpanic j.m.roya...@gmail.com wrote: well, maybe I'll take that back. My first test showed this to be the case, now I cannot recreated that. On Mar 6, 6:10 am, kernelpanic j.m.roya...@gmail.com wrote: it's the underscore characters in the file name so far

[android-developers] WebGL on Android

2011-03-06 Thread John Davis
Still looking for the best way to test my WebGL work on Adroid. http://www.pcprogramming.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

Re: [android-developers] Total install numbers

2011-03-06 Thread Chris Stewart
It could also be due to piracy. I've had similar differences and I'm wondering if my apk is anywhere out there. I need to get around to implementing the license framework. -- Chris Stewart http://chriswstewart.com On Mar 4, 2011 9:59 AM, TreKing treking...@gmail.com wrote: On Wed, Mar 2, 2011 at

[android-developers] Re: Flickr widget app

2011-03-06 Thread Tom
Thanks Chris, I know the App Garden and Flickroid doesn't seem to provide a widget. That's just fine, because I want to develop this kind of application. I started the job here https://github.com/tbruyelle/FlickrWidget Regards --Tom -- You received this message because you are subscribed to

[android-developers] creating a linear gradient vertically on a horizontal line

2011-03-06 Thread brian purgert
I want to have a line that i want it to look like the line is neon, this is for my game spacebike, so this line will have to use java i think and will have to be drawn a couple times every second. So i want to make a gradient drawable but the lines goes up and down, and side to side so i

[android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-06 Thread dgoemans
Yeah, there's something really weird here. I know what Dianne is saying, but it shouldn't be my problem as an app developer if the phone can't handle other people's running apps. My simple test case this: I have a relative layout with an imageview as the fullscreen background and a button over

Re: [android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-06 Thread Dianne Hackborn
Could you please send me your app with steps to reproduce? On Sun, Mar 6, 2011 at 9:07 AM, dgoemans dgoem...@gmail.com wrote: Yeah, there's something really weird here. I know what Dianne is saying, but it shouldn't be my problem as an app developer if the phone can't handle other people's

[android-developers] netbeans get hang when i press 'run ' button

2011-03-06 Thread sourabh gupta
hey guys I have a weird problem in netbeans i am able to build the project successfully but after pressing run button for running it my project on emulator it get hang i have also tried changing the it configuration but nothing is fixing the problem after around 10 minutes a dialog box comes up on

Re: [android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-06 Thread David Goemans
Sure, i've just trimmed it down to a single activity and 1 image being loaded ( this time not directly from the file system, but rather specified in the XML ). It loads a bit better, but still crashes: Here's the source: http://dgoemans.com/Storage/ImageCrash.zip 1. Run the app 2. Image

[android-developers] emulator not showing my app

2011-03-06 Thread sourabh gupta
hey guys i have already askedthis question but it didn't help me. i have tried changing all the setting of the avd but when i run my project with the suitable avd eclipse and avd doesnt throw any error in the console too everything is going fine but when the emulator boots it up. it doesnt

Re: [android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-06 Thread appel
Just use gmaps and other built in apps. That is enough to cause intermittent drawing issues because of no more pmem available in the default launcher when pressing home on my nexus one with 2.3.3. Factory reset does not help. -- You received this message because you are subscribed to the

Re: [android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-06 Thread David Goemans
ye, just after sending the previous message i wanted to take a photo of what's turning out to be a beautiful sunset, and the camera and gallery app crashed several times, eventually the homescreen too. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Integrate with facebook on Android

2011-03-06 Thread noob_boy
Hi, Is it possible to integrate my App with the facebook App on the android? i.e. I want to show my Icon along with the already available icons of NewsFeed, profile, Friends... Thanks, -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Moving an image in android

2011-03-06 Thread Rutton
I don't have spend time on that either. But the mentioned drag'n-drop lib is open-source. So you can modify/ extend it to your liking. On 6 Mrz., 12:02, Raghav Sood raghavs...@gmail.com wrote: : If your desire is to experiment with drag'n drop, look here:

[android-developers] Re: Create native typeface in 2.31

2011-03-06 Thread kernelpanic
yep, I already rescinded my statement, jumped the gun there - my apologies. On Mar 6, 7:19 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Sun, Mar 6, 2011 at 9:34 PM, kernelpanic j.m.roya...@gmail.com wrote: well, maybe I'll take that back. My first test showed this to be the

Re: [android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-06 Thread Dianne Hackborn
That's very strange? Which device is this on? I have been using 2.3.3 extensively for months and months without seeing such issues... I also have been using it on N1 for many months, but I don't use my N1 as much these days. Anyway, I'll take a look at the app. On Sun, Mar 6, 2011 at 9:48 AM,

Re: [android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-06 Thread David Goemans
N1 running 2.3.3. But i noticed some bug threads about the deployed version of 2.3.3 to the N1, both this issue and the battery life issue, so there's a good chance that what was deployed to the public had some extra issues that you didn't see on the internal builds. Alternatively these issues

Re: [android-developers] Integrate with facebook on Android

2011-03-06 Thread Marcin Orlowski
On 6 March 2011 19:16, noob_boy acharya@gmail.com wrote: Hi, Is it possible to integrate my App with the facebook App on the android? i.e. I want to show my Icon along with the already available icons of NewsFeed, profile, Friends... No -- Regards, Marcin Orlowski -- You received

[android-developers] Can you use include / with @layout-land?

2011-03-06 Thread Stephan Roorda
I have been looking at the use of the include / tag now that I am trying to support tablets. I would like to use the same layout files for both large and xlarge screens but it appears the the include / tag only works on the default layout directory. In other words, this works: include

[android-developers] Re: cropping and changing images on a soft keyboard

2011-03-06 Thread trans
Tried this and it does not seem to work for me :-( In my code image[i] holds the resource reference: Log.v(debug, res: + image[i]); Bitmap bmp = BitmapFactory.decodeResource(res, image[i]); BitmapDrawable bmpDraw = new BitmapDrawable(bmp); k.icon =

[android-developers] Padding in relative layout fails for some reason

2011-03-06 Thread Rutton
Hello there, I am working on a simple layout, that actually works. The only thing is, that padding in a RelativeLayout does not work. Can someone have a look on that and tell me what is wrong? Its the padding in the title- RelativeLayout. R. ?xml version=1.0 encoding=utf-8? LinearLayout

[android-developers] Change the Icon on a Keyboard key.

2011-03-06 Thread trans
Well, I've looked for an answer for over an hour, but I can't figure out how to change the icon image of a keyboard key. Here is the particular field involved: http://developer.android.com/reference/android/inputmethodservice/Keyboard.Key.html#icon My current attempt is this (where image[i]

[android-developers] Scrolling the contents of a LinearLayout

2011-03-06 Thread Chris Stewart
I have a somewhat simple home screen, which I'm beginning to out grow. The view itself looks like the home screen to the Facebook app, but here's a screen shot for reference ( http://chriswstewart.com/wp-content/uploads/2010/08/ff-home-60.png). Essentially what I have is a parent LinearLayout,

[android-developers] Re: Scrolling the contents of a LinearLayout

2011-03-06 Thread Rutton
I think adding a ScrollView, surrounding the corned LinearLayout would do the trick. On 6 Mrz., 22:37, Chris Stewart cstewart...@gmail.com wrote: I have a somewhat simple home screen, which I'm beginning to out grow.  The view itself looks like the home screen to the Facebook app, but here's a

[android-developers] Bluetooth Service is stopped when opening keyboard

2011-03-06 Thread Butch
Testing Bluetooth device on Motorola Droid 2 Platform 2.2 Version 8 and getting the following error message when the keyboard is opened. The device can be re-connected with the keyboard open or closed again. Should I assume the Target Platform build does not address orientation interruption. What

[android-developers] Re: creating a linear gradient vertically on a horizontal line

2011-03-06 Thread brian purgert
Nvm its not possibe/not worth it, the amount of prossessing power is to great for what i need to do. On Mar 6, 2011 11:40 AM, brian purgert brianpurge...@gmail.com wrote: I want to have a line that i want it to look like the line is neon, this is for my game spacebike, so this line will have to

[android-developers] Re: Padding in relative layout fails for some reason

2011-03-06 Thread Rutton
I must add, that I am having a ninepatch drawable as background, with added padding part. Does someone know if this padding superseedes the layout padding? On 6 Mrz., 22:28, Rutton rut...@web.de wrote:     Hello there, I am working on a simple layout, that actually works. The only thing is,

Re: [android-developers] Can you use include / with @layout-land?

2011-03-06 Thread Romain Guy
include/ works will all layout directories. If you use layout=@layout/track_by_flight, Android will pick the layout from the most appropriate directory at runtime. For instance, if you are running on an xlarge screen, the layout Android will choose will be res/layout-xlarge/track_by_flight. This

Re: [android-developers] Can you use include / with @layout-land?

2011-03-06 Thread Stephan Roorda
OK that makes sense, but now that I read your response I don't think I explained myself well. I am going to create a whole new layout for tablets (extra fields, larger text, etc). So I am going to have something like this: /layout mylayout.xml /layout-large mylayout.xml I want to, from

Re: [android-developers] Can you use include / with @layout-land?

2011-03-06 Thread Romain Guy
Android will choose the layout from the directory that matches your device the most. The best you can do is simply try in the emulator to see what happens when you have an xlarge configuration :) On Sun, Mar 6, 2011 at 2:09 PM, Stephan Roorda sjroo...@gmail.com wrote: OK that makes sense, but

[android-developers] Re: Adjusting ListView Height

2011-03-06 Thread Andrey
Thanks for the responses, but I don't think they let me accomplish what I want. I put in a ScrollView because I cannot fit everything onto the screen. I would like to have several ListViews in one long vertical layout, each with an associated textbox and button to add keywords to it. I could

[android-developers] I hate threads, help please.

2011-03-06 Thread brian purgert
I have a main thread that controls the drawing on the canvas, but i want another thread that is just a bunch of true or false statements that detects if an event happened. So can some one show me how to make a simply low priority thread. That starts when the activity starts. It would be much

Re: [android-developers] Re: Adjusting ListView Height

2011-03-06 Thread Mark Murphy
On Sun, Mar 6, 2011 at 5:28 PM, Andrey tur...@gmail.com wrote: Thanks for the responses, but I don't think they let me accomplish what I want.  I put in a ScrollView because I cannot fit everything onto the screen.  I would like to have several ListViews in one long vertical layout, each with

[android-developers] Re: Can you use include / with @layout-land?

2011-03-06 Thread Hari Edo
On Mar 6, 5:00 pm, Romain Guy romain...@android.com wrote: If the layout you want to include is *exactly* the same for all configurations, just put it in res/layout. I once tried to have small rotation-independent clusters of views included from layout/, while the activity xml was in

Re: [android-developers] I hate threads, help please.

2011-03-06 Thread Dianne Hackborn
Why would you use a thread for that at all? On Sun, Mar 6, 2011 at 2:31 PM, brian purgert brianpurge...@gmail.comwrote: I have a main thread that controls the drawing on the canvas, but i want another thread that is just a bunch of true or false statements that detects if an event happened.

[android-developers] The Subject this: 1

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 0

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 2

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 3

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 5

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 4

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 8

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 10

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 11

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 13

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 9

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 14

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 6

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 7

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 21

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 12

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 22

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 18

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 25

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 17

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 15

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 30

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 35

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 29

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 37

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 36

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 39

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 38

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 19

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 62

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 33

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 99

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 120

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 137

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 144

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 157

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 58

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

Re: [android-developers] Re: Change Keyboard Key label at runtime

2011-03-06 Thread trans
Ok. I am sorry if I upset you. I felt a little bruised myself. -- 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] The Subject this: 2

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 0

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 4

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 1

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 3

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 10

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 8

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 11

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 9

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 14

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 7

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 5

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 17

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 20

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 21

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 13

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 27

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

[android-developers] The Subject this: 29

2011-03-06 Thread mmurphy
oa. Estamos tentando executar um update no evento AfterPrint do detalhe em um relatório no RB10 porém quando é executado ocorre o erro 'Cursor not returned from query'. Fizemos algumas pesquisas no Grupo e Google sem sucesso. Alguém poderia ajudar a solucionar esta pane? O código que estamos

  1   2   3   4   5   >