Jump to content

Recommended Posts

  • Replies 513
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

Yup.

I noticed that a BitRotate function was added. Was there any documentation for this? Cus there's nothing in the help file.

And what does this mean exactly?

"backup :    Aut2Exe allowing .a3x  with old logo."

<{POST_SNAPBACK}>

I was late on submitting some of the documentation so I expect it will show up in the next beta version.

David Nuttall
Nuttall Computer Consulting

An Aquarius born during the Age of Aquarius

AutoIt allows me to re-invent the wheel so much faster.

I'm off to write a wizard, a wonderful wizard of odd...

  • 2 weeks later...
Posted

I was late on submitting some of the documentation so I expect it will show up in the next beta version.

<{POST_SNAPBACK}>

it is in search bitrotate but the tree has not been updated. :">
Posted (edited)

26th August, 2005 - v3.1.1.69 (beta)

Updated : GuiCtrlSetImage doc for Treeview/Listview. (by Holger)

Updated : Doc typos BitRotate doc. (Thanks ...)

Fixed : GuiCtrlCreateCombo and $CBS_DROPDOWNLIST color. (Thanks .../Holger)

Fixed : GuiCtrlCreateDate and $DTS_UPDOWN. (Thanks .../Holger)

Fixed : GUI click return position. (by Holger)

Updated : Internal code mainly keyword. (by Jon)

Fixed : HWND string concatanation. (By Valik)

Fixed : Au3Info dispalying styles (Bad update at icon change)

Fixed : GuiCtrlCreateTreeView doc example. (Thanks .../Holger)

Updated : UDF v1.31 (13 August 2005)

- Updated _MouseTrap (gafrost)

- Updated _GUICtrlEditScroll: Added $SB_SCROLLCARET - Scrolls the caret into view. (gafrost)

- Added _ProcessGetPriority to Process.au3 (MSLx Fanboy)

- Added _FilePrint to File.au3 (Erifash)

don't use this thread to discuss new problems or support. Thanks

EDITED Temporary removed

Edited by jpm
  • Developers
Posted (edited)

Yes sometime you need to take vacation.

<{POST_SNAPBACK}>

@JP, Did you see any thank you in that one word post ?

I think it was kind or rude even when that's not intended, but that's just my humble opinion....

Thanks for all your hard work, I know how much time it all take to merge other peoples code and even checking others peoples work to keep them also on the strait and narrow... :whistle:

Jos

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

@JP, Did you see any thank you in that one word post ?

I think it was kind or rude even when that's not intended, but that's just my humble opinion....

Thanks for all your hard work, I know how much time it all take to merge other peoples code and even checking others peoples work to keep them also on the strait and narrow... :whistle:

Jos

<{POST_SNAPBACK}>

Thanks Jos, I see it and I was disapointed at first
Posted (edited)

AutoMate.

<{POST_SNAPBACK}>

the money grubbin' lamers :whistle: <tounge firmly in cheek>

Edit: Removed gratouitous (sp?) rant.

Edited by flyingboz

Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.

Posted

im sorry, i was just exited  :">

thank you for all the work you are doing for us.

<{POST_SNAPBACK}>

No problem but don't use the .69 version I am uploading .70 as Holger discover a bad merge .zip is already up .exe is coming :whistle:
Posted

26th August, 2005 - v3.1.1.70 (beta)

Fixed : GUI click return position(bad correction). (sorry Holger)

Posted

28th August, 2005 - v3.1.1.71 (beta)

Fixed : GuiGetMsg returning on Input control change. (Thanks redndahead,Holger)

Fixed : GUICtrlCreateInput/Edit forcing WS_TABSTOP when ES_READONLY.

Fixed : Exit inside UDF. (Thanks LxP/Jon)

Fixed : Resizing of controls dynamically created. (Thanks HansH)

Updated : Some clarification on return value = none. (Thanks /dev/null)

Added : @UserFuncName useful for debugging. (by Kurt aka /dev/null)

Updated : UDF v1.32 (28 August 2005)

- Added _IsPressed (Ezzetabi/Jon)

- Updated Corrected return value for _MouseTrap if no params passed. (gafrost)

- Added _GUICtrlComboAutoComplete (gafrost)

- Restored correct example for _GUICtrlListViewGetItemText (jdeb)

- Added _ArrayPush to Array.au3 (hgeras)

- Added _ArraySearch to Array.au3 (SolidSnake)

- Added _ReplaceStringInFile to File.au3 (\dev\null)

Updated : UDF v1.33 (28 August 2005)

- Updated _ProcessGetPriority script logic and fixed example. (MSLx Fanboy)

Posted (edited)

30th August, 2005 - v3.1.1.72 (beta)

Added : separate colors for listview/treeview items. (by Holger)

Updated : Gets more exactly position for contextmenu for listview/treeview items. (by Holger)

Fixed : a small flickering bug in CtrlSetImage() for treeview items. (by Holger)

Changed : TraySetState() optional parameter values. (by Holger)

!!! Breaks current beta scripts if used TraySetState(x) with optional parameter !!!

Fixed : GuiCtrlSetPos, GuiCtrlSetResizing use visible window. (Thanks Holger)

Fixed : Crash on rightclick on treeview or listview. (By Holger)

Removed : @UserFuncName to much overhead for simple script constraint. (By Jon)

Added : PluginOpen, PluginsClose. (By Jon)

Updated : UDF v1.34 (30 August 2005)

- Fixed _ArraySearch example to point to Array.au3. (Thanks beerman)

- Updated _IsPressed Added optional param to function for those that will use

the function heavily they can pass a handle to the function for the dll. (gafrost/w0uter)

Edited by jpm
Posted (edited)

30th August, 2005 - v3.1.1.72 (beta)

Changed :    TraySetState() optional parameter values. (by Holger)

                !!! Breaks current beta scripts if used TraySetState(x) with optional parameter !!!

So what happen with

@SW_TRAYFLASH

@SW_TRAYNOFLASH

@SW_TRAYRESET

are they gone ? they are still in the documentation ...

:whistle:

Edited by JoeCool
Posted

So what happen with

@SW_TRAYFLASH

@SW_TRAYNOFLASH

@SW_TRAYRESET

are they gone ?    they are still in the documentation ...

:whistle:

<{POST_SNAPBACK}>

but not in the corresponding function description. Read TraySetState doc

I will clean the Autoit-related macro page

Posted

Holger, thanks for the ability to have different colors in treeview/listview, is it possible to have GUICtrSetFont to work on treeview/listview/menuItem ?

I would like to make some items bold.

Regards

Sven

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...