Search the web
Sign In
New User? Sign Up
power-pro · Free discussion list for PowerPro users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Dialog tooltip anomoly   Message List  
Reply | Forward Message #34398 of 36672 |
Re: Dialog tooltip anomoly

--- In power-pro@yahoogroups.com, "Sheri" <sherip99@...> wrote:


> Unless manifest is enabled, dialog tooltips no longer work for me.
> Confirmed in dialogplugindemo1.

Been down with flu.

Try dialogplugin1.19_090114.zip at
http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisiona\
l/


see if that gives you back tooltips. If not, gonna be very hard to
diagnose, as I don't run compiler?debugger on XP machine.

If not, copuld you revert back to any previous version you have, until
you get tooltips back? Presumably 1.18 is okay?

regexTest_090114.zip is there too. All requested changes done,
nothing tested yet. In particular the callback code is complicated
and probably wrong.







Wed Jan 14, 2009 6:00 pm

entropyreduc...
Offline Offline
Send Email Send Email

Forward
Message #34398 of 36672 |
Expand Messages Author Sort by Date

... Oops, CLT script is a bar not a dialog. Unless manifest is enabled, dialog tooltips no longer work for me. Confirmed in dialogplugindemo1....
Sheri
silvermoonwo...
Offline Send Email
Jan 9, 2009
8:48 pm

... Been down with flu. Try dialogplugin1.19_090114.zip at http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ see if that gives...
entropyreduction
entropyreduc...
Offline Send Email
Jan 14, 2009
6:01 pm

... Hope you're feeling better now. ... http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ ... Negative. Had to go all the way...
Sheri
silvermoonwo...
Offline Send Email
Jan 14, 2009
8:50 pm

... Sorry, the correct test (92) is for pattern ?"]" not ?"[" Console pcretest program gives this compile error: Failed: ] is an invalid data character in...
Sheri
silvermoonwo...
Offline Send Email
Jan 15, 2009
4:55 am

... Will test. ... was broken. Try regexTest_090115.zip test 25 works with local sScript = cbx("@callback", "yes") with Function callback(pCaptureVec,...
entropyreduction
entropyreduc...
Offline Send Email
Jan 15, 2009
5:30 pm

... The original format: "."++scriptname++"@callback" still isn't working. I now get these error dialogs running regexplugintest: Test 25: Bad expression:...
Sheri
silvermoonwo...
Offline Send Email
Jan 16, 2009
4:58 am

... Sigh. Okay. ... Shouldn't, will fix. ... Because it reminds him of his mother?...
entropyreduction
entropyreduc...
Offline Send Email
Jan 16, 2009
6:13 am

Don't forget to update the date in the string returned by regex.version. Working on the doc update. Is the new version number going to be 2.0.6? ... Spoke too...
Sheri
silvermoonwo...
Offline Send Email
Jan 16, 2009
4:00 pm

... okay ... whatever regex.version returns now. ... Dunno what that's about. I'll double check code, but I think I just map e.g. bsr_unicode into whatever...
entropyreduction
entropyreduc...
Offline Send Email
Jan 16, 2009
5:35 pm

... Both of above tests work properly in pcretest. ... The bsr_unicode and bsr_anycrlf options are kind of like the various newline_options, they override a...
Sheri
silvermoonwo...
Offline Send Email
Jan 16, 2009
9:43 pm

... So if library default is e.g. bsr_unicode, I need to turn that off in presence of bsr_anycrlf...that makes sense. Will try. There's a bunch of nasty code...
entropyreduction
entropyreduc...
Offline Send Email
Jan 17, 2009
3:51 pm

... Sounds logical. ... I don't think anything similar would apply for bsr_unicode or bsr_anycrlf. It is possibly PCRE fixes made that step-one-character logic...
Sheri
silvermoonwo...
Offline Send Email
Jan 17, 2009
5:28 pm

I'm getting an inexplicable "Static/Local must be in script" message from PowerPro using my normal pcf with latest regex beta. I don't know what its referring...
Sheri
silvermoonwo...
Offline Send Email
Jan 17, 2009
6:36 pm

... I figured out that it is being caused by the use of regex plugin functions in *Info expr in the inifile-based command list being shown with menu showfile....
Sheri
silvermoonwo...
Offline Send Email
Jan 17, 2009
7:37 pm

... I wouldn't have any of my regex alphas anywhere near daily production. Test it, then drop back to known good (1.0.4 or whatever it was). So, try...
entropyreduction
entropyreduc...
Offline Send Email
Jan 18, 2009
6:06 am

... Try regexTest_090118_2.zip; might deal with attempts to declare local or static from within a pcf. Out of interest where you declaring global regex_tmp_var...
entropyreduction
entropyreduc...
Offline Send Email
Jan 18, 2009
12:26 pm

... No, but I thought that variable applied only to regex.pcrereplacecallback, which was not one of the functions I used from within command lists. Adding that...
Sheri
silvermoonwo...
Offline Send Email
Jan 18, 2009
5:32 pm

... ;hRE.release ;;if used in larger test script @94 local pattern=?"\R" local hRE=regex.pcrecompile(pattern) hRE.pcreMatch("\x85") win.debug("94", "expect No...
Sheri
silvermoonwo...
Offline Send Email
Jan 18, 2009
7:32 pm

... I give up. Regex and dialog stay with their current official versions. No further changes for forseeable future....
entropyreduction
entropyreduc...
Offline Send Email
Jan 19, 2009
6:05 am

... If over the quoted test, I can document the plugin doesn't support changing bsr_options after compilation (even though PCRE does). That would make the only...
Sheri
silvermoonwo...
Offline Send Email
Jan 19, 2009
2:23 pm

... By debugging content of regex variables at various times with the old and new, I figured out the difference is treatment of regex_status. With the old...
Sheri
silvermoonwo...
Offline Send Email
Jan 19, 2009
4:17 pm

... Try regexTest_090119_2.zip You wrote ... Won't match because should surely be hRE.pcreMatch("abcde\x85", ?"bsr_unicode") ... also has error is escape seq....
entropyreduction
entropyreduc...
Offline Send Email
Jan 19, 2009
5:15 pm

... Oops, right you are. All regex tests now pass. Will retest regex_status issue and post draft doc update later....
Sheri
silvermoonwo...
Offline Send Email
Jan 19, 2009
5:57 pm

regexTest_090120.zip: Banged more nails in to prevent attempt to declare local when variable already declared. For all services (I think), regex_status will...
entropyreduction
entropyreduc...
Offline Send Email
Jan 20, 2009
5:38 pm

... Had a problem with regex.pcreQuoteMeta. Would it not be simpler for plugin to declare global regex_status when the regex plugin in first loaded, and after...
Sheri
silvermoonwo...
Offline Send Email
Jan 21, 2009
5:17 pm

... What problem? ... On first use of a plugin service, I try to detect a global or local. If I find neither, and I'm in a script, I try for a static. If none...
entropyreduction
entropyreduc...
Offline Send Email
Jan 21, 2009
5:48 pm

... I had removed global declaration from my startup event. regex.pcrequotemeta was the first regex function I used (in a script). Got an error, no existing...
Sheri
silvermoonwo...
Offline Send Email
Jan 21, 2009
6:09 pm

... Darn, and it was about the only one for which I forgot to insert call to finction that does the regex_status stuff. Sorry. Try regexTest_090122.zip ... ...
entropyreduction
entropyreduc...
Offline Send Email
Jan 22, 2009
5:39 pm

Hi Alan, ... Should not be a problem. some months ago i changed my powerpro-configuration. When powerpro is started then via scheduler-startup an...
dleidinger
Offline Send Email
Jan 22, 2009
6:37 am

... I don't understand the above code. If exec returns NOMATCH, there is no need to do anything AFAIK. Certainly don't want to keep trying to match when there...
Sheri
silvermoonwo...
Offline Send Email
Jan 18, 2009
11:03 pm
 First  |  |  Last 
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help