Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ampos

#16
Off Topic / Game of Phones
2012-Jun-21
#17
LOL, it was requested by me long time ago and implemented by Gernot. Just use the same syntax as print for proportional input. Isn't it on the help file?
#18
Yes, the same syntax that print.
#19
Sí que funcionan, y hasta detecta in-app purchases crackeaos.

El hilo el que hay en snippets y es mío.
#20
I want this for Android and/or WebOS... I have not a iPad  :zzz:
#21
Read the full thread. And yes, it is dor all my other apps.
#22
71500 free downloads and 1086 sals on global.
#23
My app Dots'n'Lines has been featured on a WebOS Nation article "apps for kids".

http://www.webosnation.com/webos-apps-kids

Average daily free downloads has almost doubled (now it s at 8000), and got 10 sales (160 sales).
#24
Someone has been able to read photos from iOS camera roll?
#25
Quote from: Hark0 on 2012-Apr-20
Quote from: ampos on 2012-Apr-19
why not use a simple IF/THEM?

Code (glbasic) Select
IF demo=0
   debug "Not demo!"
ELSE
  debug "Demo!"
ENDIF


If you want to hide it a little (so it will not cracked), name DEMO to something else as DFWP at the start of your code:

Code (glbasic) Select
DFWP=SQR(4)-1

Notice that game code is not changed by pirates in iOS. They just patch the iOS routines that check validations. If huge games as Infinity Blade has not been altered to get unlimited money, I think your's will not be...

This idea not are very good for avoid cracking apps... the variable DEMO maybe are stored on any kind of file... the cracker can compare full/lite versions to find this file changed...

Right?

My idea is that if even Infinity Blade has not been cracked, will ours be? I doubt.
#26
why not use a simple IF/THEM?

Code (glbasic) Select
IF demo=0
   debug "Not demo!"
ELSE
  debug "Demo!"
ENDIF


If you want to hide it a little (so it will not cracked), name DEMO to something else as DFWP at the start of your code:

Code (glbasic) Select
DFWP=SQR(4)-1

Notice that game code is not changed by pirates in iOS. They just patch the iOS routines that check validations. If huge games as Infinity Blade has not been altered to get unlimited money, I think your's will not be...
#27
Si tu dices en el info.plist que tu app tiene un folder shared, es simplemente que la carpeta /documents se ve desde iTunes. Así, el usuario, desde el itunes puede meter ficheros en la carpeta /documents del iphone.

Tu app lo que debería hacer al arrancar es ver si hay documentos .erm en su carpeta /documents, leerlos/moverlos/borrarlos y yatta.

Si es que te he entendido, que tu inglés es mu macarrónico...  :nana:

En un hilo por ahí puse enlace a los documentos del iOS donde explica las carpetas del iOS y donde estan y todo ese lío, cambiado desde el iOS 5, pa ke no te rechazen la app.
#28
Quote from: r0ber7 on 2012-Apr-06
I had some trouble with z_print() as well. It didn't get the font width right so my text would end up with each character overlapping the previous one to the left. I changed this:

Code (glbasic) Select

//INC x,LEN(c$,1)*zoom*x_zoom
INC x, fx*x_zoom


Now it works ok. I've made no effort to check for consistency so this may not be the best solution, but it works for me, so if you have the same problem give it a try.

Not tested fully yet, but your modificaction will work if you do not want to use font-kerning.
#29
Could be, but GLOWING SKY has done 62€ in iOS and 61€ in Android in the same 10 months period... around 6€ per month.
#30
Off Topic / Re: CUBBY
2012-Apr-15
I was just looking for a program that let me share a (some) folder/s between my home computer and my work computer, to have (for example) my full GLB proyects folders mirrored in both computers, so I can a) program in both of them and b) had a backup. So with my home photos and videos. Not really to have a cloud copy.