Edit Your Comment
Gadget for Windows 7, and-or Vista
Jan 19, 2010 at 21:02
会员从Dec 04, 2009开始
22帖子
Hello!
I wrote a simple gadget for Windows 7 (poss. Vista). Gadget based on MyFxBook widgets, with limited parameters, and without any secure code if You entered wrong data in form fields (in settings) - then do this very carefull. But don't worry its working and looking good! 😄
... I have a problem with attaching a file to "New Topic", then i try in answer to my post.
I wrote a simple gadget for Windows 7 (poss. Vista). Gadget based on MyFxBook widgets, with limited parameters, and without any secure code if You entered wrong data in form fields (in settings) - then do this very carefull. But don't worry its working and looking good! 😄
... I have a problem with attaching a file to "New Topic", then i try in answer to my post.
im więcej ćwiczę,tym więcej mam szczęścia!
Jan 19, 2010 at 21:05
(已编辑 Jan 19, 2010 at 21:09)
会员从Dec 04, 2009开始
22帖子
Here You have a file: (Original name of file is "MyFxGadget.gadget")
MyFxGadget_t5.gadget
Here is example view with gadget in work.

Enjoy!
MyFxGadget_t5.gadget
Here is example view with gadget in work.

Enjoy!
im więcej ćwiczę,tym więcej mam szczęścia!

forex_trader_2115
会员从Oct 25, 2009开始
111帖子
Jan 20, 2010 at 09:46
会员从Oct 25, 2009开始
111帖子
A few questions, btw it looks great.
1. Can we change the color if orange isn't easy enough on our eyes?
2. When I extract it, where do I extract it too?
3. If we have multiple reports, can you show the reports in a single file list like the summary page of a search result, only less data wide, then if do a slide out if we mouse it? Like maybe if we mouse over a report, it expands in location to show what you have on the pic, then if we click on it, it slides out to the chart. Final suggestion here is maybe some way to click on it to go directly to the report it is based on at myfxbook.
1. Can we change the color if orange isn't easy enough on our eyes?
2. When I extract it, where do I extract it too?
3. If we have multiple reports, can you show the reports in a single file list like the summary page of a search result, only less data wide, then if do a slide out if we mouse it? Like maybe if we mouse over a report, it expands in location to show what you have on the pic, then if we click on it, it slides out to the chart. Final suggestion here is maybe some way to click on it to go directly to the report it is based on at myfxbook.
Jan 20, 2010 at 11:36
(已编辑 Jan 20, 2010 at 11:39)
会员从Dec 04, 2009开始
22帖子
Hi
Answers:
1. Yes - "Settings" - see images below.
2. Do not extract!. Save the file wherever You want. Double click on file and install gadget (windows do it itself). .gadget file extension is a good extension 😄
3. Only one report in one gadget (same like myfxbook widgets). But You can adds - from gadgets manager in windows - many copies of gadget, and sets differents settings.
...sorry for my English. If you see somewhere in the text of any errors, tell me.
---


We have "Main" settings - for gadget, and "Custom" settings for chart... try it.


Answers:
1. Yes - "Settings" - see images below.
2. Do not extract!. Save the file wherever You want. Double click on file and install gadget (windows do it itself). .gadget file extension is a good extension 😄
3. Only one report in one gadget (same like myfxbook widgets). But You can adds - from gadgets manager in windows - many copies of gadget, and sets differents settings.
...sorry for my English. If you see somewhere in the text of any errors, tell me.
---


We have "Main" settings - for gadget, and "Custom" settings for chart... try it.



im więcej ćwiczę,tym więcej mam szczęścia!
会员从Jan 05, 2010开始
88帖子
Jan 20, 2010 at 23:58
会员从Oct 25, 2009开始
80帖子
Very nice gadget! 😁
There is a problem though, "SystemID (FTP login)", doesn't seem to support more than 4 numbers. My SystemID consists of 5 numbers.
Furthermore, every time I start the gadget, I get "Row: 10, Error: 'CheckDockState' is undefined.", should it be like this?
If would be great if these small errors could be corrected! 😉
There is a problem though, "SystemID (FTP login)", doesn't seem to support more than 4 numbers. My SystemID consists of 5 numbers.
Furthermore, every time I start the gadget, I get "Row: 10, Error: 'CheckDockState' is undefined.", should it be like this?
If would be great if these small errors could be corrected! 😉
Whoever said money can't buy happiness didn't know where to shop.
Jan 21, 2010 at 07:55
(已编辑 Jan 21, 2010 at 07:55)
会员从Dec 04, 2009开始
22帖子
Hello
You have right @Yonex - there was a bug, and in fact SystemID field was limited to 4 characters. I fixed it both, and SystemID has now restricted to 6 characters.
Corrected version here: MyFxGadget_t5.gadget
You have right @Yonex - there was a bug, and in fact SystemID field was limited to 4 characters. I fixed it both, and SystemID has now restricted to 6 characters.
Corrected version here: MyFxGadget_t5.gadget
im więcej ćwiczę,tym więcej mam szczęścia!
Jan 21, 2010 at 09:47
(已编辑 Jan 21, 2010 at 09:49)
会员从Dec 04, 2009开始
22帖子
Mey be You right @biz0101. When i created this gadget I did not implement any error handling. So I decided to limit the possibility of erroneous entries. But now, I also do not see the point...
If MyFxBook have implemented some simple services, for example: userExist(string:name; return: true|false),
userSystemNameExist(string:username, string:systemname; return:true|false),
and userFTPloginCorrect(string:username, string:numberFTP; return: true|false)
- return in JSON mey be.... it would be easier...😇
If MyFxBook have implemented some simple services, for example: userExist(string:name; return: true|false),
userSystemNameExist(string:username, string:systemname; return:true|false),
and userFTPloginCorrect(string:username, string:numberFTP; return: true|false)
- return in JSON mey be.... it would be easier...😇
im więcej ćwiczę,tym więcej mam szczęścia!
Jan 21, 2010 at 10:01
会员从Jul 31, 2009开始
1418帖子
Ykee posted:
If MyFxBook have implemented some simple services, for example: userExist(string:name; return: true|false),
userSystemNameExist(string:username, string:systemname; return:true|false),
and userFTPloginCorrect(string:username, string:numberFTP; return: true|false)
- return in JSON mey be.... it would be easier...😇
Ykee, this is definitely something we can do!
Thanks for the suggestion!
Jan 21, 2010 at 13:33
会员从Dec 04, 2009开始
22帖子
LEHayes2 posted:
[...] Final suggestion here is maybe some way to click on it to go directly to the report it is based on at myfxbook.
I forgot to tell...
What you suggest were implemented from the start - click on the chart.
regards
im więcej ćwiczę,tym więcej mam szczęścia!
Jan 21, 2010 at 17:52
(已编辑 Jan 21, 2010 at 17:53)
会员从Dec 04, 2009开始
22帖子
Maybe my English isn't good, sorry.
1. Download file (MyFxGadget_t5.gadget)
2. Save the file somewhere on your hard drive.
3. DO NOT extract (unzip, unrar... whatever) - file have extension .gadget - and its good extension. This is extension for Windows 7 (Vista) gadgets.
4. Simply double-click on the file, or right mousebutton, and "Open".
Or (hard path)
1. Open: C:/Program Files/Windows Sidebar/Gadgets/
2. Create new folder "MyFxGadget.Gadget" - exactly as written!
3. Copy files from archive (open MyFxGadget.gadget in WinRar, WinZip, 7zip... whatever) to the new folder (point 2).
4. Click right mousebutton on pulpit, and select "Gadgets" option - You should see all installed gadgets, and MyFxGadget too.
Maybe this will help.
1. Download file (MyFxGadget_t5.gadget)
2. Save the file somewhere on your hard drive.
3. DO NOT extract (unzip, unrar... whatever) - file have extension .gadget - and its good extension. This is extension for Windows 7 (Vista) gadgets.
4. Simply double-click on the file, or right mousebutton, and "Open".
Or (hard path)
1. Open: C:/Program Files/Windows Sidebar/Gadgets/
2. Create new folder "MyFxGadget.Gadget" - exactly as written!
3. Copy files from archive (open MyFxGadget.gadget in WinRar, WinZip, 7zip... whatever) to the new folder (point 2).
4. Click right mousebutton on pulpit, and select "Gadgets" option - You should see all installed gadgets, and MyFxGadget too.
Maybe this will help.
im więcej ćwiczę,tym więcej mam szczęścia!

*商业用途和垃圾邮件将不被容忍,并可能导致账户终止。
提示:发布图片/YouTube网址会自动嵌入到您的帖子中!
提示:键入@符号,自动完成参与此讨论的用户名。