#115062 - 2005-07-11 02:43 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Quote:
ok, I think KX was not screwed up.
anyways, I fixed the assocs, opened up kixtarter to edit an udf. just went to settings and changed the colors a bit. then closed kixtarter without saving the udf and realized, my kix-assocs were gone, again.
When you closed out of changing the colors did you hit Save? And if so were the associations still checked? i.e. if you go in there are they checked off?
-Allan.
|
Top
|
|
|
|
#115064 - 2005-07-11 05:01 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Quote:
they have never been checked. that's the problem.
Ahhh....I see what could cause that when you associate those file with another program and never associated with Kixtarter. I'll change that in the next beta.
-Allan.
|
Top
|
|
|
|
#115066 - 2005-07-12 10:23 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Quote:
k, now we are talking. when you do that, I might even try experimenting with it
O.k....best I can do for now is this: If you close the settings screen I only mess with the associations if I'm already the default in there. If you add me I make me the default and keep track of the old default. If you then remove me I put the last one that was back in.
On the plus side I think I've found a decent block of code to do a HTML export. I'm almost done cleaning it up. My test code, which clocks in at 45k, exports to HTML at 210k with full font size, color, and type support or 150k for just color support. I guess thats pretty decent. Heres a block exported:
If Val(@KIX) >= 4 $Inventory = '\\' + $myresourceserver + '\logon\Inv\' + @WKSTA + '.HTM' If Exist($Inventory) ? "Inventory file exists on server. Not running inventory scripts." Else ? "Running PC Inventory" Call '\\' + $myresourceserver + '\logon\COMPINFO2.KIX' EndIf Else ? "Kixtart version is less then 4. Can't run inventory yet." EndIf
Nifty stuff. Now I'm debating the use of right clicking a section of text and being able to automagically copy whats selected to the clipboard as HTML for easy posting. Would that be something useful?
On another note thanks to those that are beta testing the software. 2.99 is up and pretty stable and I've gotten a couple notes on things to look at. Its very helpful, plesae keep it up.
-Allan
|
Top
|
|
|
|
#115067 - 2005-07-12 11:21 PM
Re: Kixtarter - KiXtart Script Editor
|
Chris S.
MM club member
Registered: 2002-03-18
Posts: 2368
Loc: Earth
|
Quote:
Nifty stuff. Now I'm debating the use of right clicking a section of text and being able to automagically copy whats selected to the clipboard as HTML for easy posting. Would that be something useful?
Yap. That would be pretty cool. If you could wrap the code in a table with a background color too, that would be pretty handy.
|
Top
|
|
|
|
#115069 - 2005-07-13 02:48 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Quote:
Yap. That would be pretty cool. If you could wrap the code in a table with a background color too, that would be pretty handy.
Background......hrm.......that might be difficult. I'll see what I can do.
Quote:
ja, bgcolor is handy specially on this board, even if it is just white. and allan, I still would like you to call it 3.0 beta 2.99 is version 2.xx and you are doing 3.xx code, no?
Thinking about it the best I could probably do is a single celled table with a white background.
Its 2.99 because I'm following fairly standard versioning, each major revision is 100% change from last major revision. So 3.0 code will have half the code change/removed/added that 2.0 had. That and calling it 3.xx beta would screw up my versioning record keeping and backup files. And that would just be a mess.
Speaking of a mess v2.99.9 (consider it v3.0 RC1) will be out today and if nothing wrong is found in a week or so I will repackage it up as 3.0 final. Please keep testing!
-Allan.
|
Top
|
|
|
|
#115074 - 2005-07-14 11:21 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Quote:
Hmmm.. Sounds pretty good then Allan. I've not tested/run your editor for well over a year now as it was just way too buggy to even consider further testing.
I'll give it another try some time this week and see how far along you've come now as it sounds like I should not expect too many issues judging from the postings of others as well.
It wasn't buggy. It had unexpected features.
Quote:
allan, sure it works. one can always wonder why one uses table at all when he does not want to present a table. but, it's your editor and so it's your choice.
I think a plain table is a little better supported still then the more complex, but nicer, div's. Plus its my editor. Ha!
Code for 3.0 final is done....still going through trying to find glaring bugs and I want to do more benchmarking against the old version to see what changes I made helped and which hurt, mostly for my own programming experience. From what I can tell 3.0 should be a good 10 - 30% faster but my testing should give me a better guesstimate. If I don't release tomorrow I'll send it out over the weekend.
-Allan.
|
Top
|
|
|
|
#115075 - 2005-07-18 04:41 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
After a lot of testing and recoding I'm pretty happy with the 3.0 code. I have officially released 3.00 as a new installable file and also through the updater. It is recommended that you go into Options -> Settings (Tools -> Options for beta users) and do a "Reset To Defaults" and then uninstall the old version. This is not required, you can just download the update, but it will get rid of old files in the install directory that are no longer needed (VB compatibility files).
Overall the coloring routine is much faster, my test files which consisted of our companies login script and NTDocs computer info script both took 40 - 50% less time to color as the old 2.19 code did.
If anyone has any problems or wants to report a bug PLEASE use the website to do so (Help -> Submit Bug or Feedback) as I can track things easier having a emailed copy. Please be as precice as possible if your reporting a bug, give me at a minimum your OS, the first couple lines of the error (I don't need or want all 100 some lines of the .Net compiler error messages), and what you did to cause the error. Otherwise its very difficult to track things down to fix.
I'll update the page 1 post with any new info on the program.
-Allan
|
Top
|
|
|
|
#115077 - 2005-07-18 06:15 PM
Re: Kixtarter - KiXtart Script Editor
|
Bryce
KiX Supporter
Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
|
nice work man!
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 393 anonymous users online.
|
|
|