Questions tagged [extensible]

54 questions
0
votes
1 answer

Extjs Extensible Calendar data[M.EndDate.name] is undefined

I'm working with Extensible Calendar and trying to make a Custom ajax Store work with this , but I get this error when the Store Load so the Calendar does not show the date, here's some code Ext.apply(Extensible.calendar.data.EventMappings, { …
Rafael Reyes
  • 2,615
  • 8
  • 34
  • 51
0
votes
2 answers

Calendar data inside markup in Extensible Calendar v1.5.2 and ExtJS v4.2

How can i access the calendar data inside my event, i mean not in the template, but else where. The idea is, change the template based on the "Confirmed" value that originates from the calendar store. Here is my code, but no luck so…
0
votes
1 answer

Events not showed with the correct StartDate and EndDate

This is the returned Json: { "success":true, "evts":[{ "EventId":"1", "CalendarId":"2", "Title":"today2", "StartDate":"2013-05-01 10:00:00", "EndDate":"2013-05-03 02:00:00", "Duration":"0", "Location":"", "Notes":"", …
0
votes
1 answer

How to customise extjs remote extensible calendar example with MVC application?

I have downloaded 'extensible-1.6.0-b1', I'm trying to understand the remote example to customise it with my application. I'm coding with extjs 4.0.7. I want to know how to intgrate the example in mvc application? Is there an example with clear…
Aminesrine
  • 2,082
  • 6
  • 35
  • 64
0
votes
2 answers

Using more than one IOC in WPF MVVM application

I am developing an MVVM WPF application using the MVVMlight toolkit. It comes with the SimpleIoc container mainly for design time / runtime separation (correct me if I'm wrong). My question is does it do anything else other than that? I need IOC for…
user1792714
  • 129
  • 1
  • 6
0
votes
4 answers

C++ cyclic dependency using class templates - how to refactor?

I am dealing with a cyclic dependency problem in C++. The situation looks like the following: libA.so: - Body.cpp - Header.cpp - DataObject.cpp - DataObject::read(boost::asio::streambuf* data) { boost::asio::streambuf…
Sebastian B.
  • 287
  • 4
  • 19
0
votes
4 answers

Extensible GUI framework for Java

I'm a fan of swing and find it has done everything I need except for extensible GUIs. I can make small parts extensible programmatically, but if I want to plug in an optional feature it can be quite tedious to dynamically generate every component…
Cogsy
  • 5,584
  • 4
  • 35
  • 47
0
votes
1 answer

Problems setting up Extensible calendar

I'm trying to set up an Extensible Calendar Pro in my ExtJs 4.1 application, but I still get a name is undefined error. EDIT: I solved the original problem, but directly went in another. Updated code: Ext.define('ZeuS.view.panels.ZeusMainPanel',{ …
Demnogonis
  • 3,172
  • 5
  • 31
  • 45
-1
votes
1 answer

Modular iOS app

I'm considering a way to make an easy extensible iOS app. Let me explain, a client want's an app which is easy extensible with modules, so we can make separate modules and add them as wished to a base app. It have to be a possibility to make de…
KNV
  • 631
  • 4
  • 19
1 2 3
4