Posts by revton • 203 points
6 posts
-
1
votes1
answer82
viewsA: jstree create new Node does not work
I found that a simple configuration was missing, found according to this reply. $('#tree').jstree({ 'core': { 'check_callback': true } });…
-
0
votes1
answer82
viewsQ: jstree create new Node does not work
Guys I’m using the jstree to create a tree. I’m trying to create a new Ode, but I’m not getting it. The first level of Node will already be loaded into html, so only the next ones will be added by…
-
1
votes1
answer70
viewsA: Uitableview with customized and resizable Uitableviewcell
I researched tutorials on the same subject, I think the site of raywenderlich fits well in what you want. Tutorial As a curiosity, I don’t know if this could help, but I’ve searched for third-party…
-
7
votes1
answer2296
viewsQ: Rounding as a result of multiplication
I have this scenario: - multiply by 2 values which will be rounded to 2 boxes for the table to be inserted. Follow the example: CREATE TABLE #TMP ( A DECIMAL(23,6), B DECIMAL(28,2) ) INSERT INTO…
-
1
votes1
answer142
viewsA: Java to Objective-C conversion
I need to perform the same Java code function, just by transforming byte 0 into String and adding the Objective-C message variable. An example of turning a unichar into Nsstring would be like code…
-
0
votes3
answers408
viewsA: Xcode does not create storyboard
The Main.storyboard file must be located in the project if you are not creating New File >> User Interface >> Storyboard When you use the storyboard you can do it the way below:…