AveScripter bug report thread
#42
Posted 27 November 2005 - 10:15 PM
Items involved: AveScripter D-Weather Desklet
Windows Version: WinXP Pro w/SP2
DirectX version: 9.0c
System specs: Intel P4 3GHz 2GB of RAM
Graphics card & drivers version: NVIDIA GeForce 6800 GT
Desklets running: AveScripter (D-Weather); AveScipter (Calendar); iTunesDesklet; 4 PidlShortcuts (Recycle Bin, DVD-RW Drive, Folder, Network Storage)
Steps to reproduce: Set zip code (City,State) .... When computer is restarted after being shutdown, the location information is missing and needs to be re-entered
Special notes: This behaviour does not happen with the AveScripter supplied weather desklet.
#44
Posted 28 November 2005 - 01:38 PM
Items involved: AveScripter Engine
Windows Version:-
DirectX version: -
System specs: -
Graphics card & drivers version:-
Desklets running: -
Steps to reproduce: Do
this.sides(0).width = 100; this.sides(0).height = 100;
And notice only controls gets offplaced and scaled, not the layers. (Which makes sense somewhat). I can fix it by replacing and resizing the controls, but it flickers.
#46
Posted 28 November 2005 - 02:22 PM
#47
Posted 28 November 2005 - 03:52 PM
AndreasV said:
#include <wininet.h>
#pragma comment(lib,"wininet.lib")
bool IsConnectedToInternet()
{
// post: true has been returned if there is an internetconnection, otherwise false has been returned
DWORD dwConnectionType = INTERNET_CONNECTION_MODEM | INTERNET_CONNECTION_LAN | INTERNET_CONNECTION_PROXY;
return InternetGetConnectedState(&dwConnectionType,0)==TRUE;
}Oh... I was outta town (now back). All desklets uses AveDesk to call system... the idea is to block such system call (which eventually leads to pop-ups). It may be possible that PCM may fix this by your code, but there are other developers who will have to put this code of yours in all desklets they made. Some of them don't update their desklets as they have busy life while others may not know this code (new future desklet makers) and besides, I don't like the idea that all desklet developers should add this same code. Think about it, Its always better to update AveDesk with this function once rather then desklets developers updating and fixing all their desklets one by one. AveDesk controlling this desklet behaviour is not a bad idea from my perspective.
Anyhow, You can ofcourse ignore poor me
I remember the first time I reported this same bug to you AndreasVJ... It was like your Mail-Check desklet for Y Z Dock and you fixed and PM'ed me
pcm said:
Sign-Up? where'z the link
ok found the beta section on this forum
hmmm... can't find beta section on that avedesk site forum... under downloads I see one fix (not sure if this is the one)
#48
Posted 28 November 2005 - 06:53 PM
dpsleep said:
The last ITunes / Scripter pacakage I fixed the Pause.
Oxtie, I'll PM for beta.
#49 Guest_Fnj560_*
Posted 29 November 2005 - 07:56 AM
and when i try to save my theme it fails t odo so-and with 1.3 i have noticed that for some reason my theme is always resetting.
so i always have t ostart from scratch a theme does not last longer then 3 days on my machine it just resets
i have a centrino 1.8 laptop running xp pro
#51
Posted 10 December 2005 - 04:02 PM
Fnj560 said:
and when i try to save my theme it fails t odo so-and with 1.3 i have noticed that for some reason my theme is always resetting.
so i always have t ostart from scratch a theme does not last longer then 3 days on my machine it just resets
i have a centrino 1.8 laptop running xp pro
I double that report. The PC where it happens is also a laptop, RoverBook (non-mobile Intel Pentium 2,66 Ghz, 256 RAM, integrated 32MB Intel video controller, WinXP Home SP1).
But what happened today to my home AveScripter installation... It refuses to do any script actions (it flips, shows and hides layers but doesn't react a click). AveScripter version is 1.0.1.0. I dunno what's wrong. I didn't install or uninstall anything (unless my brother did). I didn't change anything in dll, js, vbs or xml files. I was inteding to make a few configs today, but instead... I'm very confused... All other desklets (non-Scripter) work fine, hence it's not AveDesk. System scripting engine (which is probably used in AS) works allright too (tried on GUID Generator.vbs from Installeable Packages folder of AveDesk). Do you have a clue what's going on?
I'm very bored today, my Surge Protector suddenly turned off the power, having killed my work project I was planning to finish at home. I tried to dispel with help of AS programming, but it made me a new surprise.
[EDIT] Latest beta says no scripting engine... Ooops. Where could it vanish? What to do now?
#52
Posted 10 December 2005 - 05:03 PM
I noticed that some softwares during the uninstall process will unregister the ocx. This is out of my control and BAD BAD uninstall software.
#53
Posted 10 December 2005 - 07:57 PM
BTW, can AveInstaller do the shell commands after the files copied? Maybe make a simple aveinst?
#55
Posted 11 December 2005 - 10:53 AM
AndreasV said:
#include <wininet.h>
#pragma comment(lib,"wininet.lib")
bool IsConnectedToInternet()
{
// post: true has been returned if there is an internetconnection, otherwise false has been returned
DWORD dwConnectionType = INTERNET_CONNECTION_MODEM | INTERNET_CONNECTION_LAN | INTERNET_CONNECTION_PROXY;
return InternetGetConnectedState(&dwConnectionType,0)==TRUE;
}Sounds good for me and If this function can be called periodicaly so that if we are disconnedted and reconnected, we dont have to do "refresh data" to get the weather or RSS updated
#56
Posted 11 December 2005 - 10:25 PM
120 mins and 30 mins is the "Recommended" time from weather.com. This avoids too much traffic to their site.. Any more, and they can band your IP!
#57
Posted 12 December 2005 - 08:38 PM
regsvr32 msscript.ocxand then restart the AveDesk - your widgets will get operable back.
BTW seems like the OnChange event for controls fires up even when we change the value from inside the script (not the user does it). So when I try to correct the user's input in the edit box, I get into infinite cycle.
#58
Posted 21 January 2006 - 04:31 PM
Bug Description: Color Dialog results misinterpreted
When I show the color dialog with this.UI.PromptColor() and select some color there, it works, but seems like AveScripter misnterpretes the results (probably R and B bytes are confused while converting to HTML color string.)
See the screenshot attached, please. I shows the result of PromptColor() for Layer.SetColor (literally this.Layers(LayerName).SetColor(this.UI.PromptColor())).
Bug Description: Shadow is made out of the first introduced desklet layer (assumed to be a background) instead of actual desklet picture.
Items involved: Digital Clock for AveScripter
Steps to reproduce: Open Digital Clock and try to enable shadow for it. the resulting picture looks weird and doesn't correspond the real digits displayed. Obviously, the shadow is rendered with only the first layer an then stretched across the whole desklet.
Bug Description: Scripted desklets do not load their own alpha value
Items involved: Every AveScripted-powered desklet currently available (normal, hard-programmed ones work fine in this aspect)
Steps to reproduce:
1. Load any AveScripter config
2. Go to Desklet Properties dialog and set the Alpha value to non 255
3. Close the dialog with OK button. Note that alpha works now.
4. Exit AveDesk, forcing it to save the theme
5. Start AveDesk again and go to Desklet Properties dialog of selected AveScripter config. Note that Alpha became 255, and the desklet is opaque again.
Attached File(s)
-
ascolorpickerbug.gif (16.1K)
Number of downloads: 19
#60
Posted 26 January 2006 - 04:05 AM
Items involved: Any Avescripter based widget
Windows Version: XP Pro SP2
DirectX version: 9.0c
System specs: P4m 2.4 Ghz, 521k Ram, 30 gig HD
Graphics card & drivers version: Nvidia 64 MB Gforce4Go edition
Desklets running: AVES - Comics, Weather IV, Calender II, Converter, digital clock
Last thing i modified to Avedesk was the Curved bar widget for Sysstats, completely uninstalling and reinstalling did nothing.








Sign In »
Register Now!
Help


MultiQuote