NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ViggoPoulsen

Pages: [1] 2
1
Web Server - Ask For Help / Re: Can you identify the smartphone ?
« on: July 25, 2012, 07:13:11 AM »
Hi Bill

That was new stuff for me ( many thing is when it comes to mobile apps ). I'll try and see if it can be used here.

Best regards
Viggo Poulsen

2
Web Server - Ask For Help / Re: Can you identify the smartphone ?
« on: July 25, 2012, 03:39:54 AM »
Hi

Thank you for your answer.

Terry:
It's not so importand with the official owner of the smartphone, as long as I can detect some ID from the smartphone in my NT web app.
It will be used to separate administrator and user without the need of a login. Only smartphones marked as Admin in a DB will be allowed surtain functions. I do not want the normal users to see a login screen, they should automatically be sent to the correct page.

Bruce:
It is a unique ID for the phone. The browser ID is only usefull if it is unique pr. user.

Bruce=1 Bill=2  Viggo=3  Everyone else = 0
Imagine a QR code to put on a book. The user scanns the QR code at get the infor you want them to have (from a DB on the server). When Bruce scans the same qr code, he gets a menu with f.ex. possibility to match this QR code wit a specific book. Great when receiving new books, and the normal user is not bothered with a login.

Best regards
Viggo Poulsen

3
Web Server - Ask For Help / Can you identify the smartphone ?
« on: July 25, 2012, 02:22:10 AM »
Hi
I am working on an app ment for Smartphones ( as _mobile_ ).
You start up by scanning a QR code containing the IP address.
What I need is to get some kind of ID from the smartphone scanning the QR code. The ID can not come from the QR code but must be some kind of ID from the smartphone or from the browser that opens on the clients smartphone. Is there any kind of parameter I can use here ?

Best regards
Viggo Poulsen

4
Web Server - Ask For Help / Re: Make a smartphone beep
« on: July 19, 2012, 03:35:04 AM »
Thank you.
A slight change in the syntax made it work for me:
'ntPlay(<39>beep.wav<39>);'

Best regards
Viggo Poulsen

5
Web Server - Ask For Help / Re: Make a smartphone beep
« on: July 19, 2012, 01:13:10 AM »
Hi Bruce

In that thread you use this :
onClick: [JavaScript] :'ntPlay(''' & clip(fil:wav) & ''');'

I can not find any reference to ntplay (neither in nettalk or in google). Is it a nettalk or a jave command ?

Best regards
Viggo Poulsen

6
Web Server - Ask For Help / Re: Make a smartphone beep
« on: July 16, 2012, 06:12:42 AM »
Hi Bill

Thank you, it looks promising.

Best regards
Viggo Poulsen

7
Web Server - Ask For Help / Make a smartphone beep
« on: July 16, 2012, 03:46:08 AM »
Hi
When the customer has pressed a button on the smartphone, I would like the smartphone sound a beep, play a note or in another way let the user know that something is happening. It this possible ?

Best regards
Viggo Poulsen

8
Web Server - Ask For Help / Re: Mobile - button in full page width
« on: July 11, 2012, 02:29:33 AM »
Hi Bruce
The difference, as I see it, is that you look at it as a desktop program, but I use it as a mobile program. Please see attachment. Whatever width I make, the calculate button adjusts.

Thank you for explaining the firebug thing, I'll install it right away.

Best regards
Viggo Poulsen.

[attachment deleted by admin]

9
Web Server - Ask For Help / Mobile - button in full page width
« on: July 10, 2012, 03:21:20 AM »
Hi

I'm struggling with a problem about buttons. In the example Calculator (34) the Calculate button is full page width. This is what I want to do.
In the project I am working on I have 3 buttons on a netwebform (memory) whitch I want to behave like this but no matter what I try the buttons are of fixed sizes.  Problably some CSS thing that I cannot understand. Any hint to push me in the right direction are wellcome.

Best regards
Viggo Poulsen

10
Hi Bill

Thank you for your answers. Just what I hoped to hear.

Best regards
Viggo

11
Web Server - Ask For Help / Nettalk webserver and QR codes question
« on: June 23, 2012, 12:36:33 AM »
Hi
Here is what I want to do:

I build a webserver. Let's say the address is http://800.800.800.1
I already know that I can select mobile with this parameter:  http://800.800.800.1:88/?_mobile_=1
But can I send another information as parameter to use in the program, like this:  http://800.800.800.1:88/?_mobile_=1/?_name_=Viggo   (and how do I detect this in my program)

Let's say this is possible, then I want to put this line http://800.800.800.1:88/?_mobile_=1/?_name_=Viggo into a QR code, take a fresh smartphone, scan this QR code and see my program running.

I have a link to a homepage where I can generate QR codes with text, but will a smartphone automatically go to the webpage in the QR code without having to install anything first ?

I'm going to buy my first smartphone. What a nightmare, too many to select from. I guess I will go for an Android thing. Does this sound as a good idea together with a Nettalk server ?

--
Best regards
Viggo Poulsen

12
Ah, I see now. It looks good, so Back on the track :-)

Best regards
Viggo Poulsen

13
Hi Bruce
I have tried it now. This is not quite what I am looking for. The locator is linked to a browser, and you have to leave the field (tab, enter) to make it work. I think I will wait for 6.34 and see if this could work for me.

Best regards
Viggo Poulsen

14
Thank you. I'll try that.

Best regards
Viggo Poulsen

15
I can see your point with focus. I'll have to try it, to see if it is a problem.
My goal is that the user should use the keyboard (pc or mobile) as little as possible. Key in what you know and get the answer.
In fact I just saw an example of what may be even better than refresh for every keypress:
In Windows mail you have a search field top right. When you starts typing and take a short break the search is performed. I key in 'Netta' and immediately see the mail to/from you. This feeling of immediate action is just what I would like to make. Can this be made ? (timer, your update in 6.34 or something else) ?

Best regards
Viggo Poulsen

Pages: [1] 2