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 - Robert Iliuta

Pages: 1 2 [3] 4 5 ... 32
31
Web Server - Ask For Help / Re: Task Panel Menu
« on: April 04, 2019, 12:15:30 AM »
Hallo!

Did you made some progress or solve the problem with responsive Task panel menu?
I use Accordion menu and I would like to make this responsive (like Double drop)

Thank you!
Robert

32
Web Server - Ask For Help / Re: Get Geolocation
« on: March 27, 2019, 12:31:51 AM »
Hallo Richard & Bruce!


@Richard
I didn't know about this method  p_web.GetLocation()
Thank you! Now it works.

@Bruce
I did exactly like you write (before) but the results came after 3-5 sec so my record is already added.
Only second time it will populate because is already in session.
With the p_web.GetLocation() works much better. I got the response much faster.

Thank you!
Robert

33
Web Server - Ask For Help / Re: Get Geolocation
« on: March 26, 2019, 11:06:20 PM »
Hallo Richard!

Sorry, but from your post I understand ... nothing :-)

Robert

34
Web Server - Ask For Help / Get Geolocation
« on: March 26, 2019, 02:45:28 AM »
Hallo!

I need to get the Geolocation (Lat & Lon)
Something like in example: https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_geolocation
When I push a button I want to insert Lat & Lon. (this will be done from a mobile device)

What is a good and smart way to do this?

Thank you!
Robert

35
Web Server - Ask For Help / Re: CSS Question - field width
« on: March 19, 2019, 01:57:51 AM »
Hallo!

Did you try with min-width property?

Robert

36
Web Server - Ask For Help / Re: Error in site javascript
« on: March 18, 2019, 04:23:11 AM »
Hallo Poul!

>>I have removed my custom.css to rule that out and also tried two different themes but still the same.
a css file will never give you Java script error.

If you use Firefox then open web developer  tool CTRL+SHIFT+I
then go to console tab and see what error you get there and start from there.


Regards,
Robert

37
Web Server - Ask For Help / Re: NetwebRefresh problem
« on: February 28, 2019, 12:10:24 PM »
Hallo!

Go to Global Extension > NetRefresh > Settings and check Suppress Error Message.

Robert

38
Hallo Matthew!

Where was located the server? (locally or on cloud server?) *If locally, what OS you have and what ports do you have open?
Your app is on 80 port or different one?
Do you have SSL certificate?

*Usually they connect trough VPN so block IP sometimes not very useful. (but it's a step)

Regards,
Robert

39
Web Server - Ask For Help / Re: Bootstrap button icons
« on: February 27, 2019, 06:40:38 AM »
Thank you Bruce!
Appreciate very much! :-)
Robert

40
Web Server - Ask For Help / Re: Bootstrap button icons
« on: February 27, 2019, 12:23:00 AM »
Hallo Bruce!

I have a lot of buttons in "WebHandler, in CreateButton method [1] after the parent call" ... but it's very hard to add there every button you need to change/add icons.
It could be more easy to have another field on the button tab where we can add our style like Bill mentioned:

1
<button type="button" name="change_btn" id="change_btnI5wf" value="" class="nt-change-button nt-small-button ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only" title="Click here to Change this record" data-do="change" role="button" aria-disabled="false">
    <i class="fab fa-500px"></i>
    <span class="ui-button-text">Hello</span>
</button>


OR (much better)

to add xHTML support in the button name :-)

The point is that if we can add this piece of code "<i class="fab fa-500px"></i>" before the name of the button it will be great.

Thank you!
Robert

41
Hallo Niels!

Did you check any browse refresh? (cell, row or whole browse?)
You have to do that... at least refresh cell.

Robert

42
cool!
I put this code in web handler because I wanted for all calendars :-) and it works perfect.

Thank you!
Robert

43
Web Server - Ask For Help / Open calendar on click instead of press button
« on: February 19, 2019, 06:58:47 AM »
Hallo!

I would like to open the calendar (in a data field) when I click on the field instead of press button.
How can I do that?

Thank you!
Robert

44
Web Server - Ask For Help / How to set tabs vertically?
« on: February 18, 2019, 03:34:34 AM »
Hallo!


In a memory form, how can I set tabs to show vertically?
https://jqueryui.com/tabs/#vertical

Thank you!
Robert


45
Web Server - Ask For Help / Re: Force form to always open on tab 1
« on: February 04, 2019, 10:14:47 AM »
>>   I failed to mention this is a disconnected (PWA) app so I suspect I need to do this in JavaScript.

I did not check on disconnected (PWA) app...
Normal web app will work with that code.

>>Any experience with JS and disconnected apps?
Sorry, no.

Robert

Pages: 1 2 [3] 4 5 ... 32