Search found 133 matches

by Youks
Sat Nov 17, 2018 5:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing PDF orientation or rotating PDF before display
Replies: 19
Views: 10422

Re: Changing PDF orientation or rotating PDF before display

Hi Capellan, I have already discovered last week that discussion but i was unfortunately not able to make anything work. :cry: Either by placing the javascript function in the stack property or the browser widget and calling the function with LC passing the parameters. It is certainly easy but i hav...
by Youks
Fri Nov 16, 2018 10:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing PDF orientation or rotating PDF before display
Replies: 19
Views: 10422

Re: Changing PDF orientation or rotating PDF before display

Hi again, I unfortunately couldn't find a clear direction on how to implement and use the PDF.js in livecode. Could someone kindly provide an example on how to rotate a PDF with that extension using the browser widget or anything else? :cry: PS: i am planning to implement it in app for android. Than...
by Youks
Fri Nov 16, 2018 8:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing PDF orientation or rotating PDF before display
Replies: 19
Views: 10422

Re: Changing PDF orientation or rotating PDF before display

Thank you ! I'll explore that direction!

Best regards,
by Youks
Tue Nov 13, 2018 10:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing PDF orientation or rotating PDF before display
Replies: 19
Views: 10422

Re: Changing PDF orientation or rotating PDF before display

Hi All,

Any idea if it can be done through a javascript handler?

Regards
by Youks
Tue Nov 13, 2018 12:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing PDF orientation or rotating PDF before display
Replies: 19
Views: 10422

Changing PDF orientation or rotating PDF before display

Hi All, I am currently working on a simple app, displaying PDF files on a browser widget. At this stage all the PDF are in portrait orientation. Is there an easy way of changing the orientation or rotating the PDF before display? The PDF are fetched from a website with their original orientation. I ...
by Youks
Sat Nov 10, 2018 8:26 pm
Forum: Android Deployment
Topic: Virtual keyboard issue on 9.0.2-rc-1
Replies: 2
Views: 2786

Re: Virtual keyboard issue on 9.0.2-rc-1

I have already tried that trick with no results. I filed a bug report.

Thank you for your help Jacque.
Best regards.
by Youks
Sat Nov 10, 2018 12:24 pm
Forum: Android Deployment
Topic: Virtual keyboard issue on 9.0.2-rc-1
Replies: 2
Views: 2786

Virtual keyboard issue on 9.0.2-rc-1

Hi All, It's been a long time that i haven't used LC but now i am very happy with the outstanding progress and bug fixes! I am happy to see that bug 18395 has been resolved (return key handling on LC fields) but i am having an issue with a simple stack with a card. Basically i am using an LC field f...
by Youks
Mon Dec 29, 2014 10:16 pm
Forum: Android Deployment
Topic: Native Input Text
Replies: 21
Views: 9969

Re: Native Input Text

I've reported it as a bug and will investigate more tomorrow on another device. i'm not sure if it is only LC issue or Kitkat or Android SDK version.....a bit confused at this stage. For my app i am working for the time being with LC fields until UFN.

Thx for the help.
by Youks
Mon Dec 29, 2014 10:09 pm
Forum: Android Deployment
Topic: Native Input Text
Replies: 21
Views: 9969

Re: Native Input Text

I tried that one and unfortunately no joy !!!!!!!
by Youks
Mon Dec 29, 2014 9:49 pm
Forum: Android Deployment
Topic: Native Input Text
Replies: 21
Views: 9969

Re: Native Input Text

Hi Simon,

This doesn't work unfortunately!!!!!!!

:cry:
by Youks
Mon Dec 29, 2014 8:33 pm
Forum: Android Deployment
Topic: Native Input Text
Replies: 21
Views: 9969

Re: Native Input Text

Hi Simon, I've tried your trick with buttons,field,graphics etc... I could not get the focus to move out of a native input text !! i managed to play with the tranversalOn property, it works that way but triggers unnecessarily the keyboard. i'm using LC 6.7.1 (latest) C.E. and testing on Note 4 . It ...
by Youks
Mon Dec 29, 2014 6:33 pm
Forum: Android Deployment
Topic: Native Input Text
Replies: 21
Views: 9969

Re: Native Input Text

Hi Jacque, I gave up with the idea of using the Native Input Text on Android as for the time being managing the "focus" on it seems not to be working. I'm using the LC fields which is ok for my app at this stage. I will report it as a bug. Once again many thanks Jacque & Dixie for your time, and to ...
by Youks
Mon Dec 29, 2014 9:45 am
Forum: Android Deployment
Topic: Native Input Text
Replies: 21
Views: 9969

Re: Native Input Text

Thx Jacque but this is very strange, when i apply "click" or "mouseUp" by code in a handler the code works but the focus remains on the native field but when i physically touch the screen (which is similar to the code in the handler) the focus is removed !?? Are there specific conditions to make the...
by Youks
Sun Dec 28, 2014 10:57 am
Forum: Android Deployment
Topic: Native Input Text
Replies: 21
Views: 9969

Re: Native Input Text

Hi Dixie Not at All !! I created a Native field from which i store a string. On exiting that native field, on its on "inputReturnkey" message i "Focus on" a created invisible field in the card with its traversalOn value originally set to TRUE. The original issue was i could never remve the focus fro...
by Youks
Sun Dec 28, 2014 9:48 am
Forum: Android Deployment
Topic: Native Input Text
Replies: 21
Views: 9969

Re: Native Input Text

Hi All, I've found a workaround but not very elegant though in the card script : on inputReturnkey focus on fld "Whatever" --------------------(TraversalOn to True Already) so i can move from the native field set the traversalOn of field "Whatever" of card "Menu" to false ----------Once there Remove...

Go to advanced search