Questions tagged [extensible]
54 questions
0
votes
1 answer
How to design extensible and secure data structure in my scenario?
I am developing a web site and I need to build a data structure to store user profile information. Just like what we filled about our gender/age/education/etc. information for Facebook, etc. The current issue I met with is how to design an…

George2
- 44,761
- 110
- 317
- 455
0
votes
2 answers
Change start time extensible calendar (extjs)
I trying an extjs component (extensible calendar)
http://ext.ensible.com/
I want change the start time in day view become 4.30, but the data doesn't show after 23:00.
This is make me crazy T.T
Please, any suggestion please...

user970559
- 23
- 5
0
votes
1 answer
Bad number of arguments for type constructor in Isabelle/hol
I am a newbie in Isabelle/hol and I have this record declaration:
record ('v,'w) fca = object_set :: "'v set" attribute_set :: "'w set" inc_set :: "('v×'w) set"
and I want to instantiate to obtain a concrete record like:
definition Concrete_fca ::…

Jceric
- 3
- 2
0
votes
0 answers
The error `Cannot add property 0, object is not extensible` started appearing everywhere
This error started appearing everywhere in our codebase out of nowhere. Few harmless looking PR's, no package updates nothing.
From my understanding, this error appears when manipulating a frozen array/object. There's no Object.freeze() nor…

xzcasdcxv
- 29
- 1
- 5
0
votes
1 answer
Failed build Yocto Gatesgarth "extensible SDK" (eSDK) - populate_sdk_ext fail
I'm working with Yocto "Gatesgarth" on a custom board based on i.MX6ULL.
I'm facing some problems in generating the extensible SDK (eSDK).
The generation of normal SDK it's accomplished correctly.
Below some details.
Details of system:
Board based…

giorgino
- 1
- 2
0
votes
0 answers
TypeError: Can't define property 'x': Object is not extensible
Im writing a webapp for a space invaders game and am getting this error when trying to write a function to get my Ship to shoot. "TypeError: can't define property "moveLaser": Object is not extensible" This is my code below.
Game.shoot =…
0
votes
1 answer
Finding some terminologies for doing R&D
I am here because I have a program and some features in my mind.
But I am not sure what these features are called in programming terms. So I am unable to even do a proper google search regarding the same. I am keen to identify what this is called,…

Tamil Ninja
- 7
- 5
0
votes
2 answers
how to make C++ program reads the algorithm from external file?
I know it's a weird question but I want to design a program that will run scenario, this scenario has some functions like searching, deleting ....
these function how they are defined will be up to user, he can define these functionality like…

Maher
- 3
- 1
0
votes
0 answers
dotnet core / C# WebAPI - Controllers as Plugins
Pretty often i have to implement a little web api as "proxy" for different customers using specific api requests to other APIs (either for simplification or authentication, etc.)... here is a simplyfied example:
…

sandreas
- 101
- 1
- 7
0
votes
1 answer
Customised Dropdown column using sharepoint
I have tried normal dropdown column in sharepoint. I want to customise that column with extensible kind of dropdown. Is that possible in anyway? The output I want should be in the form of the below image.

FRECEENA FRANCIS
- 181
- 2
- 13
0
votes
1 answer
Learning - Extensibility: Dynamic loading, and any other no-recompile software updates
I'm planning on writing a program but I am stuck in a conundrum. I don't want to start writing something and then have to rewrite it all when I find out that my program is not extensible. The other problem, is I do not have enough programming…

SgtPooki
- 11,012
- 5
- 37
- 46
0
votes
4 answers
App crashing while selecting check box in extensible list view in android
Hi i am using extensible list view in my fragment, here when i am clicking on check box in extensible list view, i want to get the values to Main activity in array format. But app is crashing whenever am clicking on…

Siva Kumar
- 57
- 1
- 6
0
votes
1 answer
tuneR - sample values modified in .wav files according to the "Extensible" argument
I have written two .wav files (writeWave function from the tuneR package). The first one was set as Extensible=TRUE and the other one as Extensible=FALSE.
When I read these two files (in R or audacity) the samples values differ.
Is there any way to…

PatriceG
- 3,851
- 5
- 28
- 43
0
votes
1 answer
Providing extensions points in a Web application
We have a product with standard functionality and our clients also customize the product to their requirements. But currently they make changes in the core product code.
I want to know the approaches that can be used to make a j2EE application…

NaiveCoder
- 957
- 3
- 14
- 34
0
votes
3 answers
Checking that an Extensible Storage Schema exists before retrieving it's fields
I have used an if statement to check if the method retrieving the schema is null, this is in a separate form that contains the checkedListBox to populate. The code is below and I have marked the conditional that checks for this. My question is;
…

Bimtopian
- 37
- 1
- 5