Search found 19 matches

by Chrius
Thu Sep 15, 2011 4:31 pm
Forum: iOS Deployment
Topic: iOS and scanning barcodes
Replies: 8
Views: 8163

Re: iOS and scanning barcodes

up...

Did you find anything interesting ?

Thanks
by Chrius
Sat Jul 30, 2011 2:56 pm
Forum: iOS Deployment
Topic: Bar code reader with sdk ?
Replies: 1
Views: 2571

Bar code reader with sdk ?

Hi,

until Livecode will support natively the bar code scanning with Iphone or Ipad 2 camera, does anybody succeed to use a sdk, like ZBar, ZXing... or any other ?

thanks
by Chrius
Tue May 17, 2011 5:59 pm
Forum: iOS Deployment
Topic: arrays... lose info ?
Replies: 2
Views: 3555

Re: arrays... lose info ?

Thank yoouuu !!

it works fine now :)
by Chrius
Tue May 17, 2011 5:14 pm
Forum: iOS Deployment
Topic: arrays... lose info ?
Replies: 2
Views: 3555

arrays... lose info ?

Hi all,

I couldn't find a solution to my problem...
I have an array, which i tried to declare as global in preopen stack (i've tried without too)


on openstack
global aTabPre
end openstack


then, i have a push button with this code :

on mouseUp
put url("binfile:" & tDatabasePath & "\myfile ...
by Chrius
Mon May 02, 2011 10:36 am
Forum: iOS Deployment
Topic: Tab icon...
Replies: 1
Views: 2957

Tab icon...

Hi all,

It seems icon in tabs are not supported yet (?), or i missed the information....
Any info about it ?

Thanks

Chris
by Chrius
Thu Apr 21, 2011 3:58 pm
Forum: iOS Deployment
Topic: Tab menu ?
Replies: 2
Views: 3734

Re: Tab menu ?

well thanks for help !

i was in the wrong way... It works now
I just have to investigate more to manipulate it as I want... I'll come back here if I have problems to solve my case
by Chrius
Mon Apr 18, 2011 5:30 pm
Forum: iOS Deployment
Topic: Tab menu ?
Replies: 2
Views: 3734

Tab menu ?

Hi,

i searched around, without success...
I'd like to allow the final user to add/delete tabs (on tab menus), and rename them... but don't know how...

Moreover, we can get the tab in use, with the name, but isn't there any other way to ? (with his number for example)

Thanks for help

Chris
by Chrius
Thu Mar 24, 2011 6:56 pm
Forum: iOS Deployment
Topic: ftp with iOS...
Replies: 12
Views: 10997

Re: ftp with iOS...

In my test it is 8 Ko
very fast so :)

Why ?
by Chrius
Wed Mar 23, 2011 5:22 pm
Forum: iOS Deployment
Topic: ftp with iOS...
Replies: 12
Views: 10997

Re: ftp with iOS...

Hi Klaus,

you helped me on the other thread of this forum, on "iOS FTP" thread :)
http://forums.runrev.com/phpBB2/viewtopic.php?f=49&t=7135

I used your suggestion :
put URL("http://www.myserver.com/directory/file.zip") into url("file:" & specialFolderPath("Documents") & "/" & "file.zip")
(in fact ...
by Chrius
Tue Mar 22, 2011 6:04 pm
Forum: iOS Deployment
Topic: ftp with iOS...
Replies: 12
Views: 10997

Re: ftp with iOS...

not for now :(
i'm waiting to know livecode better to get an Apple dev account

but i have one more (last ?) question...
i wonder if the problem doesn't come from the location of my file...

put "/Users/xxxx/myfile.txt" into tFileForUpload

complete path on computer, which, i think, will not be ...
by Chrius
Tue Mar 22, 2011 5:06 pm
Forum: iOS Deployment
Topic: ftp with iOS...
Replies: 12
Views: 10997

Re: ftp with iOS...

Ouch !!!!
my mistake... too fast reading....
i have this new code ;)

put tFileForUpload into url tDestination
if the result <> empty then
answer "An error occurred:" & CR & the result
end if

there are no messages appearing, and the put into url works, i have my file on my ftp... but again only ...
by Chrius
Tue Mar 22, 2011 3:27 pm
Forum: iOS Deployment
Topic: ftp with iOS...
Replies: 12
Views: 10997

Re: ftp with iOS...

sorry to have not responded to this before...
i tried your solution, but i have no messages on the simulator, as if it was done, with no problem... but no transfer occurs...
i really don't find any solution... Can this be a bug ?
I don't think i'm the only one to use ftp on livecode ;)

Edit : it ...
by Chrius
Wed Feb 23, 2011 6:29 pm
Forum: iOS Deployment
Topic: ftp with iOS...
Replies: 12
Views: 10997

Re: ftp with iOS...

Oh sorry about that... But i'm beginning on LiveCode, not so easy to find the good informations at the good place
i'll remember about release notes :)

so... i changed the line with the libUrl.... with

put tFileForUpload into url tDestination

like advised in RN
<<
To upload a file to an FTP server ...
by Chrius
Wed Feb 23, 2011 4:45 pm
Forum: iOS Deployment
Topic: ftp with iOS...
Replies: 12
Views: 10997

ftp with iOS...

Hi all,

i've got a problem with this code (i mainly use an tutorial around), which work on "Run" mode, but not in the iphone simulator...
i thought ftp was supported on the last version, for iOS ? What am i doing wrong ?

constant FTPHOST = "host.com"
constant FTPUSER = "user@user.com"
constant ...
by Chrius
Tue Feb 22, 2011 12:05 pm
Forum: iOS Deployment
Topic: Using grid (table ?) on iOS to manage datas ?
Replies: 1
Views: 2962

Re: Using grid (table ?) on iOS to manage datas ?

Did someone could use data grids to enter datas "manually" ?
It works in the "work" tool, but not in the simulator...
I only can "select" some cells on the grid, but i can't enter anything

Thanks for help