NeoBook 5.7 Beta Released!

Information about NeoBook Updates

Moderator: Neosoft Support

User avatar
Wrangler
Posts: 1531
Joined: Thu Mar 31, 2005 11:40 pm
Location: USA
Contact:

Post by Wrangler »

Sendmail won't work with SSL ports. What are the exclamation points for?
Wrangler
--------------
"You never know about a woman. Whether she'll laugh, cry or go for a gun." - Louis L'Amour

Windows 7 Ultimate SP1 64bit
16GB Ram
Asus GTX 950 OC Strix
Software made with NeoBook
http://highdesertsoftware.com
Apoleo
Posts: 88
Joined: Sat May 14, 2005 1:17 pm
Location: Sevilla, España

Post by Apoleo »

What are the exclamation points for?
From Help File (really is not quite important in this case. I usually put the exclamation for habit)

Code: Select all

By adding an exclamation point you can instruct NeoBook to ignore the formula. For example:

SetVar "[Text]" "!1+1"

will set the variable [Test] to "1+1". (Note: The exclamation point is removed by NeoBook.) You can use this technique in any NeoBook Action where numeric parameters are allowed.
User avatar
Wrangler
Posts: 1531
Joined: Thu Mar 31, 2005 11:40 pm
Location: USA
Contact:

Post by Wrangler »

Have you tried the code without the exclamation points? Could be that's causing a problem.
Wrangler
--------------
"You never know about a woman. Whether she'll laugh, cry or go for a gun." - Louis L'Amour

Windows 7 Ultimate SP1 64bit
16GB Ram
Asus GTX 950 OC Strix
Software made with NeoBook
http://highdesertsoftware.com
Apoleo
Posts: 88
Joined: Sat May 14, 2005 1:17 pm
Location: Sevilla, España

Post by Apoleo »

Well this really quite weird.

I delete the exclamation points, compile, send again (port 25) and it works!

But I put the exclamation points back and works too!

Now I'm really confused. :?
User avatar
Wrangler
Posts: 1531
Joined: Thu Mar 31, 2005 11:40 pm
Location: USA
Contact:

Post by Wrangler »

I would say to get out of the habit of including it, unless you really need it. Not all errors are static. It could depend on the variable content, or if Windows had it's finger up it's butt when you tested it. Could also be the response from the smtp server being used.

Whatever it was, if it ain't broke, don't fix it. :) I've never used the exclamation point in any of my sendmail code, and it's always worked.
Wrangler
--------------
"You never know about a woman. Whether she'll laugh, cry or go for a gun." - Louis L'Amour

Windows 7 Ultimate SP1 64bit
16GB Ram
Asus GTX 950 OC Strix
Software made with NeoBook
http://highdesertsoftware.com
Apoleo
Posts: 88
Joined: Sat May 14, 2005 1:17 pm
Location: Sevilla, España

Post by Apoleo »

Could also be the response from the smtp server being used.
Yes, you're right. Looking for this I found a plenty of information, this it isn't exclusive of Neobook. But I saw 5.7.0 and I though it was some of this version because in the 5.6.4a, till this moment, it never appeared to me.


*UPDATE*

I notice that Yahoo smtp server works, but Hotmail or Gmail don't. Then, same problem in 5.7b or 5.6.4a with these servers.
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Post by Neosoft Support »

I think GMail and Hotmail have to be configured to allow access from external applications.
NeoSoft Support
User avatar
Wrangler
Posts: 1531
Joined: Thu Mar 31, 2005 11:40 pm
Location: USA
Contact:

Post by Wrangler »

Dave is right. Plus, Gmail and Hotmail use dedicated SSL ports (TLS).

Take a look at Al Meyer's SMTP plugin. I've successfully used it to send mail through gmail. Haven't tried with Hotmail:

http://www.techmedia-plugins.com.br/ind ... &Itemid=12
Wrangler
--------------
"You never know about a woman. Whether she'll laugh, cry or go for a gun." - Louis L'Amour

Windows 7 Ultimate SP1 64bit
16GB Ram
Asus GTX 950 OC Strix
Software made with NeoBook
http://highdesertsoftware.com
Apoleo
Posts: 88
Joined: Sat May 14, 2005 1:17 pm
Location: Sevilla, España

Post by Apoleo »

Thanks you!
User avatar
phunk
Posts: 84
Joined: Sun Apr 03, 2005 11:33 pm

Post by phunk »

wonderful news! especially the icon upgrade is loooooong awaited. i think i posted this like 8 years ago :)
thank you so much.
oliver
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Post by Neosoft Support »

I noticed wrong calculations regarding the Track Bar's variables.
As far as I know nothing about the Track Bar was changed in v5.7. Can you provide an example that demonstrates the problem?
NeoSoft Support
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Post by Neosoft Support »

Both v5.7 and v5.6.4a produce the same results which are correct. The problem is with the math formula. The correct code should be:

Code: Select all

Math "255-([Taskbar_TrackBar]*2.83)" "0" "[Bar_Trans]"
This will produce a range between 0 and 255.
NeoSoft Support
Locked