If that is the case, why isn’t that mentioned in the third link I posted?
···
On Wednesday, July 30, 2014 1:22:16 PM UTC-7, Infinity77 wrote:
Hi,
On 30 July 2014 21:03, Nathan McCorkle nmz...@gmail.com wrote:
InsertStringItem is listed as a method here:
http://www.wxpython.org/docs/api/wx.ListCtrl-class.html
it isn’t here
http://wxpython.org/Phoenix/docs/html/ListCtrl.html
no mention of it deprecating here:
http://wxpython.org/Phoenix/docs/html/classic_vs_phoenix.html
That’s because in Phoenix, InsertItem has now many overloads and you don’t need to bother anymore between choosing InsertItem, InsertStringItem, InsertImageStringItem, InsertPuppetItem, InsertAVeryLongItemThatWillWrapWhenWindows8WillDie and whatnot. Just call InsertItem(index, label) and you will get the same result.
–
You received this message because you are subscribed to the Google Groups “wxPython-dev” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
–
Andrea.
“Imagination Is The Only Weapon In The War Against Reality.”
http://www.infinity77.net
-------------------------------------------------------------
def ask_mailing_list_support(email):
if mention_platform_and_version() and include_sample_app():
send_message(email)
else:
install_malware()
erase_hard_drives()
-------------------------------------------------------------
<snip>
Hi,
InsertStringItem is listed as a method here:
wxPython API Documentation — wxPython Phoenix 4.2.2 documentation
it isn't here
http://wxpython.org/Phoenix/docs/html/ListCtrl.html
no mention of it deprecating here:
http://wxpython.org/Phoenix/docs/html/classic_vs_phoenix.html
That's because in Phoenix, InsertItem has now many overloads and you
don't need to bother anymore between choosing InsertItem, InsertStringItem,
InsertImageStringItem, InsertPuppetItem, InsertAVeryLongItemThatWillWrapWhenWindows8WillDie
and whatnot. Just call InsertItem(index, label) and you will get the same
result.
If that is the case, why isn't that mentioned in the third link I posted?
Not all the overloads are represented in the classic_vs_phoenix document,
that used to be a work in progress I started using the NDT:
https://code.google.com/p/namespace-diff-tool/
Everyone can always submit a patch to that document (a *unified* patch) to
update it:
http://svn.wxwidgets.org/viewvc/wx/wxPython/Phoenix/trunk/docs/classic_vs_phoenix.txt
···
On 31 July 2014 00:16, Nathan McCorkle <nmz787@gmail.com> wrote:
On Wednesday, July 30, 2014 1:22:16 PM UTC-7, Infinity77 wrote:
On 30 July 2014 21:03, Nathan McCorkle <nmz...@gmail.com> wrote:
--
You received this message because you are subscribed to the Google
Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to wxPython-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://www.infinity77.net
# ------------------------------------------------------------- #
def ask_mailing_list_support(email):
if mention_platform_and_version() and include_sample_app():
send_message(email)
else:
install_malware()
erase_hard_drives()
# ------------------------------------------------------------- #
--
You received this message because you are subscribed to the Google Groups
"wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to wxPython-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
# ------------------------------------------------------------- #
def ask_mailing_list_support(email):
if mention_platform_and_version() and include_sample_app():
send_message(email)
else:
install_malware()
erase_hard_drives()
# ------------------------------------------------------------- #