It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am creating an adobe air application for a shop,I want to display a calender with events which has been picked from sqlite database(like a To Do list).I have searched lot but got nothing.Please help me if you have any samples???or is it possible?
The following is a tutorial for creating a event calendar:
http://www.thetechlabs.com/interfaces/create-a-dynamic-event-calendar-in-flex-builder-3-with-actionscript-30/
Wish it is helpful to you.
Have you checked out the Flextras Calendar? Flextras is a commercial venture, but the products are free for production use; you'll have to pay if you want the source or if you want help.
There are other commercial Calendar components out there too; but for selfish reasons I prefer ours.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am looking into making a game using source code from a web based game. I am looking to make a game based upon moto rush 2 and other games with the same dynamics. The game can be found at addictinggames or a quick Google search should reveal it. Is there any standard way to go about this? Are there any rules I must follow when using source code?
That is a shockwave flash game http://games.playhub.com/swf/moto-rush-2.swf - so the source is not easily available. You could do something like this; How do you decompile a swf file but it is questionable, and the kind of thing you would not want to release to the public.
There are open source games, and you might be better starting with those. Look here for lots of suggestions: Suggest a good Free & Open Source HTML5+JS gaming framework/engine?
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I need to write a project in Qt that will show a calendar in which day-cells are buttons that allow you to see and add some tasks you have to do. Because I am kind of new to Qt and don't have much time to complete this task I was wondering if anyone could tell me which libraries should I use. Will QtCalendarWidget be a good choice? Does it have a possibility to make cells react like separate buttons? Thanks for your help.
QtCalendarWidget is good choice that fits your needs.
This widget has signal:
void QCalendarWidget::clicked ( const QDate & date ) [signal]
Which you can link to what you want, as you do it in Qt.
Read more at official documentation
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
We have a static website in asp.net with about 50 pages and need to implement a site search. Any suggestions/links will be appreciated.
Thanks,
K
If you're looking for a quick way to get search functionality into your pre-existing, static, site, google site search would be a very simple route to go.
This link might help you.http://www.codeproject.com/KB/applications/SearchDotnet.aspx or you can can use sitesearch component for asp.net sites
http://www.sitesearchasp.net/
http://www.asp.net/community/control-gallery/browse.aspx?category=45
I add one more suggestion here.
The UltimateSearch from Karamasoft, that is a commercial product, but you avoid the advertise and have more control over.
http://www.karamasoft.com/UltimateSearch/Features.aspx
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I will create a voice chat application with Adobe Flex and I want use the opensource Red5 as a server.
But, I confuse how to start it. it's possible just use NetStream and NetConnection?
Or are there any others tutorial can help me?
Please!
Seriously have you even bothered to look for examples?
Google is your friend.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how to create organisation chart in flex using xml
The guys over at yWorks offer some good looking visulisation charts that might be just what you're looking for. These components can be easily used with Flex so that you can do other manipulations with the data.
Here's one I found that fits in with an Organisation Chart flow:
http://www.yworks.com/en/products_yfilesflex_about.html?gclid=CLT5wriG750CFeZr4wodz1OoMg
and here's a demo from their site of a company chart being fed by an XML document:
http://live.yworks.com/yfiles-flex/demo/orgchartdemo/
Take a look at the Visualizer component from KapLab (http://lab.kapit.fr/display/visualizer/Visualizer). Checkout their demos. An Awesome components with a lot of Graph Layouts (including Organization charts layout) and with high flexibility level, and Freeeeeeeeeeee. Hope it helps.