Search found 9 matches

by rupesh
02 Aug 2022 05:33
Forum: General
Topic: Android 13
Replies: 4
Views: 26664

Re: Android 13

glad to hear that!!
by rupesh
08 Oct 2020 13:32
Forum: Flow Sharing Area
Topic: Text selection changed 4.0
Replies: 7
Views: 39909

Re: Text selection changed 4.0

Update:working fine.

I am curious if there is a way to get the word clicked on , into a variable without selecting, highlighting??

Maybe mapping x,y coordinate of the spot to the word there.
I have no idea how it would work just a vauge idea...
Could you explain if it is doable please?
Thanks!
by rupesh
08 Oct 2020 11:43
Forum: Flow Sharing Area
Topic: Text selection changed 4.0
Replies: 7
Views: 39909

Re: Text selection changed 4.0

Thank you!! I will update how it went.
by rupesh
08 Oct 2020 03:02
Forum: Flow Sharing Area
Topic: Text selection changed 4.0
Replies: 7
Views: 39909

Re: Text selection changed 4.0

When executing this flow this happens: After clicking on a paragraph on a webpage it gives a whole bunch of words...I wanted to get the first word only...eg father in this screenshot below.Please can you guide me edit the flow?? Of course when I select a single word or more by highlighting it...one ...
by rupesh
25 Feb 2020 11:41
Forum: User Help / Bug Reports
Topic: Action Script fromJSON ,Value null error
Replies: 7
Views: 17001

Re: Action Script fromJSON ,Value null error

You awesome dude!!!
👍👍Thanks and lots of love.
Finally working.
by rupesh
25 Feb 2020 11:32
Forum: User Help / Bug Reports
Topic: Action Script fromJSON ,Value null error
Replies: 7
Views: 17001

Re: Action Script fromJSON ,Value null error

I deleted these lines and just kept the single line of code you listed.Now it doesn't give error. Removed these lines data = fromJSON(response); response = data["response"]; images = response["images"]; large_url = images["large"]["url"]; Just kept large_url = fromJSON(response)["response"]["images"...
by rupesh
25 Feb 2020 11:24
Forum: User Help / Bug Reports
Topic: Action Script fromJSON ,Value null error
Replies: 7
Views: 17001

Re: Action Script fromJSON ,Value null error

Still getting error Anurag!!


Image

Image
by rupesh
25 Feb 2020 11:05
Forum: User Help / Bug Reports
Topic: Action Script fromJSON ,Value null error
Replies: 7
Views: 17001

Re: Action Script fromJSON ,Value null error

Thank you so much Anurag.Will give it a try, and update.
by rupesh
25 Feb 2020 10:20
Forum: User Help / Bug Reports
Topic: Action Script fromJSON ,Value null error
Replies: 7
Views: 17001

Action Script fromJSON ,Value null error

Hi. I am a new user and have a little problem. I make a http request and get a json file which I collect in response variable. Used a debug dialogue to verify that I did get a valid Json response.Status 200.Fine. Next I did data=fromJSON(response);url=data[0]['url']; Because I want first url from 3 ...