Search found 453 matches

Go to advanced search

by Hawk
Thu Jul 21, 2016 1:51 am
Forum: Issues
Topic: How to pass the press key to Keydown event
Replies: 5
Views: 897
 
Jump to post

How to pass the press key to Keydown event

Thanks Terry, But I still do not know how to implement this in Appery.
If I do not pass 'e', get undefined for 'e.keyCode ==32'

by Hawk
Wed Jul 20, 2016 5:54 am
Forum: Issues
Topic: How to pass the press key to Keydown event
Replies: 5
Views: 897
 
Jump to post

How to pass the press key to Keydown event

I need to implement the following in my App page: pre $("#StreamUrl").keydown(function (e) { if (e.keyCode == 32) { $(this).val($(this).val() + "-"); // append '-' to input return false; // return false to prevent sp...
by Hawk
Sat May 07, 2016 11:11 am
Forum: Issues
Topic: AngularJS: How to get the value of selected list item
Replies: 11
Views: 1888
 
Jump to post

AngularJS: How to get the value of selected list item

Thank Yurii, Now I understand. I have two other question, I hope you can help me with. 1) I need to add a condition to the list of messages displayed to display only the messages of the particular connection I selected in NamePrompt Page. I am not too familiar with Angular interface, and mapping is ...
by Hawk
Wed May 04, 2016 2:32 am
Forum: Issues
Topic: AngularJS: How to get the value of selected list item
Replies: 11
Views: 1888
 
Jump to post

AngularJS: How to get the value of selected list item

Hi Sergiy,

Appreciate it if you can advise me on this.
Let me know if you need more information

Thanks,

by Hawk
Sun May 01, 2016 5:55 am
Forum: Issues
Topic: AngularJS: How to get the value of selected list item
Replies: 11
Views: 1888
 
Jump to post

AngularJS: How to get the value of selected list item

Hi Sergiy

I added variable "message" of the type "message". I am still not getting anything inserted into toName in the following page.

Image

Please advise!

by Hawk
Fri Apr 29, 2016 7:19 am
Forum: Issues
Topic: AngularJS: How to get the value of selected list item
Replies: 11
Views: 1888
 
Jump to post

AngularJS: How to get the value of selected list item

Hello,

Any update on this?

Regards,

by Hawk
Wed Apr 27, 2016 10:38 am
Forum: Issues
Topic: AngularJS: How to get the value of selected list item
Replies: 11
Views: 1888
 
Jump to post

AngularJS: How to get the value of selected list item

Hi Sergiy, Yes, there is a scope variable called toName of the type codemessage/code: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1405773/2_inline.PNG?1461753147 From the screenshot below, I am following you Chat App tutorial with few tweaks: I have list of people the user could chat with. And I...
by Hawk
Wed Apr 27, 2016 4:30 am
Forum: Issues
Topic: AngularJS: How to get the value of selected list item
Replies: 11
Views: 1888
 
Jump to post

AngularJS: How to get the value of selected list item

Hello, I have a list linked to a collection. I want on list item click, to read the value of that particular list item to a variable. Say, I have a model premessage/pre, that has a variable of the type String called prefrom/pre I want on list item click, to update premessage.from/pre with th...
by Hawk
Tue Mar 08, 2016 10:44 am
Forum: Issues
Topic: Populate data into new window
Replies: 15
Views: 1989
 
Jump to post

Populate data into new window

Very interesting! That something have not done though. Sorry!

by Hawk
Fri Feb 26, 2016 5:42 am
Forum: Issues
Topic: Add chat page to existing Ionic App
Replies: 10
Views: 1231
 
Jump to post

Add chat page to existing Ionic App

Hi Sergiy,

I shared the App

1) App name : Ionic_RnD
2) Test credentials if login functionality is implemented in your app : No login required
3) Detailed steps to reproduce the issue : Open the App, insert any name and click 'Chat' button, nothing occurs.

Regards,

Go to advanced search