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 - Rene Simons

Pages: 1 ... 3 4 [5] 6 7 ... 44
61
Web Server - Ask For Help / Re: css in divs
« on: May 16, 2020, 02:40:21 AM »
Thankyou Peter,

That is a very useful 'trick'

Rene

62
Web Server - Ask For Help / css in divs
« on: May 15, 2020, 03:54:35 AM »
Hi Bruce,

When I start my (NT) webserver and press F12 I can see the HTML code and the css-classes that are used in the various divs.
For every NetWebForm and NetWebBrowse there is a CSS-tab in the template where one can input a css-class-name that one wants to apply to that specific part of the HTML source that is generated for the web-application.

In order to find out which part of the page is affected by which (custom) css-class-name, I have filled out all the fields with a unique, easy identiable name (see attachment1.png) with a leading space, so that the css-class-names, asigned by NTWS remain present in the HTML code. (All my css-class-names start with 'qdl', as QDL.NL is my company name).

Then I compiled the app went to localhost:88 in my browser and pressed F12.
To my surprise not all the divs in the page that have nt- or ui- class-names embedded, have one of my qdl- class-names present.
Most of them have though.
Problem for me is that I also want to tweak some of the css settings of these divs.
In order to do that, I create the same css-class in my custom.css and tweak the class the same way I have tweaked the original class in the browser.
I don't know if I have to use the '!important' option or not, but to be on the safe side I use it.
When I refresh the page, I see that the changes I have made have effect. I also notice that the line in the original css, is crossed out. Is that because I have canged the line in my custom.css .
Problem (for me) however is that all references to that specific css-class "look" at the one in custom.css .

What to do if I don't want that.
Main question is, is it possible to add a new class-name to all divs that normally use ny- or ui- classes?

Cheers,

René

63
Hi Bruce,
If Amer does not follow up on this, I would like to take his place on this.
Rene

64
Web Server - Ask For Help / Off topic: OnsenUI and Monaca sites gone?
« on: April 08, 2020, 01:58:37 PM »
Hi,
Yesterday I was reading into the Onsenui on onsenui.io web-site and suddenly the site doesn't respond anymore.
Has anyone an idea as of where I can find info on the status of this sort of sites?
Same goes for monaca.io
Cheers,
René

65
Web Server - Ask For Help / syncserver NT-APPS 11.32
« on: March 31, 2020, 02:37:46 AM »
Hi,

When I follow the rules as in document C:/Clarion11/accessory/Documents/Capesoft/NetTalk/NetTalkApps.Htm#Introduction
(step 5 : On the What Do You Want to Create tab select Server API's to Sync Disconnected Data)
I end up with an empty sync app.

when I also tick one of the other options, besides the  webserver(window) etc., the login and sync and sync per table are generated.

What is the right thing to do?

René

66
The Rest - Ask For Help / Re: How to set the HTTP headers
« on: January 31, 2020, 03:26:22 AM »
Bruce,

Thanks again.
Jane's additional information made things a lot clearer and also gave me some things to think about.
Thanks to Jane as well.

Cheers,
Rene

67
Web Server - Ask For Help / column width of browse columns.
« on: January 30, 2020, 05:35:56 AM »
Hi,

I am creating an application  in 'Table" mode beacause in this case I don't need responsiveness.
It seems i cannot set the column width for browse columns.
How can I achieve that?

René

68
The Rest - Ask For Help / Re: How to set the HTTP headers
« on: January 30, 2020, 03:35:05 AM »
Bruce,

With the tips Jane gave, I managed to to use a third party api and retrieve the json data I need.
Structurewise, the json varies from time to time so I have to figure out how I am going to retrieve the data.

But since you are asking :-) ...
I do a ThisWebClient.fetch to get the data.
Is there any simple or not so hard way I can put the result in a StringTheory object so I can manipulate things?

Cheers,
René

69
The Rest - Ask For Help / Re: How to set the HTTP headers
« on: January 27, 2020, 09:45:23 AM »
Thank you Jane.
That actually helped a lot.

70
The Rest - Ask For Help / How to set the HTTP headers
« on: January 26, 2020, 08:54:19 AM »
Hi all,

I have acces to an API where I can obtain inof I need for my web-application.
To use it I need to set the HTTP-headers. The specs for the header can be seen in the attached image.
I have no idea on how to set these headers.

I guess I can call the URL after I set the HTTP-headers.
And then retrieve the received result in the Pagereceived embed.

Thanks in advance for helping me out here.

René


71
Web Server - Ask For Help / Re: sync-on and sync-off png's missing
« on: January 09, 2020, 05:04:45 AM »
Thank U, SIR

72
Web Server - Ask For Help / sync-on and sync-off png's missing
« on: January 09, 2020, 02:02:25 AM »
Hi,

Am I correct when I see that sync-on and sync-off png's are missing in te /images folder?

René

73
Web Server - Ask For Help / onblur
« on: January 08, 2020, 11:10:43 PM »
Hi all,

I am trying to  create a PWA. Therefore some validation on the client side must be done in javascript.
Looking into the source of one of my netwebform procedures I noticed some JQUERY-javascript embed points.
See attachment.
  • Is it possible to write a validation (java-)script here?
  • Is the value of the field passed in variable elem? Or do I have to retrieve the value from the DOM first before I can process the entered value of that field?

Cheers,

Rene



74
Web Server - Ask For Help / NetWebYear
« on: October 29, 2019, 11:52:50 PM »
Hi,

When I use the small calendar tyoe , every month has a button with a small magnifying glass to enable the user to zoom in on that particular month.
(see CalendarSmall.png).
When I click the magnifying glass, a larger version of that month is shown. but the colors are missing here. (see NoColors.png).

Is this fixable in some way?

Cheers,
René

75
Web Server - Ask For Help / Re: Prev and Next buttons in NetWebYear
« on: October 29, 2019, 04:21:07 AM »
UPDATE

Funny thing happened.
Running in Chrome, I ran a performance check.
Guess what happend after?? The Icons appeared!!!
So I think maybe it is a caching thing??

Thanks for the reply anyway

René

Pages: 1 ... 3 4 [5] 6 7 ... 44