how to send xmpp message to component? if my component name is 'abc.domain.net', in my xmpp client(spark), i just add user 'abc.domain.net' ? any such example that using whack to listen to message?
I am creating a joomla component and want to externalise all my strings.
I created the appropriate .ini file in the languages folder but when I rum
JText::_('TEST_DATA');
It just prints out nothing (could not find the string).
How do I tell Joomla to look in the .ini file I created for the component?
I've been asked to write a Windows service in C# to periodically monitor an email inbox and insert the details of any messages received into a database table.
My instinct is to do this via POP3 and sure enough, Googling for ".NET POP3 component" produces countless (ok, 146,000) results.
Has anybody done anything similar before and can you recommend a decent component that won't break the bank (a few hundred dollars maximum)?
Would there be any benefits to using IMAP rather than POP3?
I need a very special component written in ActionScript 3. It is a rectangle filled with a bitmap. The bitmap is loaded from an external URL based on some programmed rules. The textured rectangle is then animated using Flash CS. Animation is performed using rotate/translate/scale/skew tools.
How to create such a component and add it to Flash CS library?
I am facing a problem while using textAreacomponent in Flash cs4.I set the text of this component at run time with coding i.e dynamic text and after that i am rotating this component with -2.After rotation it dosen't show the text why is it so?ny 1
I created a custom component that is a s:SkinnableContainer. I want the background and other items to fade out when this component is visible. Something similar to what happens when calling Alert.show(..) so the Alert box is in focus and everything else is faded out.
Hi,
I am new to component art grid. I am trying to add tooltip to a column in the component art grid.I have to show the data of the column in the tooltip when i mouse over each record. Can you please help me in this issue.
Thanks.
I'm looking for the BEST asp.net calendar/schedule component that it out there.
I like the look of google calendar, and it absolutely needs to be a native .net component, which can be customized.
I don't mind if it is part of a bigger framework (like telerik, for example).
Links to samples would be great.
Hi everyone,
I'm looking for a simple Flex or JavaScript based image editing component which can be embedded in a web application. It shouldn't be a web service but rather a component that I can download and customize (i18n etc.).
I only need some basic features: most important is cropping, optional features would be rotating and adjusting brightness/contrast.
Basically something like splashup.com, but as an open source application rather than a web-service.
Thanks a lot in advance for any hints!
-- Andreas
I have installed a joomla component and its working quite good but i am facing the problem that whenever i am trying to send mail by using the component iam always getting the message
"Could not instantiate mail function."
Please help me in getting the solution to the problem
Hi,
I am new to flex. I am confused with how component life cycle goes when component build in MXML. and if MXML calls methods automatically then how to call any method in life cycle explicitly.
Could anybody please explain me
Thanks
Shruti
Having a popup menu attached to several components on a form (buttons, but also things like TCharts), I would like to know which component was right clicked to start the popup menu in the first place.
The Sender parameter of the click method just points to the TMenuItem, its parent to the popup menu (or the parenting menu item).
How do I get the originating component?
Let's say I have a user registration and I'm using the Auth component (/user/register is allowed of course).
The problem is if I need to set a minLength validation rule in the model, it doesn't work since the Auth component hashes the password therefore it's always more than my minlength password and it passes even if it's blank.
How do I fix this issue? Thanks in advance!
hi,
I've created a custom coponent for joomla and I've created a menu which uses that component and set a template for that menu. The thing is when I go to the url
test.com/index.php?option=com_mycomponent, it still uses the default template instead of the template that I set it to.
PS: The component works, only it's using the wrong template.
Hi!
I am writing a custom component (derived from a relative layout) which has to show a dialog,
Is there a way to do this using callbacks like oncreatedialog or onpreparedialog?
if not: if i have to create the dialog outside oncreatedialog, i have to "attach it to an Activity with setOwnerActivity(Activity)". How can the custom component access the activity it is used in, when it is used in the activity's xml-layout and not created from code?
Hi.
I'm looking for a component like skype, icq, messenger or any other of that type, which I can integrate into my asp.net 3.0 / asp.net 3.5 web application, which enables chatting, sending messages, files etc. between the users of the web application. like GTalk one to one communication NOT chat room
Note that only users whose user details are stored in the database and are authenticated, are able to use the web application, and therefore the component.
how to include extra component for blackberry like
import net.rim.device.api.ui.decor.*;
import net.rim.device.api.ui.extension.component.*;
Plz help me.This interface for creating array of images.how to use scroll entry object.
In Fluent NHibernate, given an automapped component, is there a convention for setting up a parent reference back to the "holder" of the component?
By having for example a property named Parent or something like that? I can't seem to find any information about how to do it or issues about it.
What is the difference between JavaFX node and a UI component?
I understand that the both concepts are similar but I am sure that there is a reason why we call a JavaFX Node a node and not a Component.
I want to write a component that uses 2 webcams (1 integrated in my laptop , the other is a USB webcam)
What do I need to know (or have) to build a component to deal with the cameras (capture , record , movement recognition , and other image and video processing) ? and how ?
(with C++ or Delphi)
I just need to know the concepts and main techniques , any good resources or source codes would be great :)
Thank you .
In Fluent NHibernate, given an automapped component, is there a convention for setting up a parent reference back to the "holder" of the component?
By having for example a property named Parent or something like that? I can't seem to find any information about how to do it or issues about it.
Hi,
im presently working with data in text files i need to use algorithm called principal component analysis so i have counted the words in text filw which occurred more than one time in text file for eg
relation occured times
help occured 6 times
between OCCURED 3 TIMES
Analysis occurred 4 times
component occured 5 times
present occurred 6 times
so by taking count of above distinct words i need to form matrix of m x n
in c# help me its bit urgent for me
Hi,
I have the same problem of this post : http://stackoverflow.com/questions/2668564/scrollpane-component-required-in-library-even-though-it-is-not-being-used-by-pare/2783997#2783997
But I try to put the component in the parent fla and it doesn't change anything and I still have the 1009 error. Any idea ?