PxPlus User Forum

Twitter Twitter Twitter

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.


Topics - Shawn@EVENT

Pages: [1]
1
Web Services / *web/email not working for smtp.office365.com
« on: June 17, 2022, 10:17:21 AM »
For a client with  pxplus 15.1 I'm using *web/email for outgoing mail. They recently switched to Office 365 for their mail.
I changed the smtp variable. Now it contains 'smtp.office365.com; 587; userid; password'.
The error message that is returned says 'Sending to SMTP Server Failed; (23): SMTP Authentication, Login Failed.
I have verified that the username and password is correct by connecting to the office 365 web page

What did I do wrong?

2
Nomads / How to trigger NOMADS resize logic from a program.
« on: June 30, 2020, 02:33:55 PM »
I want to trigger the same logic that runs whenever I resize a nomads panel by dragging a border.  I have resized the window in the program using 'size' and now I want the objects in the panel to adjust.  Does anyone know how to accomplish this?

3
Hi.
I'm trying to print a QR code on a pdf and I'm getting an unexpected result.  The image is displaying on the pdf as three small QR codes instead of one larger one

I created the QR code in linux using the command 'qrencode' which generates a .png file.

I then convert the file to jpg using the imagemagick convert command 'convert file.png file.jpg'

I am printing the jpg image on the pdf using:
PRINT (pdf_file) 'PICTURE'(x,y,x,y,"file.jpg",5),

If I convert the .png file to .jpg using windows paint and print the jpg file using the code above, the QR code prints correctly.

Attached are images of what I'm experiencing.

Has anyone experienced this before and have any suggestions?

4
Programming / How to determine window state
« on: March 19, 2020, 02:18:11 PM »
How do you determine if a window is normal or maximized from a program?

5
Programming / Spell check issue
« on: October 03, 2018, 09:17:47 AM »
Spell check seems to not be working if the string getting checked starts with "test"

Consider the following where the value of  NOTES$="testjkshdjas"

 LET %SPELL_SITE$="|aspell -a --lang=@@",%SPELL_LANG$="en"
 CALL "*plus/spell/spell",0,LANGCODE$,NOTES$,%SPELL_SITE$

I am getting the popup stating No spelling errors found,Spell check complete

Pages: [1]