|
|
Home » Community » PR, media coverage, articles and documentation » theIDE widgets Docs
theIDE widgets Docs [message #803] |
Fri, 03 February 2006 01:27  |
tmbrline
Messages: 2 Registered: February 2006 Location: Durham CA
|
Junior Member |
|
|
I was trying to use the ProgressIndicator widget. I cannot find any docs on this, what is it's range? I couldn't set range it in the code. Is it 0-1, 0-100? Is it placeable in both horizontal or vertical? What other parameters are avaialable besides value? I can't find any info on these. Am I just loking in the wrong place? I even looked through the source code and didn't find anything that would help me. Also the page http://upp.sourceforge.net/src$CtrlLib$index$en-us.html at the bottom states "Others can be inserted as "User class"". Can more widgets be added to the ID menu? As I look around the forum,I see that many are saying to not use the IDE, which I am not really sure why.
I also didn't see anywhere how to create a new widget. I try to look around and read as much as I can before I post. I hope I didn't miss all of this somewhere.
If anybody answers, thanks.
RJ
|
|
|
|
Re: theIDE widgets Docs [message #810 is a reply to message #803] |
Fri, 03 February 2006 10:38   |
 |
fudadmin
Messages: 1321 Registered: November 2005 Location: Kaunas, Lithuania
|
Ultimate Contributor Administrator |
|
|
tmbrline wrote on Thu, 02 February 2006 19:27 | I was trying to use the ProgressIndicator widget. I cannot find any docs on this, what is it's range? I couldn't set range it in the code. Is it 0-1, 0-100? Is it placeable in both horizontal or vertical? What other parameters are avaialable besides value? I can't find any info on these.
|
ProgressIndicator myprogress;
...
myprogress.Set(value, total);
I've created an example for you here:
http://www.arilect.com/upp/forum/index.php?t=msg&th=239& amp;start=0
Quote: |
Can more widgets be added to the ID menu?
|
Did you mean IDE designer menu? - Then, I think, yes. Work in progress...
Quote: |
As I look around the forum,I see that many are saying to not use the IDE, which I am not really sure why.
|
Where have you seen that?
Quote: |
I even looked through the source code and didn't find anything that would help me. Also the page http://upp.sourceforge.net/src$CtrlLib$index$en-us.html at the bottom states "Others can be inserted as "User class"".
...
...
I also didn't see anywhere how to create a new widget. I try to look around and read as much as I can before I post. I hope I didn't miss all of this somewhere.
|
Use inheritance and/or composition. All Ultimate++ sources (files) are examples.
Quote: |
If anybody answers, thanks.
|
All posts are answered within minutes or hours (special thanks to Myrek)
P.S. Please post one topic at once and create smart names to make it useful for "future generations" and less work for me renaming them and moving .
[Updated on: Tue, 07 February 2006 15:58] Report message to a moderator
|
|
|
Re: theIDE widgets Docs [message #837 is a reply to message #810] |
Sat, 04 February 2006 06:47   |
tmbrline
Messages: 2 Registered: February 2006 Location: Durham CA
|
Junior Member |
|
|
Thanks for the quick reply. I have posted to formums before only to be ignored. I am doing an Audio application and was needing a meter for levels, hence the ProgressIndicator and the horizontal and vertical question. i guess the widget may not work for this.
The not use the ide was from "In addition to what Graeme said, to have window with richedit and menu, it is usually better to actually avoid using layout and use MenuBar as frame." http://www.arilect.com/upp/forum/index.php?t=msg&goto=49
I have visited this site twice and downloaded the examples twice. It too me a while to figure out the IDE, there are no pictures of it in the screenshot pages so I thought there wasn't one. The last time I visited it, I checked it out deeper and went through the tutorial, and I finally figured out how the get the IDE view, that's when I ran into the above posting. I thought it was the pervailing feeling, but after I used it all, i understood it. Nice code BTW.
Sorry about all the questions, I am new to all of this forum stuff but have been reading them for years.
Thanks
RJ
[Updated on: Tue, 07 February 2006 15:45] by Moderator Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Sat Apr 26 23:15:37 CEST 2025
Total time taken to generate the page: 0.00657 seconds
|
|
|