| Author |
Message |
Forum: Scripts Topic: Mathematical Function Grapher |
| alarian |
|
Posted: February 21st, 2009, 2:51 pm
|
|
Replies: 35 Views: 12301
|
| T_T How can I change the data of a Series and redraw it without recreating the whole region and chart and all? AHA! I found a workaround... First change the data in the .csv-file... RedrawChart( GuiID, ListOne ) { ;;This function doesn't change anything visually result := DllCall(&... |
|
 |
Forum: Scripts Topic: Mathematical Function Grapher |
| alarian |
|
Posted: February 21st, 2009, 2:46 pm
|
|
Replies: 35 Views: 12301
|
| T_T I have a problem... How can I update data series when the SetDataSeries function requires an array? No arrays in AHK There are lots of ways around this; Try olegbl's AHKArray [Real Array - One Variable] . I don't see how this changes the fact that I can't enter an array into the DllCall... Thes... |
|
 |
Forum: Support Topic: DllCall() - First element in array? |
| alarian |
|
Posted: February 21st, 2009, 1:54 pm
|
|
Replies: 17 Views: 817
|
Probably not  |
|
 |
Forum: Scripts Topic: Mathematical Function Grapher |
| alarian |
|
Posted: February 20th, 2009, 6:58 pm
|
|
Replies: 35 Views: 12301
|
T_T
I have a problem...
How can I update data series when the SetDataSeries function requires an array?
No arrays in AHK |
|
 |
Forum: Support Topic: DllCall() - First element in array? |
| alarian |
|
Posted: February 20th, 2009, 6:57 pm
|
|
Replies: 17 Views: 817
|
| Try this: result := DllCall("rmchart.dll\RMC_SETSERIESDATA" ,Int,ID ,Int,1 ,Int,1 ,DoubleP,L ,Int,25 ,Int,1 ) ,DoubleP,L... *sigh* It's expecting a one dimension Array... What does it matter if we set the data type to DoubleP ? All that in-depth talk about irrelevant crap... I hav... |
|
 |
Forum: Scripts Topic: Graphing Dll - RMChart |
| alarian |
|
Posted: February 20th, 2009, 2:01 pm
|
|
Replies: 23 Views: 11489
|
| #SingleInstance Force Gui +LastFound GuiID := WinExist() Noob: AddChart( GuiID, "MyBars.rmc" ) Gui Show, w700 h500, Chart Test f8:: Goto, Redraw Return GuiClose: GuiEscape: ExitApp Pause::Reload Return Redraw: RedrawChart() Return AddChart( GuiID, DesignFile ... |
|
 |
Forum: Scripts Topic: Graphing Dll - RMChart |
| alarian |
|
Posted: February 20th, 2009, 1:08 pm
|
|
Replies: 23 Views: 11489
|
| I've written some functions to better manipulate data in RMChart. I recommend that you read documentation file of RMChart DLL http://www.rmchart.com/ . Here are the functions (version 1.0): ;AHK_RMC_SetSeriesData(nCtrlId, nRegion, 1, "20070612", nDataValuesCount) This line is the ... |
|
 |
Forum: Scripts Topic: Mathematical Function Grapher |
| alarian |
|
Posted: February 19th, 2009, 11:59 pm
|
|
Replies: 35 Views: 12301
|
Thank you so much.
I found your biorythm calculator and I wrote down the .dll before I went to bed last night.
I'll check it out more later, your .ahk will be great learning material.
Thanks for the native solution aswell  |
|
 |
Forum: Support Topic: Trying to make a graph |
| alarian |
|
Posted: February 19th, 2009, 4:50 pm
|
|
Replies: 2 Views: 500
|
|
 |
Forum: Scripts Topic: Mathematical Function Grapher |
| alarian |
|
Posted: February 19th, 2009, 4:29 pm
|
|
Replies: 35 Views: 12301
|
| Could this be altered to chart a progress of some sort? like the height of a person as it grows... X = age... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ... Y = length... 49,70,92,100,112,121 ... Like, I put X into a list and Y into a list and VOILÁ! Get it represented on the chart... Puhleeease? If I can't alte... |
|
 |
Forum: Support Topic: ListView Data into simple line graph |
| alarian |
|
Posted: February 19th, 2009, 2:58 am
|
|
Replies: 2 Views: 625
|
I want the exact same thing.
Couldn't get any of the suggested functions working :/ |
|
 |
Forum: Support Topic: Trying to make a graph |
| alarian |
|
Posted: February 19th, 2009, 1:49 am
|
|
Replies: 2 Views: 500
|
| Hello. I want to visualize a real-time graph..... This is the deal: I have let's say 4 columns which gets a number periodically... Let's call the columns A, B, C and D Column A B C D Cycle 1 _2 3 8 6 2 _5 3 4 3 3 _1 5 7 4 4 _2 2 5 8 5 _3 3 3 5 6 _4 3 2 8 7 _8 5 6 5 8 _5 1 2 5 9 _7 2 5 3 10_6 6 7 5 1... |
|
 |
Forum: Support Topic: GUI Flickering text and images with BackGroundTrans |
| alarian |
|
Posted: February 1st, 2009, 6:28 am
|
|
Replies: 6 Views: 528
|
No I don't add each time ofcourse...
Move and MoveDraw produces the same results in this case...
It also happens if I change a text control...
GuiControl, Text, MissC%N_Index%, %NumOn% |
|
 |
Forum: Support Topic: GUI Flickering text and images with BackGroundTrans |
| alarian |
|
Posted: January 30th, 2009, 9:12 am
|
|
Replies: 6 Views: 528
|
alarian wrote: bump bump help help  IS this really that hard??
Another bump...
COME on guys!  |
|
 |
Forum: Support Topic: GUI Flickering text and images with BackGroundTrans |
| alarian |
|
Posted: January 29th, 2009, 10:04 pm
|
|
Replies: 6 Views: 528
|
bump bump
help help
IS this really that hard?? |
|
 |
| Sort by: |