473,396 Members | 2,115 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Power++ problem

Hi,

I think I'm probably the only one out there still using Power++ as their
development environment (even the mailing list for it no longer works), but
I had to find out.

I have a problem with using a tree view. Everything shows fine, everything
works fine. It only comes down to when I double click an item, compared to
pressing enter on it. Both use the same function (i.e tv_menu_DoubleClick).
The tv has user data associated with each item which is deleted before
calling DeleteAll. It also has Icons which are added when the tv is shown
(it is shown and hidden on login/logout).

Now what happens when I press enter is the function logs out successfully,
resets the tv and goes back to the login menu. When I double click it
crashes on ImageList_GetBkColor... which I can't understand why it is being
called.

It is rather frustrating.

Hopefully someone can help.

Regards,
DSXC
Sep 19 '06 #1
1 1791
DSXC wrote:
Hi,

I think I'm probably the only one out there still using Power++ as their
development environment (even the mailing list for it no longer works), but
I had to find out.

I have a problem with using a tree view. Everything shows fine, everything
works fine. It only comes down to when I double click an item, compared to
pressing enter on it. Both use the same function (i.e tv_menu_DoubleClick).
The tv has user data associated with each item which is deleted before
calling DeleteAll. It also has Icons which are added when the tv is shown
(it is shown and hidden on login/logout).

Now what happens when I press enter is the function logs out successfully,
resets the tv and goes back to the login menu. When I double click it
crashes on ImageList_GetBkColor... which I can't understand why it is being
called.

It is rather frustrating.

Hopefully someone can help.
No idea, and it is way off-topic (see
<http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9>).

Cheers! --M

Sep 19 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Stephane Belzile | last post by:
Is there a way I can detect in vb.Net the power has switched to a UPS unit in case of power failure? Thanks
12
by: Roman Töngi | last post by:
I just want to raise a number to a power. e.g.: 16^2 The pow()-function of cmath seems to be not enough. I've read about valarray. Is it really so difficult? Can you give me an example. ...
5
by: mathon | last post by:
hi, i develeoped a recursive function for the power and it works fine double power(double x, int n) { if (n < 0) return 1/power(x, -n); else if (n == 0) return 1.0;
9
by: mathon | last post by:
hi, i already posted an entry because of this problem, unfortunately i havent solved it so far..:( I have created a recursion for the calculation of the power like this: double...
5
by: Gus007 | last post by:
Hi all, Need the community great support once more. :) I need to know how to calculate the power of some numbers in C, the problem is that the number is too big , and the compiler gives a...
3
by: greek | last post by:
the question is to calculate x^n(x power n) (whr n can be +ve or -ve) by using recursion. the algorithm is x= 1, n=0 1/x^n, n<0 x*x^(n-1), n>0 ...
20
by: ravi | last post by:
Give a one-line C expression to test whether a number is a power of 2.
8
by: skanemupp | last post by:
how do i solve power(5,1.3)? def power(nbr, po): if po==0: return 1 if po>0: return nbr*power(nbr, po-1) if po<0: return 1/power(nbr, -1*po)
2
by: yimma216 | last post by:
Powerpoint experienced a serious problem with the 'office special symbol input add-in' add-in. if you have seen this message multiple times, you should disable this add-in and check to see if an...
2
by: Eran.Yasso | last post by:
Hi all, I developed application in C# to be used in Vista. I used manifest so power user or any other user beside administrator can run. The problem is that the power user gets message that the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.