Search found 83 matches

Go to advanced search

by Jordi Niubo
Thu Feb 20, 2014 10:59 am
Forum: Issues
Topic: Create PDF, note, .txt, or something for print information.
Replies: 21
Views: 2247
 
Jump to post

Create PDF, note, .txt, or something for print information.

I tryed the examples of LocalFileSystem and I have problems in device and web browser have problems: With: window.requestFileSystem(LocalFileSystem.PERSISTENT, 0,nFileSystemSuccess, fail); Error: Uncaught ReferenceError: LocalFileSystem is not defined With: window.resolveLocalFileSystemURI("fil...
by Jordi Niubo
Thu Feb 20, 2014 10:19 am
Forum: Issues
Topic: Create PDF, note, .txt, or something for print information.
Replies: 21
Views: 2247
 
Jump to post

Create PDF, note, .txt, or something for print information.

Tablet Google Nexus 10 Android 4.4.2
Motorola G Android 4.4.2

I will try this example

by Jordi Niubo
Thu Feb 20, 2014 9:34 am
Forum: Issues
Topic: Create PDF, note, .txt, or something for print information.
Replies: 21
Views: 2247
 
Jump to post

Create PDF, note, .txt, or something for print information.

Hi Katya, This example is for downlad pdf file. I need to create new csv, txt, something like this. Now with the first link I can create csv/txt file but only work in web browser. I tested in device but don't download nothing, possible is for the route, I don't undersand all these code I need to cre...
by Jordi Niubo
Wed Feb 19, 2014 5:31 pm
Forum: Issues
Topic: Create PDF, note, .txt, or something for print information.
Replies: 21
Views: 2247
 
Jump to post

Create PDF, note, .txt, or something for print information.

Hi again

I have problems with this. This work nice in web browser but don't save nothing in Device.

There are any other option for save files in device or any solution for the first code?

Thanks

by Jordi Niubo
Wed Feb 19, 2014 8:40 am
Forum: Issues
Topic: Create PDF, note, .txt, or something for print information.
Replies: 21
Views: 2247
 
Jump to post

Create PDF, note, .txt, or something for print information.

Thank you Katya

This is awesome, I can save .csv too !

by Jordi Niubo
Tue Feb 18, 2014 9:25 am
Forum: Issues
Topic: Create PDF, note, .txt, or something for print information.
Replies: 21
Views: 2247
 
Jump to post

Create PDF, note, .txt, or something for print information.

Hi

I have some data in my App and I would like to save this data in any format file.

I Would like to open this file like pdf in the same device or save in other format for send and print it.

It's possible this or something like?

Thanks you

by Jordi Niubo
Wed Feb 05, 2014 4:45 pm
Forum: Issues
Topic: Work with 2 popup
Replies: 4
Views: 355
 
Jump to post

Work with 2 popup

ok thanks Katya

I will try this but with the other form work too.

The problem was that when i opened 2 popup.

Now I use one local variable, close the first and if i need to open the 2 I know it with the variable and then open with code.

Thanks for your time :)

by Jordi Niubo
Tue Feb 04, 2014 12:47 pm
Forum: Issues
Topic: Work with 2 popup
Replies: 4
Views: 355
 
Jump to post

Work with 2 popup

but if I close the first and then open one new: The 2 popup open and close fast. Then the 1 popup come up again. close popup: $('div[dsid="ModificarVenda"]').dialog('close'); open popup: $.mobile.changePage($('div[dsid="BorratCorrectament"]'), {transition: "pop"}); What...
by Jordi Niubo
Tue Feb 04, 2014 10:40 am
Forum: Issues
Topic: Close Popup
Replies: 4
Views: 492
 
Jump to post

Close Popup

solved, the code is this:

$('div[dsid="BorratCorrectament"]').dialog('close');

by Jordi Niubo
Tue Feb 04, 2014 10:39 am
Forum: Issues
Topic: Work with 2 popup
Replies: 4
Views: 355
 
Jump to post

Work with 2 popup

Hi Im working in app with delete button. First, this button open a new confirmation popup. If user accept the delete data, this open a new information popup if the delete was correct. Then, when user Tap the information popup, I need to close all popup and go again to menu. All this actions with JS....

Go to advanced search