NetTalk Central

Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
Web Server - Ask For Help / How to put a Linefeed in a Tooltip
« Last post by Johan de Klerk on August 14, 2025, 01:53:06 AM »
Hi,

I have this text in my Tooltip:
Select for Orders. Else leave as NONE.

I would like it to show as two lines in the Tooltip:
Select for Orders.
Else leave as NONE
if the user hovers over the field.

I have tried: Select for Orders.<br /> Else leave as NONE.
but it shows the >br /> in the text and no Linefeed.

Any help would be appreciated.

Regards

Johan de Klerk
52
Web Server - Ask For Help / Re: Icons for Menu
« Last post by rjolda on August 13, 2025, 05:21:43 AM »
I see the method:
NetWebServerWorkerBase.CreateIcon             Procedure(<String pIcon>, <String pIconGroup>, <String pClass>, Long pType=-1)
class1  cstring(255)
spacer  cstring(255)
  code
  class1 = self.CreateIconName(pIcon,pIconGroup,pClass,pType)
  if not omitted(pIconGroup) and pIconGroup <> ''
    spacer = '<span class="ui-' & clip(pIconGroup) & '-icon-space"></span>'
  end
  return '<span class="' & class1 & '"></span>' & spacer

MakeIcon method - takes several parameters.  Trying to figure out how to get the right information in to the method to make my fontAwesome icon RED.
Ron
53
Web Server - Ask For Help / Icons for Menu
« Last post by rjolda on August 12, 2025, 03:42:54 PM »
Hi All,
Struggling to figure out this ICON stuff, especially Icons in CSS. 
NT 14.21  C11
I have added the fontAwesome.css to my app.
I have a Menu item: HOME  to which I added the Icon:  'fas fa-heart' .   Great!  I get  a black heart on my HOME button.  But, I want a RED heart icon.  I tried various permutations to get a RED heart but no luck. 
e.g 'fas fa-heart' & 'style="color:red;"'   No luck.
There has to be a trick to this with some specific NT language.
Anyone can help?
Thanks,
Ron
54
Web Server - Ask For Help / Re: AI / machine learning
« Last post by Bruce on August 11, 2025, 01:41:58 AM »
Hi Rupert,

Your question is ambiguous. Define more what your clients are asking for.
Are they asking for AI in the Clarion IDE? In your program? In something else?
If they want AI in your program, what sort of AI are they looking for? Programming? Image recognition? Something else?

Cheers
Bruce
55
Web Server - Ask For Help / Re: How to debug this slow request?
« Last post by JohanR on August 08, 2025, 10:32:16 AM »
Hi Ron

:) Yes have to agree with that.
However it's good to attempt and get things to look as PRO as possible as well as easy as possible

regards

Johan
56
Web Server - Ask For Help / Re: AI / machine learning
« Last post by rjolda on August 08, 2025, 05:44:16 AM »
Hi Rupert,
I think that there were a few people working on integrating AI into clarion.  I think that they presented some stuff and maybe even a simple example at the most recent CWIC - Net Talk development in Orlando last year.  If you have the schdule of presentations then give it a look. 
Ron
57
Web Server - Ask For Help / Re: How to debug this slow request?
« Last post by rjolda on August 08, 2025, 05:41:07 AM »
Johan,
I have found that reality often tempers our excitement for the glitzy - bottom line becomes simply "just make it work".   Have gone down this path many times trying to tell  ourself that it would be easier for the end user....and it ends up - just make it work....
Ron  :)
58
Web Server - Ask For Help / Re: How to debug this slow request?
« Last post by JohanR on August 08, 2025, 02:45:43 AM »
Hi Bruce/Jane/Ron

Thanks for all your input and ideas thus far, thought I should give some feedback.

There are 2 seperate issues that have contributed to my slow request problem.

1)
Initially I thought it was the DB access but this only seems to be an issue if the Browse row is refreshed, then it seems to read through the whole file.
If the whole Browse is refresh this is not an issue.

2)
The other issue which Jane alluded to was the dropbox creation.
Each EIP dropbox has about 30 options and on a large browse (80 lines) this is a fair amount as each line has all the options.

The code that generates the dropbox is very quick and the page completes however it seems that once it's done and hands back to the browser,
the JS could have a problem with the complex html and there is a slowdown with the refresh.
I don't have any experience in this area, so can't confirm 100%
Again hoping that the example will either confirm or point our where I'm going wrong.

Have created and submitted 2 example apps, either to confirm the issues or where I am doing something wrong.



To solve my issue for now, I refresh the whole browse, and I removed the EIP dropdown , instead used a popup update window to update the qty.

thanks,

Johan









59
Web Server - Ask For Help / AI / machine learning
« Last post by rupertvz on August 08, 2025, 12:15:57 AM »
Hi Everyone,

More and more clients are asking for AI adoption in the Clarion.
Whether this will be possible, and up to which extent.

Any previous discussions perhaps on this topic?
60
Web Server - Ask For Help / Re: NT14 CLALIT2 - NetwebForm - Duplicate Record
« Last post by Jane on August 06, 2025, 06:17:06 PM »
Confirming that I get the same error as David with driver kit 1.06 and NT 14.34.

Updating a record in the Movies desktop example app from the driver kit works fine, but David's NetTalk form complains of duplicate key.

I didn't chase any further.

Pages: 1 ... 4 5 [6] 7 8 ... 10