Search found 7291 matches

Go to advanced search

by Kateryna Grynko
Fri Nov 30, 2012 1:53 pm
Forum: Issues
Topic: copy data
Replies: 8
Views: 776
 
Jump to post

copy data

Hello! Try this code:
codeTiggzi('tryckfall').val("hello")/code

by Kateryna Grynko
Fri Nov 30, 2012 11:43 am
Forum: Issues
Topic: How to create Android APK from exported Eclipse project using ANT?
Replies: 6
Views: 807
 
Jump to post

How to create Android APK from exported Eclipse project using ANT?

Hello.

We don't provide ANT build scripts. But you can use Maven to build project from command line.

by Kateryna Grynko
Fri Nov 30, 2012 11:37 am
Forum: Issues
Topic: The Barcode Scanner does not work anymore(?)
Replies: 21
Views: 2189
 
Jump to post

The Barcode Scanner does not work anymore(?)

I will update when have news.

by Kateryna Grynko
Fri Nov 30, 2012 11:32 am
Forum: Issues
Topic: how to delete a selected item from seletmenu1, populated from array
Replies: 20
Views: 2089
 
Jump to post

how to delete a selected item from seletmenu1, populated from array

It's an Android feature. To get over it use this JS code to add elements instead of existing code: codefunction setSelectMenuOptions(select, options) { select&#46;children()&#46;each(function() {$(this)&#46;remove()}); for(i=0; i<options&#46;length; i++) { var value = options ; var n...
by Kateryna Grynko
Fri Nov 30, 2012 11:18 am
Forum: Issues
Topic: Making the camera device work
Replies: 3
Views: 517
 
Jump to post

Making the camera device work

Hello! First, create an app. Let's make UI. Add button and Image components on your Screen. Then create new Service (Camera Service). Open Data tab on Start Screen. Choose Type: Device and Component: Camera. Click "Add". Click on "Edit Mapping" button. https://d37wxxhohlp07s.clou...
by Kateryna Grynko
Fri Nov 30, 2012 10:34 am
Forum: Issues
Topic: Events on dynamic radio and check boxes
Replies: 5
Views: 613
 
Jump to post

Events on dynamic radio and check boxes

Hello!

It's a bug, we are fixing it.
For now, you can use 'Click' event. You also can use 'Change value' event for each element of CheckBox or CheckButton (you can't do it for the whole group but it works for the particular element of group).

I will update when we fix it.

by Kateryna Grynko
Fri Nov 30, 2012 10:22 am
Forum: Issues
Topic: Empty input field is not really empty.
Replies: 27
Views: 2562
 
Jump to post

Empty input field is not really empty.

We are working on it. I'll update when have news.

by Kateryna Grynko
Thu Nov 29, 2012 3:58 pm
Forum: Issues
Topic: how to delete a selected item from seletmenu1, populated from array
Replies: 20
Views: 2089
 
Jump to post

how to delete a selected item from seletmenu1, populated from array

I see. It's a bug. We will fix it. I will update.

by Kateryna Grynko
Thu Nov 29, 2012 3:12 pm
Forum: Issues
Topic: how to delete a selected item from seletmenu1, populated from array
Replies: 20
Views: 2089
 
Jump to post

how to delete a selected item from seletmenu1, populated from array

We cannot reproduce your problem. Which Android version do you use?

Go to advanced search