Re: OXT Lite .9 Release
Posted: Sat Sep 09, 2023 4:40 pm
Making steady progress. Still on track for a mid-October release of Lite .91. Thank you tperry2x for the very nice contributions working on mac/linux. I appreciate the time and effort.
I'm stuck on two things:
o AutoUpdate. All update options in Preferences should be unchecked. Put this code in a button, all should be false (unchecked).
on mouseUp --LCC update options in preferences
put the cNotifyMeOfStableReleases of stack "revPreferences" into tStable
put the cNotifyMeOfMaintainenceReleases of stack "revPreferences" into tMain
put the cNotifyMeOfBetaReleases of stack "revPreferences" into tBeta
put the cNotifyMeOfDevelopmentReleases of stack "revPreferences" into tDev
answer "LCC Update Options In Preferences:" &cr& \
"Stable Releases =" &&tStable &cr& "Maintainence Releases =" &&tMain &cr& \
"Beta Releases =" &&tBeta &cr& "Development Releases =" &&tDev with "OK" titled "Updates"
end mouseUp
o Fix program name to appear in menubar on all platforms. There must be Mac specific code somewhere that revMenubar is pulling. Windows and I assume Linux show "OpenXTalk Lite .9". There can't be a separate stack "revMenubar" for Mac. Need help, tperry2x has fix?
OXT Lite To-Do List
x) Improve stack "revSplash" with new "Splash.png" and "Splash@extra-high.png". Done.
x) Fix stack "revAbout" copyright display. Done.
x) Verify Toolbar buttons work and Help > About/Legal work. Done.
x) Remove green LC banners in File > Standalone Settings, general and iOS cards. Done.
x) Update revTools with purple theme, make a preference. I used for a week, some people might like it. Since it involves six different code changes to revTools, it would be difficult to add as a preference. As a compromise, I made a default "revTools Gray" theme with an optional file swap to "revTools Purple" theme. (can't remove + and * btn green hilites) Done.
1) Fix program name to appear in menubar on all platforms. Need help, tperry2x has fix?
2) Remove tiny LC logo in menubar/stack. Is this "bubble" in toolset > resources > community > ideSkin? tperry2x has fix?
3) Dictionary has two "livecode" labels and stack is too big. If able to remove "livecode" labels, revMenubar code needs changed too.
4) Make .oxt extension with .livecode compatibility. Need help.
5) Update Release Notes list of platform minimum requirements. Need help.
6) OXT Lite Logo, .jpg/.png to .ico for Windows. Post my submission. Vote on submissions.
7) Add 64-bit re-compiled Engine and continue debrand dictionary database. Can Paul do this?
8) Turn off Edit > Preferences > Updates, to prevent auto-updating. Need help.
9) Blue LC icon in answer/ask dialogs. Should be fixed when application icon is changed.
I'm stuck on two things:
o AutoUpdate. All update options in Preferences should be unchecked. Put this code in a button, all should be false (unchecked).
on mouseUp --LCC update options in preferences
put the cNotifyMeOfStableReleases of stack "revPreferences" into tStable
put the cNotifyMeOfMaintainenceReleases of stack "revPreferences" into tMain
put the cNotifyMeOfBetaReleases of stack "revPreferences" into tBeta
put the cNotifyMeOfDevelopmentReleases of stack "revPreferences" into tDev
answer "LCC Update Options In Preferences:" &cr& \
"Stable Releases =" &&tStable &cr& "Maintainence Releases =" &&tMain &cr& \
"Beta Releases =" &&tBeta &cr& "Development Releases =" &&tDev with "OK" titled "Updates"
end mouseUp
o Fix program name to appear in menubar on all platforms. There must be Mac specific code somewhere that revMenubar is pulling. Windows and I assume Linux show "OpenXTalk Lite .9". There can't be a separate stack "revMenubar" for Mac. Need help, tperry2x has fix?
OXT Lite To-Do List
x) Improve stack "revSplash" with new "Splash.png" and "Splash@extra-high.png". Done.
x) Fix stack "revAbout" copyright display. Done.
x) Verify Toolbar buttons work and Help > About/Legal work. Done.
x) Remove green LC banners in File > Standalone Settings, general and iOS cards. Done.
x) Update revTools with purple theme, make a preference. I used for a week, some people might like it. Since it involves six different code changes to revTools, it would be difficult to add as a preference. As a compromise, I made a default "revTools Gray" theme with an optional file swap to "revTools Purple" theme. (can't remove + and * btn green hilites) Done.
1) Fix program name to appear in menubar on all platforms. Need help, tperry2x has fix?
2) Remove tiny LC logo in menubar/stack. Is this "bubble" in toolset > resources > community > ideSkin? tperry2x has fix?
3) Dictionary has two "livecode" labels and stack is too big. If able to remove "livecode" labels, revMenubar code needs changed too.
4) Make .oxt extension with .livecode compatibility. Need help.
5) Update Release Notes list of platform minimum requirements. Need help.
6) OXT Lite Logo, .jpg/.png to .ico for Windows. Post my submission. Vote on submissions.
7) Add 64-bit re-compiled Engine and continue debrand dictionary database. Can Paul do this?
8) Turn off Edit > Preferences > Updates, to prevent auto-updating. Need help.
9) Blue LC icon in answer/ask dialogs. Should be fixed when application icon is changed.