i solved the problem...i changed the png format to png32 in gmaps image retriever and now it works... :)
- Kalmeo.org community
- > Messages by franklinz
Messages by franklinz
|
franklinz 7 messages 2009-06-24 |
|
|
franklinz 7 messages 2009-06-23 |
|
|
franklinz 7 messages 2009-06-23 |
hello there... now that the problem with the dynamic list is solved...heres a nother one... i want to display a simple png wich is stored on a http server...the image is a static google map I read the tutorial how to display dynamic pictures...this is the result... :) i use this code to retrive the image
gmap.retrieveStaticImage returns an lcdui image...so far so good... size prints the image size...its only for "debug" ;) in my form i call the popup with this code:
in the dp -->getUserDefinedValue method i return the Image
XML looks like this:
but i cant see any image...iknow its in there... ;) - the emu shows the HTTP connection... - the dp works correct so far...it replaces any other string...
it think the error is in the xml...?!
any suggestions? or is there a way to get an image via http with <picture src="link"/>?
Thanks
|
|
franklinz 7 messages 2009-06-23 |
|
|
franklinz 7 messages 2009-06-17 |
EDIT: i've read the multi dataprovider tut and think I`ve done a step forward, Now i get the values in the list :) but how do i get kuix to draw x list items...? I believe that the xml is correct... but where i have to put the function? and how ;) I tried some loop statements but it doesent worked... :( Some ideas?
thx my new main class:
My DataProvider Class #1
Second one...
And the XML:
|
|
franklinz 7 messages 2009-06-17 |
Thy for your reply...
this realy helps to understand... But the subProvider has no method "setValue". I`m using kuix 1.1?! Is it right that this method try`s to search for the tag "foo" in the xml and set its value to "hello"+i ? This item is added to the mydataprovider and this one is added to the screen when i=4?!
|
|
franklinz 7 messages 2009-06-16 |
Hello there... first...respect for your hard work...you've done a top... i searched a while an found some examples for generating dynamic fields / buttons and so on. But none worked....
I created this sample code based on the tutorial and some posts...
The XML:
Could someone explain me what i'm doing wrong?! I only want an output like: HELLO 1 thx
|

