I have been using your scripts and trust me its really doing wonders in my application.
But recently i am facing a major problem.
I have tried analyzing the codes but in vain not able to fix it.
Problem : the values which i retrieve through autocomplete are wider than the textbox. I want to have an horizontal scroll along with the existing vertical scroll.
I would really appreaciate if you could help me solve this problem.
i was using your scripts for one functionality in our applications right now.
I have to say that this is really an awesome tool, it’s really appreciated.
I met a problem, it might like Ashwath’s. sometimes the content of the tip is too long, it shows a scroll bar to display originally, but can the balloon expand automatically to show all the content without using scroll bar?
1. I am the developer of http://www.DownloadJavascripts.com. We have recently launched this resource. This resource provides compendium of Java scripts from Web 1.0 and Web 2.0. DownloadJavascripts .com is a comprehensive resource with over 4100 Java scripts enlisted till now in 147 categories. Our endeavour is to provide a good resource which has both quality and variety.
2. I have found your resource to be very useful so I have enlisted some of your scripts on our site. It is for your information.
3. Looking for your kind cooperation.
With Warm Regards
Yours Sincerely
Colonel Daljinder Singh
Developer (http://www.DownloadJavascripts.com)
E-mail: Developer@downloadjavascripts.com
Note: 1. We do not host any of your scripts on our site. All the links that we have provided are directly referring to pages of your site.
2. Please reply us as soon as possible.
FlexLoginModules is a very interesting application. I download the scripts but i have a message “Module load error error #2036″. Can you help me to turn out this message and run the application.
I’m trying out your help balloons script, and one feature that would be great is to have a delay option. If you use it as a tool tip, it be great to on mouse over have it just wait a few seconds before appearing. Is there any way to do this right now? Thanks.
sir,
i am trying out the helpballoon script from your site. it looks and works really great and is very well documented to customize !!
iam facing a small problem in adapting it to a page with frames done using css layout.
my html page body has a top, middle (scrolling) and a bottom frame. when i try to include, the your helpballoon script in middle (scrolling) portion of body, the balloon anchor and its position remains fixed even if i scroll the page. i.e. the balloon does not move if i scroll the page.
Hi Beau,
first of all I would like to thank you for the great job you let us use for personal purposes.
I’ve a problem with your HelpBalloon script when included in nested div. I’m trying to realize a very poor version of google map with your balloon system distributed over a big map with hidden overflow.
I tried all your examples, everywhere, but everytime I want the balloon to appear over the map it appears on the last pixel on the bottom right of my page, outside the content div. What’s wrong?
I’m extremely new to using Flex hence my difficulty with something
that may be very well seem straight forward. I’m just missing something and went looking for examples. When I came across your example on dynamic module loading I decided to reach out for help.
I’m building an applicable that I feel could get very large. So I followed
the advice provided in the manuals to break the application apart into
various entities.
I started with three. The Application, a Login Module and a Base Module.
These modules were downloaded and the debugger stated so. The Login
Module was downloaded by the Application and the Base Module was
loaded by the Login Module.
Here’s the problem:
The Application loads the Login Module (it displays in the browser) w/o
any issues. After I enter a username & password then click the Ok Button,
the module gets the click event and changes the button name (wanted to
be sure that worked). In the login click function, I unload the Login module
[ ml.unloadModule(); ] first. Then I set the URL of the Base Module and
loaded the Base Module [ ml.loadModule(); ]. ml was a established as a variable [ public var ml:ModuleLoader; ] and then assigned [ ml = new ModuleLoader ]. This is nearly identical to your example.
Bottom line, the Login Display remains in the browser which I thought would
have went away after it was unloaded and the Base Module is never displayed
In the browser.
Could you tell me what I could be doing wrong. Please email me at the provided address this way I can respond during working hours. Thanks for any help you can provide.
Hi Scott, I’m using your HelpBallon.js. At first time the ballon doesn’t show balloonPrefix images. I changed your preload image function passing image dimensions, and so it works fine. Thanks for your code, is very usefull. Bye
Best Regards, Sydeen S.L.
// Preload the balloon and button images so they’re ready
// at render time
for(var i = 0; i < 4; i )
{
var balloon=new Image(300,140);
balloon.src=this.options.balloonPrefix i this.options.balloonSuffix;
this.balloons.push(balloon.src);
}
I was trying to find a way to have HelpBalloon display the bubble and only disappear when the mouse left the area of the link which activates it (mouseout). I saw the post by “madeureka” and it looked like that code accomplished this but I had problems with some of the syntax not working. After tweaking, here’s the code that works perfectly for me “upon mouseout”:
Have you tried HelpBalloon.js version 2.0 in IE8. The balloon blends in with the web page text. I can’t work out what is wrong. The balloons work just great in Firefox and Chrome.
I am developing an application for my client that is using your help bubble package. We are trying to embed a map from google map that is dynamically created based on GPS coordinates. We have tried just about everything that I can think of as we as our CTO can think of (even using iframes in the bubble) to get the map to appear. If I use the dataURL method, I will get whatever text is there (even the ColdFusion processes run fine), but the javascript that invokes the google maps…no luck. Even in the iframe, which I had a little more success, I got the map with the controls and the google copyright info, but no actual map. Any ideas?
Silly question…I have implemented the Help Balloon in one of our pages to allow someone to view details on a contact. It works great but the only problem is when the user has many contacts on the page and scrolls down to the bottom area of the page, then clicks on the details icon (which opens the Help Balloon) the page jumps back to the top. If I scroll back to the bottom I see the Balloon.
I downloaded the scripts of FlexLoginModules but after compile I have an error message “Module load error error #2036″. Can you please help me to get this application running?
I really need it fast
I downloaded FlexLoginModules source files and compile them. But, when I try to run the SWF file with iexplorer.exe I have an error message: “Module load error error #2036″. Can you please help me make this work? I have googled every forum and did not find an explicit answer.
I really need this fast.
I get some Javascript errors with IE8, while it works great in Firefox/Chrome.
I get something like “The object don’t support this property or method”, referring to prototype.js, line 4835, in the Javascript console (I get the errors in Spanish, so I’m translating). I’m getting this error with any example, including the simplest ones.
Hi Beau,
Am really liking the popup code but have run into a roadblock. I have implemented an image map with the popups appearing where they should be, but I would like to display unique html within the popup for each id. I’m trying to create something similar to a mapquest popup. Is there a way to make each area id attribute an individual piece of html for each? Thanks in advance. You can see my progress at http://liquidlifestyles.wsiefusion.net/test
Great helpballoon library, the best I’ve seen so far. There were a couple of things that I needed to tweak for what I was doing though. I added ‘Position.realOffset’ to the _getXY method to account for scrolling divs, added an option for an icon id rather than a url or object, and added some code (along with sliced images) to allow the dimensions to be specified without being sensitive to the original aspect ratio. Anyway, if you are interested, I’d be more than happy to send along my modifications.
Hi Beau,
I have been using your scripts and trust me its really doing wonders in my application.
But recently i am facing a major problem.
I have tried analyzing the codes but in vain not able to fix it.
Problem : the values which i retrieve through autocomplete are wider than the textbox. I want to have an horizontal scroll along with the existing vertical scroll.
I would really appreaciate if you could help me solve this problem.
Looking forward for your solution.
Regards
Ashwath
Hi, Beau
i was using your scripts for one functionality in our applications right now.
I have to say that this is really an awesome tool, it’s really appreciated.
I met a problem, it might like Ashwath’s. sometimes the content of the tip is too long, it shows a scroll bar to display originally, but can the balloon expand automatically to show all the content without using scroll bar?
Looking forward for your suggestions.
Regards
Eric
Dear Web site Owner,
1. I am the developer of http://www.DownloadJavascripts.com. We have recently launched this resource. This resource provides compendium of Java scripts from Web 1.0 and Web 2.0. DownloadJavascripts .com is a comprehensive resource with over 4100 Java scripts enlisted till now in 147 categories. Our endeavour is to provide a good resource which has both quality and variety.
2. I have found your resource to be very useful so I have enlisted some of your scripts on our site. It is for your information.
3. Looking for your kind cooperation.
With Warm Regards
Yours Sincerely
Colonel Daljinder Singh
Developer (http://www.DownloadJavascripts.com)
E-mail: Developer@downloadjavascripts.com
Note: 1. We do not host any of your scripts on our site. All the links that we have provided are directly referring to pages of your site.
2. Please reply us as soon as possible.
Hi, i have tested “HelpBalloon.js version 2.0″ very impressive. How can use it on an image map?
Hello,
FlexLoginModules is a very interesting application. I download the scripts but i have a message “Module load error error #2036″. Can you help me to turn out this message and run the application.
Best regards
I have downloaded the example. When I opened in Dream Weaver I don’t see the icon.gif? Can you let me know how you inserted the icon.gif in the page.
Hi there,
I’m trying out your help balloons script, and one feature that would be great is to have a delay option. If you use it as a tool tip, it be great to on mouse over have it just wait a few seconds before appearing. Is there any way to do this right now? Thanks.
~Jessica
Hi,
What’s the purpouse of this line
document.getElem
on the script stars.js
at line number 69.
Thanks
It’s harmless but embarrassing vestigial code…
It’ll be gone shortly (major rewrite of stars soon to be released)
Beau
sir,
i am trying out the helpballoon script from your site. it looks and works really great and is very well documented to customize !!
iam facing a small problem in adapting it to a page with frames done using css layout.
my html page body has a top, middle (scrolling) and a bottom frame. when i try to include, the your helpballoon script in middle (scrolling) portion of body, the balloon anchor and its position remains fixed even if i scroll the page. i.e. the balloon does not move if i scroll the page.
can u pl. help me out ?!!
thanks,
rajesh.
Cool Beau!
Thanks for your reply
And nice stars btw
I have the same problem as rajesh. Help Please
Hello!
Great work but i have a question. With which browsers ist the Helpballoon compatible?
Is it also compatible with IE 6 ?
Please answer me!
Thanks!
Alex
http://www.beauscott.com/2008/02/20/using-flex-modules-to-load-dynamic-applications-at-login/
this is not working
it is unalbe to load module
<a href=”#” id=”" onclick=”return false;” style=”color: #FFFFFF; font-weight: bold” >Quick Info!
var hb5 = new HelpBalloon({
title: ‘Product Information’,
content: “Product Name: Product Code: Production Studio: Avaible Stock: (without cart items!)”,
useEvent: ['mouseover'],
icon: $(”)
});
Event.observe(”, ‘mouseout’, hb5.hide.bind(hb5));
In Reference to Posting:
Mon, 19 Nov 2007 16:32:35 -0800
http://www.mail-archive.com/flexcomponents@yahoogroups.com/msg02583.html
Hi Beau – Is there anyway to get the code for your examples that you demonstrated in the referenced posting. I need to do something like that now.
Thanks,
Arnold
Hi Beau,
first of all I would like to thank you for the great job you let us use for personal purposes.
I’ve a problem with your HelpBalloon script when included in nested div. I’m trying to realize a very poor version of google map with your balloon system distributed over a big map with hidden overflow.
I tried all your examples, everywhere, but everytime I want the balloon to appear over the map it appears on the last pixel on the bottom right of my page, outside the content div. What’s wrong?
Best Regards, Eric
I’m extremely new to using Flex hence my difficulty with something
that may be very well seem straight forward. I’m just missing something and went looking for examples. When I came across your example on dynamic module loading I decided to reach out for help.
I’m building an applicable that I feel could get very large. So I followed
the advice provided in the manuals to break the application apart into
various entities.
I started with three. The Application, a Login Module and a Base Module.
These modules were downloaded and the debugger stated so. The Login
Module was downloaded by the Application and the Base Module was
loaded by the Login Module.
Here’s the problem:
The Application loads the Login Module (it displays in the browser) w/o
any issues. After I enter a username & password then click the Ok Button,
the module gets the click event and changes the button name (wanted to
be sure that worked). In the login click function, I unload the Login module
[ ml.unloadModule(); ] first. Then I set the URL of the Base Module and
loaded the Base Module [ ml.loadModule(); ]. ml was a established as a variable [ public var ml:ModuleLoader; ] and then assigned [ ml = new ModuleLoader ]. This is nearly identical to your example.
Bottom line, the Login Display remains in the browser which I thought would
have went away after it was unloaded and the Base Module is never displayed
In the browser.
Could you tell me what I could be doing wrong. Please email me at the provided address this way I can respond during working hours. Thanks for any help you can provide.
Hi Scott, I’m using your HelpBallon.js. At first time the ballon doesn’t show balloonPrefix images. I changed your preload image function passing image dimensions, and so it works fine. Thanks for your code, is very usefull. Bye
Best Regards, Sydeen S.L.
// Preload the balloon and button images so they’re ready
// at render time
for(var i = 0; i < 4; i )
{
var balloon=new Image(300,140);
balloon.src=this.options.balloonPrefix i this.options.balloonSuffix;
this.balloons.push(balloon.src);
}
this._lastBalloon = balloon;
this.button=new Image(19,19); this.button.src=this.options.button;
I was trying to find a way to have HelpBalloon display the bubble and only disappear when the mouse left the area of the link which activates it (mouseout). I saw the post by “madeureka” and it looked like that code accomplished this but I had problems with some of the syntax not working. After tweaking, here’s the code that works perfectly for me “upon mouseout”:
Quick Info!
var hb5 = new HelpBalloon({
title: ‘Title Goes Here’,
content: ‘Product Name: Product Code: Production Studio: Avaible Stock: (without cart items!)’,
useEvent: ['mouseover'],
icon: $(‘test1′)
});
Event.observe(‘test1′, ‘mouseout’, hb5.hide.bind(hb5));
Hi
Have you tried HelpBalloon.js version 2.0 in IE8. The balloon blends in with the web page text. I can’t work out what is wrong. The balloons work just great in Firefox and Chrome.
Alec
Hi Beau
Would you be interested in doing a custom integrating into a ViART shopping cart?
Cheers
I am developing an application for my client that is using your help bubble package. We are trying to embed a map from google map that is dynamically created based on GPS coordinates. We have tried just about everything that I can think of as we as our CTO can think of (even using iframes in the bubble) to get the map to appear. If I use the dataURL method, I will get whatever text is there (even the ColdFusion processes run fine), but the javascript that invokes the google maps…no luck. Even in the iframe, which I had a little more success, I got the map with the controls and the google copyright info, but no actual map. Any ideas?
Thanks in Advance…
Eric
any idea to fix the ballon size?
i try use balloonDimensions : [500,500]
but the ballon still no change the dimensions.
thanks!
Silly question…I have implemented the Help Balloon in one of our pages to allow someone to view details on a contact. It works great but the only problem is when the user has many contacts on the page and scrolls down to the bottom area of the page, then clicks on the details icon (which opens the Help Balloon) the page jumps back to the top. If I scroll back to the bottom I see the Balloon.
Thanks for any suggestions you can provide.
Hello,
I downloaded the scripts of FlexLoginModules but after compile I have an error message “Module load error error #2036″. Can you please help me to get this application running?
I really need it fast
Please email me at alin_traian@yahoo.com or alinos318@gmail.com
Thanks in advance,
Traian
Hello,
I downloaded FlexLoginModules source files and compile them. But, when I try to run the SWF file with iexplorer.exe I have an error message: “Module load error error #2036″. Can you please help me make this work? I have googled every forum and did not find an explicit answer.
I really need this fast.
Thanks in advance,
Traian
Hello!
Love your widget script.
I am trying to style the Title in the Help Baloon. If I want the title Text to be white what do I need to do?
thank,
-Jason
Hi!!
Congratulations for your script.
I get some Javascript errors with IE8, while it works great in Firefox/Chrome.
I get something like “The object don’t support this property or method”, referring to prototype.js, line 4835, in the Javascript console (I get the errors in Spanish, so I’m translating). I’m getting this error with any example, including the simplest ones.
Have you seen this before? Thanks.
Thanks a lot. Best regards.
Hi Beau,
Am really liking the popup code but have run into a roadblock. I have implemented an image map with the popups appearing where they should be, but I would like to display unique html within the popup for each id. I’m trying to create something similar to a mapquest popup. Is there a way to make each area id attribute an individual piece of html for each? Thanks in advance. You can see my progress at http://liquidlifestyles.wsiefusion.net/test
Hi Beau,
About autocomplete :
Would you have an example to implement the recovery of others values (id…) by passing function to the option onselect….I can’t…
Great helpballoon library, the best I’ve seen so far. There were a couple of things that I needed to tweak for what I was doing though. I added ‘Position.realOffset’ to the _getXY method to account for scrolling divs, added an option for an icon id rather than a url or object, and added some code (along with sliced images) to allow the dimensions to be specified without being sensitive to the original aspect ratio. Anyway, if you are interested, I’d be more than happy to send along my modifications.